/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-size: 100%;
	color: #006;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	background-color: #CCE4FE;
	margin: 0px;
	padding: 0;
}
img {
	border: 0;	
}
#masthead {
	color: #999999;
	background-color: #cee5fc; 
	padding: 0px 0px 0px 30px;
	margin: 0;
}
#wrapper {
	width: 1024px;
	margin: 0 auto;
}
#column_wrapper {
/*background-image: url(img/clm07_middle.gif); */
	background-color: #cee5fc;
	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: 810px;
	float: left;
}
#left {
	width: 210px;
	float: left;
}

#center .content {
	padding: 6px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 4px;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: center;
}

#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 16px;
	text-align: center;
}
#footer {
	color: #6666FF;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #cee5fc;
}
.menulist {
	margin: 0;
	padding: 6px 0 12px 0;
	list-style-type: none;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #9B7C00;
	text-decoration: none;
}
#center a:visited {
	color: #9B7C00;
	text-decoration: none;
}
#center a:hover {
	color: #000000;
	text-decoration: underline;
}
#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;
}
h2 {
	font-size: 1.6em;
	margin: 10px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 10px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 10px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.lgboldtext {
	font-size: 12pt;
	font-weight: bold;
}
.Xlboldtext {
	font-size: 14pt;
}
.XXLboldText {
	font-size: 20pt;
	font-weight: bold;
}
.largetext {
	font-size: 12pt;
}
.smalltext {
	font-size: 8pt;
}
.medsmtext {
	font-size: 10pt;
}
