/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #222;
	margin: 0 20px 20px 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #000000;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
	background-color:#fff;
}
#column-wrapper {
	background-image: url(img/clm01_middle.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 650px;
	float: left;
}
#right {
	width: 300px;
	float: left;
	color:#fff;
	background-color:transparent;
}
#left .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.5em;
}
#masthead {
	background:url(img/header.gif) no-repeat top left;
	height:200px;
	position:relative;
}
#masthead .content {
	padding: 0;
	display:none;
}
#masthead .right {
	position:absolute;
	top:70px;
	right:20px;
	width:230px;
	color:#fff;
	font-size: .75em;
	line-height: 1.5em;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #fff;
	background-color: #524B48;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	text-align:center;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #201D86;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #A72033;
	text-decoration:none;
}
#right a:link,#masthead .right  a:link{
	color: #DCB11E;
}
#right a:visited,#masthead .right a:visited {
	color: #f2f2f2;
}
#right a:hover,#masthead .right a:hover {
	color: #ECD174;
	text-decoration:none;
}

#footer a:link {
	color: #DCB11E;
}
#footer a:visited {
	color: #f2f2f2;
}
#footer a:hover {
	color: #ECD174;
	text-decoration:none;
}

#right h1, #right h2, #right h3 {
	color:#fff;
}
h1 {
	font-size: 1.8em;
	font-weight:normal;
	margin: 0;
	color:#524B48;
}
h2 {
	font-size: 1.6em;
	font-weight:normal;
	margin: 20px 0 0 0;
	color:#524B48;
}
h3 {
	font-size: 1.25em;
	font-weight:normal;
	margin: 20px 0 0 0;
	color:#524B48;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.content .color-heading {
	color:#A72033;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
img,img a{
border:none;
margin:0;
}
img.block{
display:block;
margin:.5em 0;
}

img.imgborder{
border:2px solid #524B48 ;
}
.content .middle {
	vertical-align:middle;
}
.nospace {
margin:0;
padding:0;
}
.content table {
	border-collapse:collapse;
	margin-bottom:1em;
}
.content td {
padding:.25em 1em 0 0;
vertical-align:top;
}
.content .indent {
	margin-left:20px;
}
.content .small{
font-size:.9em;
}
.content .smallbold{
font-size:.9em;
font-weight:bold;
}
.content ol,ul {
 margin:0;
 padding:0;
}
.content li {
 margin:0;
 margin-left:2em;
 padding:0;
}

.firstplace {
	color:#1D4F86;
}
.secondplace {
	color:#A72033;
}