/* 
  ------------------------------------------------
  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: #000000;
	margin: 10px;
	padding: 0;
	background: #717171;
	/*background: #FFFFFF url(img/bg_body.gif) repeat-y scroll 50% 0pt;*/
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #000000;
}
#wrapper {
	width: 950px;
	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: 720px;
	float: left;
}
#left {
	width: 230px;
	float: left;
}
#left .content {
	padding: 10px 10px 5px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 2px 6px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
}
#navigation {
	background: #FFFFFF;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 0px;
	font-size: 0.85em;
	font-weight: bold;
	/*height: 38px;*/
	border-bottom: 1px solid #000000;
}

#masthead .content {
	padding: 12px 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background: #99B1C9;
	border: 1px solid #000000;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #0000CC;
	text-decoration: none;
}
#left a:visited {
	color: #0000CC;
	text-decoration: none;
}
#left a:hover {
	color: #FF6600;
	text-decoration: none;
}
#right a:link {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
#right a:visited {
	color: #000066;
	text-decoration: none;
}
#right a:hover {
	color: #000000;
	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: #000000;
}
#footer a:visited {color: #000000;}
#footer a:hover {
	color: #0000FF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.6em;
	margin: 0;
	color: #000000;
	padding-top: 6px;
	padding-left: 0px;
}
h2 {
	font-size: 1.4em;
	margin: 15px 0 0;
	padding-bottom: 6px;
}
h3 {
	font-size: 1.1em;
	margin: 0px;
	color: #000000;
	padding: 0px;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.topImage {
	/*border-right: 1px solid #000000;*/
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
.tableBoxGrey {

	border: 1px solid #CCCCCC;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}
