@charset "utf-8";
/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
scrollbar-base-color: #FCAF21;
scrollbar-arrow-color: #FFE6BF;
scrollbar-3dlight-color: #FFD491;
scrollbar-darkshadow-color: #FC9F00;
scrollbar-face-color: #FCAF21;
scrollbar-highlight-color: #FFE6BF;
scrollbar-shadow-color: #FCAF21;
scrollbar-track-color: #FFD491;
}
#header{
	position: static;
	width: 900px;
	margin: 0px auto;
	padding-left:18px;
	height:164px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	background-color: #FFFFFF;
	padding-left:18px;
}
#header img{
	border: 0px;
}
#topMenu{
	padding-left:18px;
	width: 900px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-top:solid 1px #000000;
	border-left:solid 1px #000100;
	border-right:solid 1px #000100;
	
	background-color: #fcaf21;
	
}
#topMenu a:link{
	color: #FFFFFF;
	text-decoration: none;
	
}
#topMenu span{
	color: #CE8B00;
	text-decoration: none;
}
#topMenu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#topMenu a:hover{
	color: #fcaf21;
	background:#FFFFFF;
	text-decoration: none;
}
#subMenu{
	width: 900px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-top: solid 1px #000000;
	border-bottom:solid 1px #000100;
	border-right:solid 1px #000100;
	border-left:solid 1px #000100;
	background-color: #ffd491;
	padding-left:18px;
		
}
#subMenu span{
	color: #3EACFD;
	text-decoration: none;
}
#subMenu a:link{
	color: #000000;
	text-decoration: none;
}
#subMenu a:visited{
	color: #000000;
	text-decoration: none;	
}
#subMenu a:hover{
	color: #000000;
	text-decoration: none;
	background: #fcaf21;
}
#rightBar{
	height: 450px;
	background-color: #ffffff;
	float: right;
	margin-right: 150px;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #CC0000;
	width: 150px;
}
#content{
	position:relative;
	height: 350px;
	padding-left:9px;
	width: 900px;
	margin: 0px auto;
	height: 0px auto;
	padding-top: 8px;
	padding-right: 9px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	overflow:auto;
}
#content input text{
	background-color: #EAFDFF;
	border: solid 1px #000000;
	
}
#content textarea{
	background:#FFFDFF;
	border: solid 1px #000000;
	
}

#footer{
	height: 55px;
	background-color: #ffd491;
	padding-left:18px;
	width: 900px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}