/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0E7F79;
	padding: 0;
	color: #333333;
}
#p7bod #wrapper #column_wrapper #left .content box img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F2F6DE;
	border-right-color: #F2F6DE;
	border-bottom-color: #F2F6DE;
	border-left-color: #F2F6DE;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #000000;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 225px;
}
#wrapper {
	width: 880px;
	margin: 0 auto;
	background-image: url(../images/center_repeat.jpg);
	background-repeat: repeat-y;
}
#column_wrapper {
	background-repeat: no-repeat;
	background-image: url(../images/paper.gif);
	background-position: center top;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 620px;
	float: left;
}
#right {
	width: 260px;
	float: left;
}
#left .content {
	font-size: 0.8em;
	line-height: 1.65em;
	background-color: #F2F6DE;
	padding-top: 24px;
	padding-right: 36px;
	padding-bottom: 24px;
	padding-left: 36px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 50px;
	margin-left: 50px;
	border: thick solid #FFFFFF;
}
#right .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 100px;
	padding-right: 20px;
	padding-bottom: 24px;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #FF9999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-color: #891604;
	line-height: 1.7em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
#left a:visited {
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #755E00;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#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: #FFCCCC;
}
#footer a:visited {
	color: #FFCCCC;
}
#footer a:hover {
	color: #FF9966;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0E7F79;
}
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-right: 0;
	margin-left: 0;
	margin-bottom: -15px;
	margin-top: -8px;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
