html{
}
body{
background-color: #efefef;
background-image: url("image/body-bg.png");
background-repeat:repeat-x;
overflow-x:auto;
}
img{
	border-width:0px;
}
.headerline{
	background-color:#5c5c5c;
}
#logoContainer{
	padding-top:71px;
	text-align:center;
	
}
#note{
	margin:auto;
	margin-top:70px;
	
}
#note td{
	font-size:0.1em;	
}
#note h1{
	padding-top:76px;
	padding-bottom:76px;
	text-align:center;
	font-size:29px;
	font-weight:normal; 
}
#note h1 span{ 
	color:#FD8C02;
	font-size:29px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#note h2{
	text-align:center;
	width:100%;
	color:#BEBEBE;
	font-size:16px; 
}

#noteTL{
	background:url('image/noteTL.png');
	background-repeat:no-repeat;
	background-position:top left;
	height:7px;
	width:7px;
}
#noteTR{
	background-image:url('image/noteTR.png');
	background-repeat:no-repeat;
	background-position:top right;
	height:7px;
	width:7px;
}
#noteMain{
	background-color:#FFFFFF;
	padding-left:40px;
	padding-right:40px;
}
#noteGradient{
	background-image:url('image/noteGradient.png');
	background-repeat:repeat-x;
	padding-left:40px;
	padding-right:40px;
	height:62px;
}

#noteBL{
	background-image:url('image/noteBL.png');
	background-repeat:no-repeat;
	height:25px;
	width:261px;
}
#noteBR{
	background-image:url('image/noteBR.png');
	background-repeat:no-repeat;
	height:25px;
	width:261px;
}
#noteB{
	background-image:url('image/noteB.png');
	background-repeat:repeat-x;
	height:25px;
}
.white{
	background-color:#FFFFFF;
	height:7px;
}

div.footerMenu{
	 width:524px;
	 margin:auto;
	 margin-top:28px;
}
div.footerMenu ul{
	list-style-type: disc;
	list-style-position: outside;
	display: block;
	float:left; 
	margin-bottom: 10px;
}
div.footerMenu ul li{
	font-size: 13px;
	line-height: 8px;
	padding-bottom: 16px;
	padding-left:2px;
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: url("images/bullet.gif");
}
div.footerMenu ul li a{
	text-decoration:underline;
	color:#535353;	
}
div.footerMenu ul li a:hover{
	text-decoration:none;
	color:#000;	
}
div.footerMenu .first{
	margin-left: 16px;
	margin-right:59px;
}
div.footerMenu .second{
	margin-right:73px;
}

div.hr{
	 width:524px;
	 margin:auto;
	 margin-top:8px;
	 border-top:1px solid #E2E2E2;
	 border-bottom:1px solid #F3F3F3;
	 font-size:0px;
	 overflow:hidden;
	 height:0px;
	 background-color:white;
}
div.clear{
	font-size:0px;
	height:0px;
}
p.footerSubText{
	display:block;
	text-align:center;
	color:#B7B7B7;
	font-size:12px;
	padding-bottom:4px;
}
.footerSubText a{
	
	color:#B7B7B7;
	font-size:12px;
	padding-bottom:4px;
}
h3 {
	font-size:13px;
	text-align:center;
	margin-top:54px;
	color:#BEBEBE;
}
h3 a{
	color:#B7B7B7;
	font-size:13px;
	padding-bottom:4px;
	text-decoration: none;
}