@charset "utf-8";
.td_title {
	font-weight: bold;
	color: #669900;
	background-color: #F2FFD7;
}

.formTitle {color: #000000; font-weight: bold; }
.note {color: #FF0000}

body  {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFCC;
}#container
  {
	width: 100%;
	text-align: left;
}  
#logo {
	float: left;
	background-image: url(../images/normal_navbg.jpg);
	background-repeat: no-repeat;
	width: 200px;
	text-align: right;
	padding-top: 40px;
	left: 0;
	top: 0;
	height: 690px;
	visibility: visible;
}
#mainContent
  {
	width: 565px;
	background-image: url(../images/normal_maincontentbg.gif);
	background-repeat: repeat-y;
	margin-left: 200px;
} 
#header {
	background-image: url(../images/normal_headerbg.gif);
	padding-left: 10px;
	padding-right: 20px;
	text-align: right;
	padding-top: 3px;
}
#header a {
	color: #006666;
	font-size: 12px;
	text-decoration: none;
}
#contentTitle {
	height: 45px;
	background-image: url(../images/normal_titlebg.gif);
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 15px;
	text-align: right;
	padding-top: 35px;
}
#content {
	background-image: url(../images/normal_contentbg.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 17px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
#contentLabel {
	padding-top: 25px;
	padding-bottom: 25px;
}
#line {
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
}
#contentArea {
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 20px;
    min-height:500px; 
    height:auto !important; 
    height:500px; 
}
#footer  {
	background-image: url(../images/normal_footerbg.gif);
	background-repeat: no-repeat;
	height: 100px;
} 
#footer td {
	font-size: 12px;
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.footerCopyright {
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
}
#header a:hover {
	color: #006666;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#contentArea a {
	color: #FF356A;
	text-decoration: none;
}
#contentArea a:hover {
	color: #FF356A;
	text-decoration: underline;
}
#mainNav {
	position:absolute;
	left:20px;
	top:100px;
	width:179px;
	height:421px;
	z-index:10;
	visibility: visible;
}
#news_chooser {
	width: 95px;
	height: 400px;
	overflow-y:auto;
	border-right-style: dotted;
	border-right-width: 1px;
	margin: 10px;
}

#news_chooser a {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #86B35E;
	padding: 5px;
}
#news_chooser a:hover {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #FF356A;
	padding: 5px;
	border-left-style: solid;
	border-left-color: #FF356A;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#news_content {
	padding-top: 10px;
	padding-left: 10px;
	text-align: justify;
	width: 335px;
	height: 400px;
}
#changeDivBtn a {

}
#changeDivBtn a:hover {
	color: #333333;
	text-decoration: underline;
}
