/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  09: 3Col_Flexible_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	min-width: 980px;
	margin: 20px;
	font-size: 100%;
}
#masthead {
	color: #fff;
	background-color: #0F316C;
	
}
#masthead .content {
	padding: 12px;
	background-image:url(../images/mast_children.gif);
	background-repeat:no-repeat;order:#900 medium solid;
	
}
#outer_wrapper {
	background-image: url(../images/clm09_left.gif);
	background-repeat: repeat-y;
}
#wrapper {
	background-image: url(../images/clm09_right.gif);
	background-repeat: repeat-y;
	background-position: right top;	
	border-top: 1px solid #0F316C;
	border-bottom: 1px solid #0F316C;
}
#left_wrapper {
	float: left;
	margin-left: -200px;
	width: 100%;
}
#left {
	float: left;
	width: 200px;
	margin-left: 200px;
}
#center {
	margin-left: 400px;
}
#right {
	float: left;
	width: 200px;
}
#left .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.35em;
}
#center .content {
	padding: 24px;
	font-size: .85em;
	line-height: 1.7em;
}
#right .content {
	padding: 24px 20px;
	font-size: .7em;
	line-height: 1.35em;
}
h1, h2, h3 {margin-top: 0;}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#footer {
	color: #CCCCCC;
	background-color: #0F316C;
	border:#900 medium solid;
}
#footer .content {
	padding: 12px;
	font-size: .7em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #900;
}
#left a:visited {
	color: #7D0028;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #900;
}
#center a:visited {
	color: #7D0028;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #900;
}
#right a:visited {
	color: #7D0028;
}
#right a:hover {
	color: #000000;}
	
#footer a:link {
	color: #CC6;
}
#footer a:visited {
	color: #AA922F;
}
#footer a:hover {color: #FFFFFF;}

h1 {
	font-size: 1.5em;
	margin: 0;
}
h2 {
	font-size: 1.3em;
	margin: 0 0 0 0;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 0 0;
}
h4 {
	font-size: 1.0em;
	margin: 0 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.error { color:#C00;
font-size:12px;}

.textfieldRequiredMsg .textfieldInvalidFormatMsg{
	font-size:10px;}
	
.padleft {padding-left:10px;}

.padright {padding-right:10px;}
.small { font-size:10px;}