/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 0;
}
#masthead {
	padding: 0px;
	margin: 0;
	background-color: #666666;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../images/LTbkgrd2.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 575px;
	float: left;
}
#left {
	width: 175px;
	float: left;
}
#left .content {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 18px;
	padding-left: 16px;
}
#right .content {
	font-size: 0.8em;
	line-height: 1.65em;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #F7F8D3;
	padding-top: 10px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
}
#masthead .content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #000000;
	background-color: #000000;
	padding: 20px;
	margin: 0px;
	font-size: 0.7em;
	clear: both;
	background-image: url(../images/footer-art2.jpg);
	background-repeat: no-repeat;
}

#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}




.content p {
	margin: 12px 0;
}

.sidebar {
	padding: 0;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 24px;
	margin-left: 0;
}

.sidebar a {
	display: block;
	font-size: 12px;
	background-color: #FFCC00;
	border-color: #CCCCCC #999999 #666666 #B0963D;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	line-height: normal;
	width: 136px;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-left: 9px;
	background-image: url(../images/gold-button-lt.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: -3px;
	
}

.sidebar a:link, #sidebar a:visited {
	color: #000000;
	font-size: 12px;
}

.sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #004D75;
	background-image: url(../images/gold-button-dk.jpg);
	
}

.sidebar ul {
	/*/*/padding-left: 0em;
	margin-left: 0em;
	list-style-type: none; /* */
}
	
.sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}
img.floatLeft {
	float: left;
	margin-right: 21px;
	margin-bottom: 10px;
}

