/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	background-image: url(../images/bg.gif);
	margin: 0;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 776px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../images/layout/page_bg.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 598px;
	float: left;
	background-image: url(../images/layout/title_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#left {
	width: 178px;
	float: left;
	background-image: url(../images/layout/bottom_grid.gif);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
}
#left .content {
	vertical-align: top;
	padding-top: 0;
	margin-top: 0;
}
#right .content {
	padding-left: 24px;
	padding-right: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 0;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #1166B3;
	width: 776px;
	height: 100px;
	background-image: url(../images/layout/footer.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#right a:link {
	color: #075DB7;
}
#right a:visited {
	color: #075DB7;
}
#right a:hover {
	color: #075DB7;
}
#footer a:link {color: #1166B3;}
#footer a:visited {color: #1166B3;}
#footer a:hover {color: #1166B3;}
h1 {
	font-size: 1em;
	color: #032c56;
	margin: 0;
	padding-top: 3px;
}
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: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 0;
}
img.floatRight {
	float: right;
	margin-right: 4px;
	margin-bottom: 7px;
	margin-left: 5px;
	border-color: #333333;
}
img.floatLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 4px;
	border-color: #333333;
}
.featured_text_red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FF9900;
	font-weight: bold;
	}
.sml_grey_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	font-weight: normal;
	}

