/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  10: 1Col_Fixed
  ------------------------------------------------

green 137600
tan F1E7D1
orange CC6600
red 991D1C
yellow FFA600

*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #003300;
	padding: 0;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-image: url(../images/bg_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 185px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#nav {
	font-size: 0.9em;
}
#center {
	width: 800px;
	background-image: url(../images/bg_r2_c1.jpg);
	background-repeat: repeat-y;
}
#center .content {
	font-size: 0.8em;
	line-height: 1.65em;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	text-align: center;
}
#footer {
	color: #666666;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	background-image: url(../images/bg_r3_c1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70px;
}
#center a:link { text-decoration: underline; color: #137600; } 
#center a:visited { text-decoration: underline; color: #137600; } 
#center a:active{ text-decoration: underline; color: #137600; } 
#center a:hover{ text-decoration: none; color: #CC6600; } 
#nav a:link { text-decoration: none; color: #991D1C; } 
#nav a:visited { text-decoration: none; color: #991D1C; } 
#nav a:active{ text-decoration: none; color: #991D1C; } 
#nav a:hover{ text-decoration: underline; color: #CC6600; } 
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

textarea { font-size: 80%; }
td { vertical-align: top; }
hr { height : 1px; border:none; color: #137600; background: #137600; }
.smallnote { font-size: smaller; font-style: italic;}
.bigtext { font-size: larger; font-weight: bold; font-variant: small-caps; }
.restingrow { height: 10px; }
.errorMsg { font-size: larger; font-style: normal; font-weight: bold; color: #CC0000; }
.error { font-size: larger; font-style: normal; font-weight: bold; color: #CC0000; }
