/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left;}
#topheader{float:right; width:478px; height:250px; position:relative; }
#toplinks{
	position:right;
	right:318px;
	top:10px;
	width: 353px;
}
#menu{float:right; width:478px; height:32px; background-image:url(/images/bg_menu.gif); background-repeat:repeat-x;}
#contenttext{float:right; width:498px;}
#leftpanel{float:left; width:302px;}
#footer{float:left; width:780px; background-color:#F0F0F0; padding:10px;}



#leftpanel ul {	
list-style: none;
width: 280px;
margin: 0 0 10px 0;
padding: 0;
font-size: 11px;
}	

#leftpanel li {
margin-bottom: 4px;
}

#leftpanel li a {
font-family:tohoma, sans-serif;
	
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px 0 0 8px;
	background: #F7F7F7;
	border-left: 5px solid #CC0000;
	font-stretch: normal;
	font-variant: normal;
}	
	
#leftpanel li a:hover {
	color: #ffffff;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	background-color: #CC0000;
}
/*GRAY PANEL*/
.graypanel{
	font-family:tohoma, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:#333333;
	
	border:solid 1px #666666; 
	background-color:#F7F7F7; 
	padding:10px; ;
}

/*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:#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{
	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;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.style5 {font-size: 48px}
.style6 {font-size: 13px}
.style7 {
	font-size: 16px;
	font-weight: bold;
}
.style8 {font-size: 16px}
.style9 {
	font-size: 11px;
	color: #2E2F2A;
}

