/* CSS Document */

p.center {text-align:center;color:red;}

/*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;
}
#page {
        position: absolute;
        left: 50%;
        margin-left: -360px;
}
#toppage{
	width:720px;
}
#contenttext{
	float:left; 
	width: 720px;
	background-color:#FFFFFF; 
	border-left:solid 1px #004D29; 
	border-right:solid 1px #004D29; 
	border-bottom:solid 1px #004D29; 
	border-top:dotted 1px #004D29; 
	min-height:360px;
}
#pagetitle{
	position:relative; 
	float:left; 
	width:720px; 
	height:90px; 
	background-color:#F7F7F7; 
	border-right:solid 1px #999999;
}
#title{
	right:10px; 
	bottom:0px; 
	width:680px;
}
#footer{
	width:680px;
	min-height: 50px; 
}

/*GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
	width:680px;
	min-height:100px;
}

/*TEXT STYLES*/
.clearboth {
	clear: both;
}
.bodytext {
	font: 0.8em Tahoma, sans-serif;
	color: #666666;
	min-height: 190px;
}
.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: 10px;
	font-weight:bold;
	color:#004D29;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#004D29;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
        font: 0.7em "Bodoni MT";
	/* font: 0.7em Tahoma, sans-serif; */
	font-size:32px;
	font-weight:bold;
	color: #000000;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#004D29;
}
#linksmenu ul {
        list-style: none;
        margin: 0px;
	padding: 0px;
}
#linksmenu ul li {
        float:left; 
	width:179px; 
	background-color:#578A72; 
	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: 0px;
	margin: 0px;
}
#linksmenu ul li:hover{
	background-color:#004D29;
}
#linksmenu ul li ul{
	display: none;
}
#linksmenu ul li:hover ul{
        list-style: none;
	display: block;
        width: 179px;
        position: absolute;
}
#linksmenu a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
        display: block;
        width: 179px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.leftfloat {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}
.rightfloat {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
}

/* IE ONLY */
*:first-child+html #linksmenu ul li:hover ul{
        width: 179px;
        margin-left: -90px; 
}