/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#toppage{ color: #3232ff; width:800px; }
#date{ color: #3232ff; float:left; width:190px; height:39px; border-bottom:1px solid #999999; border-right:1px solid #999999; }
#topbar{ float:left; width:600px; height:40px; background-image:url(bg_topbar.gif); background-color:#ffca00; background-repeat:repeat-x; border-right:1px solid #999999; }
#header{
	width:800px;
}
#content{
	width:800px;
}
#contenttext{ width:600px; background-color:#f7f7f7; float: left; min-height:360px; border-color: #cccccc #999999 #999999; border-style: solid; border-width: 1px; }
#logo{
	float:left; width:190px; height:110px; background-color:#F7F7F7; border-left:solid 1px #999999;
}
#pagetitle{
	position:relative; float:left; width:600px; height:110px; background-color:#f7f7f7; border-right:1px solid #999999;
}
#title{
	position:absolute; right:10px; bottom:0px; width:600px;
}
#menu{ float:left; width:190px; margin:0; }
#footer{
	width:590px; padding-right:10px; padding-left:200px;
}

/*GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
	width:550px;
	height:160px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Arial, sans-serif;
	color: #666666;
}
.smalltext {
	font: 11px Arial, sans-serif;
	color: #666666;
}
.smallwhitetext {
	font: bold 11px Arial, sans-serif;
	color: #ffffff;
}
.smallwhitetext a{
	font: bold 11px Arial, sans-serif;
	color: #ffffff;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: bold 11px Arial, sans-serif;
	color:#cccccc;
}
.smallgraytext a{
	font: bold 11px Arial, sans-serif;
	color:#cccccc;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: bold 36px Arial, sans-serif;
	color: #cccccc;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}
.orangelogotext {
	font: bold 36px Arial, sans-serif;
	color:#ffca00;
}
.orangetitle {
	font: bold 24px Arial, sans-serif;
	color:#ffca00;
}
#linksmenu a{
	float:right; 
	width:183px; 
	height:20px; 
	background-color:#ffca00; border-left:1px solid #ffffff; border-bottom:1px solid #ffffff;
	font: bold 11px Arial, sans-serif;
	color: #ffffff;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#514F1C;
}