/* 
  ------------------------------------------------
  Copyright (c) 2007 PVII
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #283B7D;
	margin: 2px;
	padding: 0;
}
.mytext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000066} 
.mytext a:link {color: #2E4594; text-decoration: none} 
.mytext a:visited {color: #333333; text-decoration: underline} 
.mytext a:hover {color: #003366; text-decoration: underline} 
.mytext a:active {color: #2E4594; text-decoration: none} 
.mytext2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #18244E} 
.mytext2 a:link {color: #666666; text-decoration: underline} 
.mytext2 a:visited {color: #666666; text-decoration: underline} 
.mytext2 a:hover {color: #CCCCCC; text-decoration: none; background-color: #333333} 
.mytext2 a:active {color: #333333; text-decoration: none} 
.smtext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #2E4594} 
.smtext a:link {color: #2E4594; text-decoration: none} 
.smtext a:visited {color: #666666; text-decoration: underline} 
.smtext a:hover {color: #CCCCCC; text-decoration: none; background-color: #cccccc} 
.smtext a:active {color: #333333; text-decoration: none} 
#logo {
	background-color: #5586D2;
	padding: 0px;
	margin: 0;
	color: #283B7D;
	background-image: url(../p7csslm/images/logo.jpg);
	background-position: top;
	background-repeat: no-repeat;}
#masthead {
	background-color: #5586D2;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../images/mid.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 560px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#right {
	width: 2px;
	float: left;
}
#center .content {
	padding: 24px 22px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 6px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 0px;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-color: #283B7D;
}

#center a:link {
	color: #9B7C00;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}

#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}

h1 {
	font-size: 1.8em;
	margin: 0;
			color:#000066;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
			color:#000066;
}
h3 {
	font-size: 1.4em;
	color:#FFFFFF;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.25em;
		color:#000066;
	margin: 20px 0 0 0;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}

.emph {
	font-size: 1.6em;
			color:#000066;
