body, div, p, ul, li, h1, h2, h3, form{
	margin:0;
	padding:0;
}
.pageWrap{
	width:980px;
	margin:0 auto;
}
.clearFloat{
	clear:both;
	height:1px;
	font-size:0px;
}
.pageHeader{
	height:217px;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.pageHeader .links{
	padding-top:165px;
	text-align:right;
}

.pageHeader a{
	margin:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3a3a3a;
	text-decoration: none;
}
.pageHeader a:hover{
	color:#036;
}

.coloredH1{color:#d5b105}



.pageContents{
	margin-top:15px;
	padding-bottom:50px;
}



.mainMenu{
	width:225px;
	float:left;
}
.mainMenu ul{
	list-style-type:none;
}
.mainMenu ul li{
	margin:1px 0 1px 0;
}
.mainMenu ul li.menuTitle{
	height:33px;
	line-height:25px;
	margin:20px 0 0 0;
	padding-left:35px;
	background-image: url(/img/menu_title_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}

.mainMenu ul li a{
	width:180px;
	display:block;
	margin-left:35px;
	line-height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6a6a6a;
	text-decoration: none;
	border-bottom:1px dotted #6a6a6a;
}
.mainMenu ul li a:hover{
	color: #069;
}



.mainContents{
	float:left;
	width:455px;
	padding:0 55px 0 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d2d2d;
	text-decoration: none;
}
.mainContents h1 {
	font-size:20px;
}
.mainContents p {
	margin-top:10px;
	margin-bottom:10px;
}
.mainContents h2 {
	font-size:16px;
}
.mainContents h3 {
	font-size:12px;
}
.mainContents h1, .mainContents h2, .mainContents h3 {
	margin-top:10px;
	margin-bottom:10px;		 
}
.mainContents ul {
	margin-left:25px;
	margin-top:5px;
	margin-bottom:5px;	
}   
.mainContents ul li{
	padding-top:2px;
	padding-bottom:2px;
} 
.contentsTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #B7B823;
	text-decoration: none;
	margin:10px 0 25px 0;
}
.coloredTitle{color:#000;}









.mainBanners{
	float:left;
	width:190px;
}


.pageFooter{
	height:28px;
	padding:20px 0 0 0;
	background-image: url(/img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #069;
	text-decoration: none;
}
.pageFooter a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3a3a3a;
	text-decoration: none;
	padding:0 5px 0 5px;
}
.pageFooter a:hover{
	color: #069;
}
