/* 
  ------------------------------------------------
  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: 90%;
	/*	font-size: 100%; */
	color: #000000;
	margin: 0px;
	padding: 0;
	background-color: #596449;
/*		background-color: #4A4A4A; */
/*		background-color: #DEDEDE;*/
}
#masthead {
	color: #FFFFFF;
/*	color: #999999; */
/*	background-color: #000000; */
background-color: #2E3524; 
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/3-col-900-w.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 560px;
	float: left;
}

#left {
	width: 170px;
	float: left;
}
#right {
	width: 170px;
	float: left;
}
#center .content {
	padding: 24px 12px;
	font-size: 0.9em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 16px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000000;
	letter-spacing: 1.1px;
}
#right .content {
	padding: 24px 16px;
	font-size: .9em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 0px;
}
#footer .content {
	padding: 0px 0px;
}
#footer {
	color: #B3BB99;
	padding: 0px;
	margin: 0;
	font-size: 0.9em;
	clear: both;
	background-color: #000000;
	
}
.menulist {
	margin: 1px 0 1px 0;
/*	margin: 6px 0 12px 0;  */
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #B3BB99;
}
#left a:visited {
	color: #B3BB99;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #3C4534;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #6D8D0C;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #718457;
	border-left: 6px solid #718457;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
	color: #000000;
}
#footer a:link {color: #9FBD7D;}
#footer a:visited {color: D3E1C8;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.2em;
	margin: 0;
}
h2 {
	font-size: 1.1em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.1em;
	margin: 15px 0 -8px 0;
	color: #788E5D;
}
h4 {
	font-size: 1.1em;
	margin: 0;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #788E5D;
}

.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.UL-up {
	list-style-position: outside;
	list-style-type: inherit;
	padding-top: -5px;
}
.special-lt {
	letter-spacing: 0.05em;
	font-size: 105%;
	line-height: 1.5em;
}
.special-dk {
	letter-spacing: 0.1em;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: bold;
}
