@charset "UTF-8";
body {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	background: #ffffff;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	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: #878787;
}

.hidden { visibility:hidden; }

.clear {clear:both;
}

a:link { font-size:1em; text-decoration:none;}
a:visited { font-size:1em; text-decoration:none;}
a:hover { font-size:1em; border-bottom:1px solid #cccccc; text-decoration:none;}
a:hover:visited { font-size:1em; text-decoration:none;}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	/*background: #DDDDDD; */
	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. */
	height:130px;
}
.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 */
	float:left;
}

.oneColFixCtrHdr #mainContent h1 {
	font-size:18pt;
}
.oneColFixCtrHdr  h2 { font-size:16pt;}
.oneColFixCtrHdr h3 { font-size:14pt;}
.oneColFixCtrHdr h4 { font-size:12pt; font-weight:bold;}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:hover:visited {font-size:16pt;}
h3 a:link, h3 a:visited, h3 a:hover, h3 a:hover:visited {font-size:14pt;}


h3.h3_home {
 font-style:italic;
 margin-top: -15px;
 overflow:visible;
 }
 
.oneColFixCtrHdr #header>.logo {
position:relative;
z-index: 3;
margin: -25px 0 0 -20px;
float:left;
}

.oneColFixCtrHdr #header>#nav {
position:relative;
float:right;
margin-top: -10px;
color:#333333;
width:350px;
text-align:right;
}
.oneColFixCtrHdr #header>#nav a, a:link {
color:#333333;
text-decoration:none;
font-size:12px;
}

.oneColFixCtrHdr #header>#nav a:hover {
color:#141414;
background:#cccccc;
text-decoration:none;
font-size:12px;
}
.oneColFixCtrHdr #header>#nav a:hover:visited {
color:#141414;
background:#cccccc;
text-decoration:none;
font-size:12px;
}
.oneColFixCtrHdr #header>#nav a:visited {
color:#0000FF;
font-size:12px;
}

.oneColFixCtrHdr #mainContent {
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */}

.oneColFixCtrHdr #mainContent #left_column {
position:relative;
float:left;
width:525px;}

.oneColFixCtrHdr #mainContent #right_column {
float:right;
width:325px;
clear:right;
margin-top: 20px;
position:relative;}

.sidebar {
float:right;
padding: 10px;
width:222px;
clear:right;
margin-top: 20px;
position:relative;
font-size:.85em;
color:#444444;
background-repeat:no-repeat;
background-image:url(../images/box_bg.jpg);
background-position:left bottom;
background-color:transparent;
overflow:visible;
}
.sidebar h4 {margin:0 0 -2px 0; background:url(../images/h4_icon.gif) left center no-repeat; padding-left:19px;}
.sidebar h4.sidebar_top {margin-top:-1em;}
.sidebar ul {margin: 0;}
.sidebar li{
margin-left: -5px;
}

fieldset {
border: 0px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:1px solid #afafaf;
	clear:left;
}
#footer_left {
position:absolute;
float:left;
}
#footer_right {
float:right;
}

.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-size:10px;}
 .OneColFixCtrHdr #footer a, a:link{
 font-size:10px;
 color:#0099FF;
 text-decoration:none; }
  .OneColFixCtrHdr #footer a:hover:visited, a:hover{
 font-size:10px;
 color:#0099FF;
 border-bottom:1px solid #cccccc;
 text-decoration:none; }
  .OneColFixCtrHdr #footer a:visited{
 font-size:10px;
 color:#550000;
 text-decoration:none; }

/* Floating box elements on the front page */
div.float {
  	float: left;
  	margin: 0 10px 15px 25px;
	position: relative;
	width:242px;
	min-height:218px;
	background-image:url(../images/box_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	overflow:visible;
  }
div.float p {
padding: 3px;
}

#mainContent>div.float h3 {
color:#0000FF;
font-size:13px;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
padding-top: 10px;
font-style:normal;
overflow:visible;
}

div.float ul {
width: 85%;
font-size:12px;
margin-left:2em;
padding:0px;
}
div.float li {
padding: 0px;
margin:2px;
}