/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(logo02.jpg); width:237px; height:177px;}
#topheader{float:right; width:563px; height:97px; background-color:#F0F0F0; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:563px; height:32px; background-image:url(bg_menu_initial_01.gif); background-repeat:repeat-x;}
#submenu{float:right; width:563px; height:32px; background-image:url(bg_submenu.gif); background-color:#FFFFFF; background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:563px;height:693px;background-color:#FFFFFF; }
#leftpanel{float:left; width:237px;height:645px;background-color:#FFFFFF; }
#footer{float:left; width:780px; background-color:#E1E1E1; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.6em Tahoma, sans-serif;
	color: #666666;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
}
.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:#CC0000;
}
.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{
	color:#33ccff;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color:#000000;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration:underline;
}
.smallgraytext a:hover{
	ont: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color:#33ccff;
	text-decoration:none;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#00E3FF;
}
.smallredtext a:hover{
	color:#33ccff;
}
.smallgreentext {
	font: 0.5em Tahoma, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color:#464646;
}
.smallblacktext a{
	font: 0.6em Tahoma, sans-serif;
	color: #666666;
	text-decoration:underline;
}
.smallblacktext a:visited { color: #B2B2B2;}
.smallblacktext a:hover{
	text-decoration:underline;
	color:#33ccff;
}

