/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFCC;
	margin: 20px;
	padding: 0;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #309043;
	font-weight: lighter;
}
#masthead {
	color: #999999;
	margin: 0;
	background-image: url(../images/header.png);
	height: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#column_wrapper {
	background-repeat: repeat-y;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.clearfloat {
	clear: both;
	line-height: 0;
	font-size: 0;
	float: left;
}
#center {
	width: 540px;
	float: left;
}
#left {
	width: 160px;
	float: left;
	margin-right: 10px;
	background-color: #305E0A;
}
#right {
	width: 190px;
	float: left;
	background-color: #305E0A;
}
#center .content {
	font-size: 0.8em;
	line-height: 1.65em;
	background-color: #305E0A;
	margin-right: 10px;
	padding-top: 24px;
	padding-right: 32px;
	padding-bottom: 24px;
	padding-left: 32px;
}
#left .content {
	padding: 0;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #999999;
	font-size: 0.7em;
	clear: both;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menulist {
	list-style-type: none;
	color: #FFFFCC;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	background-color: #104807;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #2A8238;
}
#left a:link {
	color: #66FF00;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: .5px;
	border-bottom-style: dotted;
	border-bottom-color: #309043;
}
#left a:visited {
	color: #FFFFFF;
}
#left a:hover {
	color: #FFFFCC;
}
#center a:link {
	color: #66FF00;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: .5px;
	border-bottom-style: dotted;
	border-bottom-color: #309043;
}
#center a:visited {
	color: #66FF00;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: .5px;
	border-bottom-style: dotted;
	border-bottom-color: #309043;
}

#center a:hover {
	color: #66FF00;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: .5px;
	border-bottom-style: dotted;
	border-bottom-color: #309043;
}


#right a:link {
	color: #66FF00;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	border-bottom-color: #0E4907;
}


#right a:visited {
	color: #66FF00;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: .5px;
	border-bottom-style: dotted;
	border-bottom-color: #309043;

}
#right a:hover {
	color: #66FF00;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: .5px;
	border-bottom-style: dotted;
	border-bottom-color: #309043;

}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #FFFFCC;
	padding-right: 0;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFD940;
	text-decoration: none;
	font-weight: bold;
}
#wrapper .menulist a:hover {
	border-color: #FFFFFF;
	color: #FFFFFF;
}
#footer a:link {
	color: #66FF00;
}
#footer a:visited {
	color: #66CC33;
}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
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;}

