@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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;
}


.oneColElsCtrHdr #container {
	width: 850px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #faf8f9;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #faf8f9 url(images/headerbg.gif) no-repeat; 
	height: 120px;
	
	padding: 0 0px 0 50px;  /* 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. */
} 
.oneColElsCtrHdr #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 */
}

h1 {color: #492f92; font-family:Georgia, "Times New Roman", Times, serif; font-size: 14pt; font-weight:bold; margin-bottom: -5px; text-align:left; line-height: 16pt;}
h2 {color: #492f92; font-family:Georgia, "Times New Roman", Times, serif; font-size: 11pt; font-weight:bold; margin-bottom: -5px;}

p {color: #333333; font-family:"Gill Sans", "Gill Sans MT", Gill, Myriad, Arial, Helvetica, sans-serif; font-size: 10pt; }

b {color:#492f92; }
strong {color:#492f92; }
.oneColElsCtrHdr #phone{
float: right;
margin-right: 300px;
display: inline;
height: 20px;
width: 230px;
position:relative;
margin-top: -85px;

text-align:center;
}

.oneColElsCtrHdr #phone p {
font-family:Georgia, "Times New Roman", Times, serif;
color:#330066;
font-weight:bold;
}

.oneColElsCtrHdr #menu{


margin-bottom: 25px;
 margin-left: 0px;  /* remove/modify margin as needed to add tab(s) */
padding: 0 25px;
height: 25px;
text-align:justify;
}



.oneColElsCtrHdr #menu ul{
	
float:left;
width:100%;
padding: 0 0px;
margin:-2px 0 0 5px;
list-style-type:none;
}

.oneColElsCtrHdr #menu ul li {
text-align:center; }
	
.oneColElsCtrHdr #menu a{
	
float:left;
width:95px;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:8.5pt;
font-weight:bold;
color:#333333;
background: url(images/normal2.gif) no-repeat; ;
padding:6px 8px;
border-right:1px solid white;
}

.oneColElsCtrHdr #menu a:hover{
	
float:left;
width:95px;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:8.5pt;
font-weight:bold;
color:#333333;
background: url(images/over2.gif) no-repeat; ;
padding:6px 8px;
border-right:1px solid white;
}
	
.oneColElsCtrHdr #mainContent1 {
	
	background: #faf8f9 url(images/c_top.gif) no-repeat;
	height: 18px;
	margin-bottom: -15px;
}


.oneColElsCtrHdr #managed{

width: 100%;
text-align:justify;

padding: 2px 30px;
height: 25px;
}


.oneColElsCtrHdr #managed ul{
	
float:left;
width:100%;
padding: 0 0px;
margin:-2px 0 0 -22px;
list-style-type:none;
}

.oneColElsCtrHdr #managed ul li {
text-align:center; }
	
.oneColElsCtrHdr #managed a{
	
float:left;
width:100px;
text-decoration:none;
font-family:"Gill Sans", "Gill Sans MT", Gill, Myriad, Arial, Helvetica, sans-serif;
font-size:8pt;
font-weight:bold;
color:#333333;
background: url(images/subnormal.gif) no-repeat; ;
padding:4px 6px;
border-right:1px solid white;
}

.oneColElsCtrHdr #managed a:hover{
	
float:left;
width:100px;
text-decoration:none;
font-family:"Gill Sans", "Gill Sans MT", Gill, Myriad, Arial, Helvetica, sans-serif;
font-size:8pt;
font-weight:bold;
color:#333333;
background: url(images/sub_over.gif) no-repeat; ;
padding:4px 6px;
border-right:1px solid white;
}




.oneColElsCtrHdr #mainContent {
	
	background: #faf8f9 url(images/main_bg.gif) repeat-y;
	padding: 0 70px;
}

#mainContentright {
	float: right;
	width: 270px;
	text-align:justify;
	padding-top: 10px;
	position:relative;
	margin-right: 20px;
	
	

	
}

.oneColElsCtrHdr #mainContentright p {
font-style:italic;
border-bottom: 1px dotted #333333;
padding-bottom: 7px;
}

.oneColElsCtrHdr #mainContentleft {
width: 385px;
text-align:justify;
line-height: 13pt;
margin-top: 15px;
padding-top: 5px;
padding-right: 20px;
border-right: 1px #CCCCCC solid;
margin-bottom: -15px;
padding-bottom:35px;
	
}

.oneColElsCtrHdr #mainContentnews {
width: 655px;
text-align:justify;
line-height: 13pt;
margin-top: 15px;
padding-top: 5px;
padding-right: 20px;
border-right: 1px #CCCCCC solid;
margin-bottom: -15px;
padding-bottom:35px;

	
	
}


.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColElsCtrHdr #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 */
}


