/* 
  ------------------------------------------------
  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: #000000;
	background-color: #6E5A48;
	margin: 20px;
	padding: 0;
}
#masthead {
	background-image: url(img/watermarkheader.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	background-color: #CBC2B1;
	padding: 0px;
	margin: 0;
}

#promo {
	/*background-image: url(img/watermarkheader.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	height: 100px;
	color: #999999;
	background-color: #666666;
	padding: 0px;
	margin: 0;
	border-top: 5px solid #FFFFFF;	
}

#flashcontent1	{
	border-top: 5px solid #FFFFFF;
}

#wrapper {
	width: 770px;
	border: 5px solid #FFFFFF;
	margin: 0 auto;
}

#column_wrapper {
	background-image: url(img/twocolumn_middle.gif);
	background-repeat: repeat-y;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 620px;
	float: left;
}
#left {
	width: 150px;
	float: left;
}
/*#right {
	width: 210px;
	float: left;
}*/
#center .content {
	padding: 0px 12px;
	font-size: 0.75em;
	line-height: 1.5em;
}

#center .imagelinks img {
	padding: 0px 25px 0px 25px;
}

#left .content {
	padding: 0px 0px;
	/*padding: 24px 16px;*/
	font-size: 0.75em;
	line-height: 1.5em;
}

#left .content p {
	padding: 0px 10px 0px 10px;
	/*padding: 24px 16px;*/
	font-size: 1.0em;
	line-height: 1.5em;
}

#center .content  img {
	padding: 0px 12px;
}

#right .content {
	padding: 24px 16px 16px 24px;
	font-size: 0.75em;
	color: #FFFFFF;
	text-align: right;
	line-height: 1.5em;
}
#masthead .content {
	/*padding: 12px;*/
}

#footer .content {
	padding: 12px 16px;
}

#topnavlinks {
	float: right;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

#topnavlinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#topnavlinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topnavlinks a:hover {
	color: #333333;
	text-decoration: none;
}

#footer {
	color: #FFFFFF;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #6E5A48;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #FFFFFF;
}
#left a:visited {
	color: #FFFFFF;
}
#left a:hover {
	color: #FFFFFF;
}
#center a:link {
	/*color: #9B7C00;*/
}
#center a:visited {
	/*color: #333333;*/
}
#center a:hover {
	/*color: #000000;*/
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #FFFFFF;}
#footer a:visited {color: #FFFFFF;}
#footer a:hover {color: #666666;}
/*.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: 1em Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #708074;
	border-bottom: 1px dotted #708074;
	padding-bottom: 0.5em;
	/*margin-top: 1.5em;*/
}

h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

.purplebold{
	color: #800080;
	font-weight: bold;
}
.orangebold{
	color: #FFA500;
	font-weight: bold;
}

.redbold{
	color: #FF0000;
	font-weight: bold;
}