/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo {float:left;width:800px;height:145px;background-image:url(../images/logo.jpg);}
#topheader{float:right; width:600px; height:82px; background-color:; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:600px; height:29px; background-image:url(../images/bg_menu2.gif); background-repeat:repeat-x;}
#submenu{float:right; width:800px; height:32px; background-position:top; background-repeat:repeat-x;}
#contenttext{float:right; width:590px;}
#leftcontentpanel{
	float:inherit;
	width:550px;
	border: solid 1px #666666;
	background-color: #F7F7F7;
}
#rightcontentpanel{float:right; width:240px; }
#leftpanel{float:left; width:185px; }
#footer{float:left; width:800px; background-color:#F0F0F0; padding:10px;}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666;
	background-color:#F7F7F7;
	margin:10px;
	padding-right: 2px;
	padding-left: 2px;
}

/*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;
}

.textboxBorder {
	text-align: left;
	border: 1px solid #999999;
	padding: 1px;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 18px;
	width: 80px;

}
.smallwithtext {
	font-size: 11px;
	font-weight:normal;
	color:#666666;
	font-family: Tahoma, sans-serif;
}
