/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #660000;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-image: url(img/clm_02_top.gif);
	background-repeat: no-repeat;
	height: 245px;
}
#navbar {
	color: #000000;
	padding: 5px 30px 5px 5px;
	margin: 0;
	background-image: url(img/clm02_yellow.gif);
	background-repeat: repeat-y;
	font-size: 0.9em;
	text-align: right;
	font-weight: bold;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm02_middle.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 450px;
	float: left;
}
#left {
	width: 450px;
	float: left;
}
#left .content {
	padding: 40px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 0px 5px 0px 0px;
	font-size: 0.8em;
	line-height: 1.65em;
	margin: 0px;
	color: #FFCC66;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 5px;
}
#yellowfooter .content {
	padding: 5px;
}
#yellowfooter {
	color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(img/clm02_yellow.gif);
	background-repeat: repeat-y;
	height: 5px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: .9em;
	clear: both;
	background-image: url(img/clm02_bottom.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	text-align: center;
	height: 47px;
}
.quotation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #FFCC66;
	line-height: 1.2em;
}

.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #0033FF;
	text-decoration: none;
}
#left a:visited {
	color: #0033FF;
	text-decoration: none;
}
#left a:hover {
	color: #660000;
	text-decoration: none;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#navbar a:link {
	color: #000000;
	text-decoration: none;
}
#navbar a:visited {
	color: #000000;
	text-decoration: none;
}
#navbar a:hover {
	color: #660000;
	text-decoration: none;
}
#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: #FFCC66;
	text-decoration: none;
}
#footer a:visited {
	color: #FFCC66;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
.p7uberlink {
	border-color: #000000 !important;
}
h1 {
	font-size: 1.7em;
	margin: 0;
	font-weight: bold;
	line-height: 1em;
}
h2 {
	font-size: 1.4em;
	margin: 16px 0 0;
	color: #660000;
}
h3 {
	font-size: 1.2em;
	margin: 0px 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 0;
	color: #660000;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 6px 0 15px;
}
