/* 
  ------------------------------------------------
  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: 0.7em;
	color: #000000;
	background-color: #336699;
	padding: 0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#masthead {
	color: #999999;
	background-color: #336699;
	padding: 0px;
	margin: 0 0 3px 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {

}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 565px;
	float: left;
	background-color: #FFFFFF;
}
#left {
	width: 181px;
	float: left;
	height: 341px;
	background-image: url(../images/left_bg.gif);
	margin: 0;
	padding: 0;
}
#right {
	width: 24px;
	float: left;
	height: 341px;
	background-color: #8EBAE5;
	background-image: url(../images/right_bg.gif);
}
#center .content {
	padding: 24px 25px;
	font-size: 1.1em;
	line-height: 1.65em;
	background-image: url(../images/whitespace.gif);
	background-repeat: no-repeat;
}
#left .content {
	padding: 0;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 0;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 0px;
}
#footer .content {
	padding: 12px 15px;
	background-color: #9FBFDF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#footer {
	color: #FFFFFF;
	font-size: 0.8em;
	clear: both;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 181px;
	margin: 0;
	border-top-style: none;
}
#center a:link {
	color: #336699;
}
#center a:visited {
	color: #6699CC;
}
#center a:hover {
	color: #6699CC;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}
#footer a:link {
	color: #336699;
	text-decoration: none;
}
#footer a:visited {
	color: #254B72;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color: #336699;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	line-height: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
	color: #666699;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color: #3399cc;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
#content-footer {
	text-align: right;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6699CC;
	padding-top: 10px;
}
#footer-credits {
	text-align: right;
	float: right;
}

.highlight{
	color: #FFCC00;
	margin: 1px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #FF0000;
	left: 800px;

}
