/* 
  ------------------------------------------------
  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: 100%;
	color: #666;
	background-color: #414B5B;
	margin: 12px;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#wrapper2 {
	width: 810px;
	margin: 0 auto;
}
#column_wrapper {
	background-color: #FFF;
	margin-top: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 6px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 20px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 0;
}
#footer .content {
	padding: 8px;
}
#footer {
	color: #BBB;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	float: right;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left p a:link, #left p a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}

#left p a:hover {
	color: #8B7797;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}
#right a:link {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}
#right a:visited {
	color: #666;
	text-decoration: none;
}
#right a:hover {
	color: #8B7797;
	border-bottom: 1px solid #CCC;
	text-decoration: none;
}


#footer a:link {
	color: #BBB;
	text-decoration: none;
}
#footer a:visited {
	color: #BBB;
	text-decoration: none;
}
#footer a:hover {
	color: #EEE;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}


h1 {
	font-size: 1.6em;
	margin: 0;
	color: #832789;
	font-weight: normal;
}
h2 {
	font-size: 1.3em;
	margin: 12px 0 0 0;
	color: #832789;
}
h3 {
	font-size: 1.25em;
	margin: 12px 0 0 0;
	color: #424B5B;
}
h4 {
	font-size: 1.1em;
	margin: 12px 0 0 0;
	font-weight: normal;
}

h5 {
	font-size: 1.2em;
	margin: 12px 0 0 0;
	font-weight: bold;
}

.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
	font-weight: normal;
}
blockquote {
	line-height: 130%;
	background-image: url(../images/leftq.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: justify;
	padding: 1px 30px;
	margin: 0 0 12px 0;
}


blockquote div {
	padding-right: 24px;
	background-image: url(../images/leftq.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

