/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top{
	height:40px;
	padding-top:12px;
	padding-right:10px;
}
#logo{
	position:absolute;
	z-index:1;
	top:8px;
	left:20px;
	background-image:url(logo_bg.jpg);
	width:237px;
	height:186px;
}
#banner{
	position:relative;
	height:209px;
	background-position:left;
	background-repeat:no-repeat;
	background-color: #252A2C;
	background-image: url(banner_home.jpg);
	overflow: auto;
}
#bannershadow{
	background-image:url(shadow_banner.jpg);
	height:9px;
	background-repeat:repeat-x;
	overflow: visible;
	visibility: hidden;
}
#menu{
	position:absolute;
	width: 800px;
	height: 55px;
	clip: rect(auto,auto,auto,auto);
	z-index: auto;
	right: 8px;
	visibility: visible;
	text-align: center;
	bottom: 8px;
}
#main{
	min-height:300px;
}
#left{width:200px; float:left}
#leftpanel{width:200px; min-height:200px;}
#leftpanel_top{width:193px; height:17px;}
#leftpanel_middle{min-height:200px; background-image:url(leftpanel_middle.gif); background-repeat:repeat-y;}
#leftpanel_bottom{width:193px; height:17px;}
#content{padding:20px; margin-left:210px; min-width:500px;}
#footer{
	background-image:url(bg_footer.gif);
	padding-top:15px;
	height:22px;
	background-repeat:repeat-x;
}
#menu a{
	min-width:90px;
	height:12px;
	background:url(bg_menuoff.gif) #ACD700 repeat-x;
	border:solid 1px #FFFFFF;
	padding:8px;
	margin-left:10px;
	float:left;
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover{
	background:url(bg_menuon.gif) #ACD700 repeat-x;
}
#menu a#on{
	background:url(bg_menuon.gif) #ACD700 repeat-x;
}


/*TEXT STYLES*/
.bodytext {
	color: #666;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#666666;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#10346C;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallgreentext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#13366C;
}
.smallgreentext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallgreentext a:hover{
	text-decoration:underline;
}
col {
	background-color: #D2DBE8;
}
.style3 {
	font-size: 24px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
}
.style9 {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style17 {font-size: 24px}
#main #content br {
}
#menu a#on2 {
	background-color: #ACD700;
	background-image: url(bg_menuon2.gif);
	background-repeat: repeat-x;
}
