@charset "utf-8";
/* CSS Document */

.clientlinks {
	font-size: 14px;
	text-align: center;
}

.oneColFixCtrHdr img { 
    border:none;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtrHdr #container {
	width: 767px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	./*background-image:url(Resources/bg2.jpg);*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 0px solid #9084c6;  */
	border:0px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	position:relative;
}

.oneColFixCtrHdr #logoutdiv
{
	width:200;
	height:30;
	position:absolute;
	text-align:right;
	top:10px;
	right:15px;
	background:none;
	background-image:none;
}

.oneColFixCtrHdr #headerbuttons {
	text-align:center;
	/*margin:0px 7px 0px 8px;*/
	background:none;
	background:none;
	background-image:none;
}

.oneColFixCtrHdr #header {
	background-image:url(Resources/bg2.jpg);
/*	padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
/*	padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	/*margin: 0px 7px 0px 8px;*/
	padding-right:20px;
	background:none;
	background-image:none;
	text-align:left;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:#281773; */
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.oneColFixCtrHdr #address {
	text-align:right;
	padding:10px 30px 10px 10px;
}

.oneColFixCtrHdr #address p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.innerMainContent {
	padding:0; 
	margin:10px 10px 10px 30px;
}

.section {
	width:680px;
	margin:5px 0px 5px 0px;
}

.sectionfixup {
	padding:10px 0px 10px 25px;
}

.roundedup {
	width: 690px;
	height: 1px;
	/*
	height: 16px;
	background-image:url(Resources/rounded_up.png);
	*/
	background:#FFFFFF;
}

.roundeddown {
	width:690px;
	height: 1px;
	/*
	height: 10px;
	background-image:url(Resources/rounded_down.png);
	*/
	background:#FFFFFF;
}

.roundedmid {
	width: 690px;
	padding-top:5px;
	padding-bottom:5px;
/*	background-image:url(Resources/rounded_mid.png);*/
	background:#FFFFFF;
}

.darkred {
	color:#AA0000;
	font-weight:bold;
}

.announcement {
/*	background:#FF6600; */
	color:#281773;
/*	font-weight:bold; */
	padding:3px 0px 3px 10px;
}

.oldannouncement {
	background:#FF6600; 
	color:#281773;
	margin:10px 10px 10px 10px;
	padding:3px 0px 3px 10px;
}

.myquote {
	color:#281773;
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	text-align:center;
	padding:0;
	margin:10px 5px 10px 5px;
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.normaltext {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-align:left;
	padding:0;
	margin:10px 5px 10px 5px;
	/* font-weight:bold; */
}

.mystyle h1 {
	color: #281773;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

.mystyle h2 {
	color: #281773;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

.mystyle h3 {
	color: #281773;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}

.formerrormessage p {
	color:#FF0000;
}

.important {
	color:#281773;
	font-weight:bold;	
}
/* ------------- NOT USED ----------- */
.oneColFixCtrHdr #leftimage {
	float:left;
	width:318px;
}

.oneColFixCtrHdr #righttext {
	float:right;
	width:auto;
}

.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:0;
    font-size: 1px;
    line-height: 0px;
}


