@charset "utf-8";
/* CSS Document */
a{
	color: #9FAC46;
	text-decoration: none;
	outline: none;
}
a:hover{
	text-decoration: underline;
	color: #9FAC46;
}
img{
	border:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	background-color: #CCC;
	margin:0px;
	padding:0px;
	color: #9FAC46;
}


/* main page start */
#contentMainPage {
	margin: 0px auto;
	width: 950px;
	position: relative;
	background-color: #004D91;
	background-image: url(../images/template/backgroundMain.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentHeaderContainer {
	position: relative;
	height: 260px;
	width: 950px;	
	left: 0px;
	top: 0px;	
}
#contentNavigation {
	position: absolute;
	height: 16px;
	width: 315px;
	left: 16px;
	top: 60px;
}
#contentNavigation a {
	font-weight: bold;
	margin-right: 18px;
}
#contentSearch {
	position: absolute;
	height: 21px;
	width: 307px;
	left: 627px;
	top: 60px;
	text-align: right;
}
#contentSearch a {
	font-weight: bold;
	margin-left: 18px;
}
#contentBodyContainer {
	width: 950px;
}
#contentBody {
	width: 918px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
}
#contentFooter {
	text-align: center;
	background-image: url(../images/template/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
	width: 950px;
	padding-top: 17px;
	font-size: 14px;
	padding-bottom: 16px;
}


#contentHeader {
	height: 242px;
	width: 920px;
	position: absolute;
	left: 16px;
	top: 16px;
}
#pageTitle {
	padding-bottom: 5px;
}
#pageContentContainer {
}
#pageHeader {
}
#pageContent {
	background-image: url(../images/template/contentBackground.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
	color: #000;
	text-align: left;
	width: 925px;
}
#pageFooter {
}
#pageBannerContainer {
	margin-top: 5px;
}