@charset "utf-8";
/* CSS Document */
body {
	background:#f5f5e9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#353535;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#353535;
}
h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#353535;
}
p, td, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#353535;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	vertical-align:middle;
}
a:link {
	color:#242739;
}
a:visited {
	color:#242739;
}
a:hover {
	color:#666666;
}
a:active {
	color:#242739;
}
#container {
	margin:0px auto 0px auto;
	width:953px;
}
p#title {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9e9c71;
	font-size:24px;
	font-style:italic;
}
div#navtop {
	float:left;
	height:25px;
	margin-left:3px;
	background-color:#a6bd84;
	padding:5px 9px 0px 9px;
}
#navtop a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
div#blue {
	float:left;	
	background-color:#33454E;
	position:relative;
	bottom:21px;
	padding:0px 10px 0px 10px;
	left:15px;
	width:906px;
}
#blue p, #blue h1, #blue h2 { 
	color:#FFFFFF; 
}
#blue a {
	text-decoration:underline;
}
#blue a:link {
	color:#557A34;
}
#blue a:visited {
	color:#557A34;
}
#blue a:hover {
	color:#999999;
}
#blue a:active {
	color:#cdcec6;
}
#welcome {
	color:#FFFFFF;
}
div#green {
	float:left;
	position:relative;
	bottom:20px;
	left:14px;
}
div#content {
	position:relative;
	bottom:19px;
	left:15px;
	width:927px;
}
div#left-header {
	float:left;
	background-color:#999889;
	width:311px;
	height:27px;
	padding-top:2px;
}
div#left-content {
	float:left;
	width:295px;
	padding:10px 10px 10px 10px;
}
div#right-header {
	float:left;
	background-color:#999889;
	width:202px;
	height:27px;
	margin-left:3px;
	padding-top:2px;
	display:table;
}
div#header-internal {
	float:left;
	background-color:#999889;
	width:612px;
	height:27px;
	margin-left:3px;
	padding-top:2px;	
}
div#right-content {
	float:left;
	width:181px;
	margin-left:3px;
	padding:10px 10px 10px 10px;	
}
div#content-internal {
	float:left;
	width:588px;
	margin-left:3px;
	padding:10px 10px 10px 10px;	
}
div#gray {
	background-image:url(/images/dash-home.jpg);
	background-repeat:repeat-y;
	float:left;
}
div#gray-internal {
	background-image:url(/images/dash-internal.jpg);
	background-repeat:repeat-y;
	float:left;
}
#header {
	text-align:center;
	position:relative;
	bottom:11px;
	*top:1px;
}
a#more {
    width:61px;
	height:21px;
	background:url(/images/more.jpg) no-repeat 0px 0px ;
    float:right;
	margin:10px;
}
a:hover#more {
	background:url(/images/more.jpg) no-repeat 0px -21px ;
} 

.st { display:none; }