/* CSS Document */

body{
	background: #000000;
	margin: 0px;
	padding: 0px;
}
#header{
	background: #000000;
	margin: 0px;
	padding: 20px 0px 20px 10px;
	border-bottom: 1px solid #474747;
	width:780px;
}
#nav{
	background: #333333;
	margin:0px;
	padding: 0px;
	width:150px;
	height:100%;
	text-align: left;
	vertical-align: top;
}
#content{
	background:#D6D3B4;
	margin:0px;
	padding:15px;
	width:620px;
}
#footer{
	background:#000000;
	border-top: 3px solid #474747;
	margin: 0px;
	padding: 10px 15px 10px 10px;
	width:780px;
	font:12px American Typewriter;
	color:#FFFFFF;
}
#topspan{
	background: #000000;
	border-bottom: 1px solid #474747;
	padding:0px;
}
#centerspan{
	background:#D6D3B4;
	margin: 0px;
	padding:0px;
}
#bottomspan{
	background:#000000;
	border-top: 3px solid #474747;
	padding:0px;
}
ul{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width: 160px;
	list-style: none;
}
li{
	list-style: none;
	margin: 0px;
	font: 14px "American Typewriter", Georgia;
	color: #FFFFFF;
	height: 24px;
	padding: 8px 0px 3px 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
.dark{
	border-top: 1px solid #000000;
	background-color: #000000;
}
.status{
	background:#D6D3B4;
	width:150px;
	border-right: 2px solid #D6D3B4;
	;
	color:#000000;
	font-size: 12px;
	font-weight: bolder;
}
#gmcrlogo{
	position:absolute;
	top:20px;
	left: 705px;
}
#mainimg{
	height:200px;
	width:590px;
	background: #666666;
	border: 1px solid #000000;
	padding:5px 5px 0px 5px;
}
#columns{
	width:600px;
	border:0px;
}
#columnone{
	background: #666666;
	margin:0px;
	padding:5px;
	width:180px;
	border: 1px solid #000000;
}
#columntwo{
	background: #666666;
	margin:0px;
	padding:5px;
	width:180px;
	border: 1px solid #000000;
}
#columnthree{
	background: #666666;
	margin:0px;
	padding:5px;
	width:180px;
	border: 1px solid #000000;
}
.homecolumncontent{
	background:#D6D3B4;
	padding:2px;
	mragin:0px;
	height:220px;
	border: 1px solid #000000;
	text-align: left;
	vertical-align: top;
	display: block;
	margin: 0px;
}
.columncontent{
	background:#D6D3B4;
	padding:2px;
}

.text{
	width:580px;
	padding:10px;
}
p{
	font:11px/20px Tahoma;
	color:#000000;
}
h1{
	font:bold 13px "American Typewriter";
	color:#000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px 0 5px 0;
}
h2{
	font:bold 12px Tahoma;
	color:#000000;
	border-top: 1px solid #000000;
	padding: 5px 0 5px 0;
}
li a:link{
	color: #ffffff;
	text-decoration: none;
}
li a:visited {
	color: #ffffff;
	text-decoration: none;
}
li a:hover {
	color: #999999;
	text-decoration: none;
}
p a:link {
	color: Maroon;
	text-decoration: none;
}
p a:visited{
	color: Maroon;
	text-decoration: none;
}
p a:hover{
	color: #999999;
	text-decoration: none;
}

img {
 border:0;
 }

.columncontent img {
 border:1px solid #000000;
}

.logotype {
	font-family: "American Typewriter";
}

a:link#administaff {
	color:#FFFFFF;
	text-decoration:none;
	font-family: Tahoma;	
}

a:visited#administaff {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover#administaff {
	color:#999999;
}

a:link.callout {
	color:#000000;
	text-decoration:none;
}

a:visited.callout {
	color:#000000;
	text-decoration:none;
}
p.footer {
	color:#FFFFFF;
}
p.footer a:link {
	color:#D6D3B4;
}
p.footer a:visited {
	color:#D6D3B4;
}
