/* 
  ------------------------------------------------
  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: #000000;
	margin: 25px;
	padding: 10;
}
#masthead {
	color: #999999;
	background-color: #000000;
	padding: 3px;
	margin: 0;
	background-image:url(../Images/cc1.jpg);
	border: thin none #FFFF99;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	border-top-width: 40px;
	border-right-width: 40px;
	border-bottom-width: 40px;
	border-left-width: 40px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #FFFF99;
	border-right-color: #999933;
	border-bottom-color: #999933;
	border-left-color: #FFFF99;
}
#column_wrapper {
	background-image:url(../Images/900bannertanandgreen.jpg);
	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: 500px;
	float: left;
}
#left {
	width: 200px;
	float: left;
	color: #000000;
}
#right{
	width: 200px;
	float: left;
	color: #000000;
}
#center .content {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 24px;
	padding-right: 1px;
	padding-bottom: 24px;
	padding-left: 1px;
}
#right .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 5px;
}
#masthead .content {
	padding: 2px;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #CCCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menulist {
	padding: 0;
	list-style-type: none;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
#left a:link {
	color: #000000;
	background-color: #FFFFCC;
}
#left a:visited {
	color: #333333;
	background-color: #FFFFCC;
}
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-top: 1px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

