@charset "UTF-8";

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 120%;
	margin: 0px;
	background-color: #5062A3;
	background-image: url(../images/proofsoft.gif);
	background-repeat: no-repeat;
}
img {
border:none;
}
#container  {
	width: 980px;
	text-align: left;
	padding: 0px;
	margin: auto;
	background-color: #FFFFFF;
	background-repeat: repeat;
	border: 2px solid #364285;
} 
#header  {
	color: #6699FF;
	background-color: #364285;
	letter-spacing: 0.3em;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #000066;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	font-size: 11px;
	height: 50px;
} 
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #996600;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline;
}
.indent {
	padding-left: 190px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 270px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 0px;
	padding-right: 10px;
	background-color: #333366;
	color: #999999;
	padding-left: 10px;
}
#mainContent  {
	float: left;
	width: 475px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
} 
#footer  {
	background-color: #364285;
	border-top-style: solid;
	border-top-color: cc6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cc6600;
	color: #f3f2d5;
	letter-spacing: 0.2em;
	text-align: center	;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:50px;
	font-size: 12px;
	line-height: 20px;
	background-color: #364285;
	width: 960px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 120%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000066;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000066;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #5062A3;
	font-size: 100%;
	font-weight: bold;
}
.in2wit-blue {
	color: #5062A3;
}
.brighterblue  {color: #6699FF}
.lightgray {color: #CCCCCC; }
