/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  09: 3Col_Flexible_Width
  ------------------------------------------------
	Colors:
	Blue: #003585
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	min-width: 1020px;
	margin: 20px;
	font-size: 100%;
	background-color: #003585;
}
#masthead {
	color: #666;
	background-color: #FFF;
	background-image: url(/images/tl.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
#masthead .content {
	padding: 12px;
	background-image: url(/images/tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}
#outer_wrapper {
	/*background-image: url(img/clm09_left.gif);
	background-repeat: repeat-y;*/
	background-color: #FFF;
}
#wrapper {
	/*background-image: url(img/clm09_right.gif);
	background-repeat: repeat-y;*/
	background-position: right top;	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#left_wrapper {
	float: left;
	margin-left: -216px;
	width: 100%;
}
#left {
	float: left;
	width: 210px;
	margin-left: 216px;
}
#center {
	margin-left: 426px;
}
#right {
	float: left;
	width: 216px;
}
#left .content {
	padding: 10px;
	font-size: .75em;
	line-height: 1.35em;
}
#left .content img {
	padding-bottom: 5px;
}
#center .content {
	padding: 10px;
	font-size: .85em;
	line-height: 1.4em;
	background-color: #FFF;
}
#right .content {
	padding: 10px;
	font-size: .7em;
	line-height: 1.35em;
}
h1, h2, h3 {margin-top: 0;}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#footer {
	color: #CCCCCC;
	background-color: #FFF;
	background-image: url(/images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#footer .content {
	color: #003585;
	background-color: #FFF;
	padding: 12px;
	font-size: .7em;
	background-image: url(/images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #846900;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #51AC98;
}
#center a:visited {
	color: #666666;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #466975;
}
#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;
}
.footertext a:link {
	color: #003585; 
 }
.footertext a:visited {
	color : #7F9AC2;
}
.footertext a:hover  {
	color: #D83F43;
}
.footertext a:active {
	color: #D83F43;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color: #003585;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
	color: #003585;
}
h3 {
	font-size: 1.25em;
	margin: 10px 0;
	color: #003585;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color: #003585;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.rebel {
	font-weight: bold;
	color: #003585 !important;
}
#countdown {
	padding: 5px;
	border: 1px solid #003585;
	margin-bottom: 10px;
	background-color: #D4EBFD;
}
img {border: none;
}
.red {
	color: red;
}
.sah {
	border: 1px solid #000;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.flag {
	padding-bottom: 65px;
	padding-right: 20px;
}
.flagr {
	padding-bottom: 65px;
}
.announcement {
	margin: 10px;
	padding: 10px;
	border: 2px solid #003585;
}
.notice {
	font-size: 1.2em;
	font-weight: bold;
	color: #F00;
}