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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #000000;
	margin: 0px;
	padding: 0;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat;
}
#masthead {
	color: #999999;
	background-color: #;
	padding: 0px;
	margin: 0 0 36px 0;
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../images/2-col-middle.png);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(../images/2-col-top.png);
	background-repeat: no-repeat;
	height: 137px;
}
#column_bottom {
	background-image: url(../images/2-col-bottom.png);
	background-repeat: no-repeat;
	height: 44px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 450px;
	float: left;
	height: 780px;
	overflow: auto;
scrollbar-arrow-color: #464646;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #999999;
scrollbar-face-color: #D4D0C8;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #CCCCCC;
scrollbar-track-color: #e6e6e6;}
#left {
	width: 100px;
	float: left;
}
#right {
	width: 340px;
	float: left;
}
#center .content {
	padding: 0px 32px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 0px 130px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 20px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 0px;
	color: #FFFFFF;
}
#footer {
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#right a:link {
	color: #954e0a;
	text-decoration: none;
}
#right a:visited {
	color: #954e0a;
	text-decoration: none;
}
#right a:hover {
	color: #00442c;
	text-decoration: none;
}
#center a:link {
	color: #954e0a;
	text-decoration: none;
}
#center a:visited {
	color: #954e0a;
	text-decoration: none;
}
#center a:hover {
	color: #00442c;
	text-decoration: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #B185C9;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #C8AAD9;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #B185C9;}
h1 {
	font-size: 1.8em;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.2em;
}
h2 {
	font-size: 1.8em;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 1.2em;
}
h3 {
	font-size: 1.8em;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 1.2em;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.footer {font-size: xx-small}
