/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/
/*
Red H1 H2 #E8242A
Light blue left nav #B6E0F3
Dark Blue Header #0086CD
Blue News font #2C4C9A
Blue background #E6F7FD
Yellow: #FDF5BDblah
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #E6F7FD;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	/*padding: 0;*/
	background-image:url(img/mpp_10x740.gif);
	background-repeat:repeat-x;
}
#masthead {
	color: #999999;
	background-color: #FDF6BE;
	/*background-image:url(img/mpp_head_760x200c.gif);*/
	background-image:url(img/head.gif);*/
	background-repeat:no-repeat;
	height:185px;
	/*background-position:left;*/
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
}
#column_wrapper {
	/*background-image: url(img/mpp_760x10.gif);*/
	background-image: url(img/pagebg.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 540px;
	float: left;
}
#left {
	width: 220px;
	float: left;
}
#left .content {
	padding: 0px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
/*	padding: 12px 16px;*/
	float:right;
	padding-right:10px;
	padding-top:35px;
	/*
	margin-top:35px;
	margin-right:10px;*/
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	background-color: #E6F7FD;
/*	background-image:url(img/mpp_foot_760x120.gif);*/
	background-image:url(img/foot.gif);
	background-repeat:no-repeat;
	height:120px;
	padding: 0px;	
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#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: #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;
	color:#E8242A;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
	color:#E8242A;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color:#E8242A;
}
h4 {
	font-size: 1.1em;
	margin: 5px 0 0 0;
	/*color:#0086CD;*/
	color:#E8242A;
}
h5 {
	font-size: 1.0em;
	margin: 5px 0 0 0;
	color:#0086CD;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 2px 0;
}

/* header login */
form.login {
/*	position: absolute;*/
	/*top: 35px; right: 150px;*/
	background: transparent;
	border: none;	
}	
form.login input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color:#002F65;
	background-color:#E6F7FE;
	border: 1px solid #002F65;
}
form.login input.button {
	background-color:#E6F7FE;
	color: #002F65;
	border: 1px solid #002F65;
	width: 70px; height: 21px;
	margin-top:3px;
}

form.login p{
	font-size:0.8em;
	color:#002F65;
}
/* /login */

/* spam catcher - hide field */
#hidefield{
display:none;
}

.photocaption {
	font-size:.9em;
	font-style:italic;
}
