/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #990033;
	padding: 0;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: normal;
	background-image: url(/p7csslm/img/webbg-logo.jpg);
	background-repeat: no-repeat;
}
#masthead {
	color: #999999;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#column_wrapper {
	background-image: url(img/clm07_middle.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 600px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#right {
	width: 200px;
	float: left;
}
#center .content {
	padding: 24px 32px;
	font-size: 0.8em;
	line-height: 1.65em;
	color: #000000;
}
#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;

}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 16px;
	color: #FFFFFF;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #a86107;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000; text-decoration:none
}
#left a:visited {
	color: #000000; text-decoration:none
}
#left a:hover {
	color: #990000; font-weight:bold; text-decoration:none
}
#center a:link {
	color: #3333CC; text-decoration:none
}
#center a:visited {
	color: #3333CC; text-decoration:none
}
#center a:hover {
	color: #990000; 
}
#right a:link {
	color: #3333CC; text-decoration:none
}
#right a:visited {
	color: #3333CC; text-decoration:none
}
#right a:hover {
	color: #990000; font-weight:bold
}
#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: #ffffff; text-decoration:none}
#footer a:visited {color: #ffffff; text-decoration:none}
#footer a:hover {color: #000000;}
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
}
h1 {
	font-size: 2.2em;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #CC6600;	
	line-height: 110%;
}
h2 {
	font-size: 12pt;
	margin: 30px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
}
h3 {
	font-size: 1.125em;
	margin: 30px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-size: 1.125em;
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
h5 {
	font-size: 12pt;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
}
p {
	color: #000000;
}
p.trigger {
	padding: 0 0 0 0px;
	margin: 0 0 0px 0;
	background: url(p_trigger_a.gif) no-repeat;
}
p.trigger a {
	color: #000000;
	text-decoration: none;
	display: block;
	cursor:pointer;
}
p.trigger a:hover { color: #ccc; }
p.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 0px; /*--Padding of Container--*/
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
table.NoShadeClass
{
  border-style: solid;
  border-width: 1px;
}

