/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#toppage{
	width:800px;
	margin-right: auto;
	margin-left: auto;
}
#date{
	float:left; width:190px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
}
#topbar{
	width:799px;
	height:40px;
	background-color:#990000;
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
	margin-right: auto;
	margin-left: auto;
}
#header{
	width:798px;
	clear: both;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0px auto;
}
#content{
	width:800px;
	margin: 0px auto;
	clear: both;
}
#contenttext{
	width:798px;
	background-color:#F7F7F7;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-top: 1px;
}
#logo{
	float:left;
	width:190px;
	height:110px;
	background-color:#F7F7F7;
	border-left:1px solid #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#pagetitle{
	position:relative;
	float:left;
	width:608px;
	height:110px;
	background-color:#F7F7F7;
	border-right:1px solid #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#title{
	position:absolute; right:10px; bottom:0px; width:600px;
}
#menu{
	float:left; width:205px; margin:10px 0px 0px;
}
#footer{
	width:575px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

/*GRAY PANEL*/
.panel{
	border:1px solid #999999;
	background-color:#E1e1e1;
	margin:10px auto;
	padding:10px;
	width:575px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.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:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #CCCCCC;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}
.orangelogotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FF9900;
}
.orangetitle {
	font: bold 24px Tahoma, sans-serif;
	color:#FF6600;
}
#linksmenu a{
	width:180px;
	height:20px;
	background-color:#9D281E;
	border-left:solid 1px #FFFFFF;
	border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
	display: block;
	margin-left: 12px;
}
#linksmenu a:hover{
	background-color:#514F1C;
}
#ormsby {
	margin-top: 10px;
}
.additional {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
#footer a {
	color: #0000CC;
	text-decoration: underline;
}
#footer a:hover {
	color: #990000;
	text-decoration: none;
}
a {
	color: #0000CC;
}
a:hover {
	color: #990000;
}
.gray {
	color: #999999;
}
.clear {
	clear: both;
}
.justify {
	text-align: justify;
}
#menu_nav {
	padding:14px 0px;
	margin:0px auto;
	width:800px;
	clear:both;	
}
#menu_nav a {
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	padding:7px 25px;
	background: #990000;
	border-top: 1px solid #CC0000;
	border-right: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #CC0000;
}

#menu_nav a:hover {
	color:#990000;
	text-decoration:none;
	padding:7px 25px;
	background: #E1E1E1;
}

