/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top{height:25px; padding-top:12px; padding-right:10px;}
#logo{position:absolute; z-index:1; top:0px; left:10px; background-image:url(logo_bg.jpg); width:237px; height:186px;}
#banner{
	position:relative;
	height:190px;
	background-position:right;
	background-repeat:repeat-x;
	background-color: #E3E3D6;
	background-image: url(banner_home.jpg);
}
#menu{position:absolute; bottom:10px; right:20px;}
#bannershadow{background-image:url(shadow_banner.jpg); height:9px; background-repeat:repeat-x;}
#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:8px; 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 {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#B6B694;
}
.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:#ACD701;
}
.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:#ACD701;
}
.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;
}

