@charset "utf-8";
body {
	font-family: 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;
	color: #000000;
	font-size:12px;
	line-height:1.5em;
	background-image:url(/images/page_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
a:link {
	color:#6c7890;
}
a:visited {
	color:#6c7890;
}
a:hover {
	color:#1392d8;
}
#container {
	width: 950px;  /* 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. */
}
#header {
	padding:0px; 
	clear:both;
	height:85px;
}
#logo {
	float:left;
	width:176px;
	height:49px;
}
#slogan {
	float:right;
	width:300px;
	padding: 30px 0px 0px 0px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
#menu_container {
width:150px;
float:left;
	padding-top:30px;
	padding-bottom:15px;
background-color:#F2F2F2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	}
#menu_container ul {
	list-style:none;
	margin:0px;
	padding:0px;
	
	
}
#menu_container ul li {
	
	list-style:none;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #E5E5E5;
}
#menu_container ul li a {
	
	
	margin:0px;
	margin-left: 20px;
	padding:0px;
	color:#000000;
}
#menu_container ul li a, #menu_container ul li a:link, #menu_container ul li a:visited {
	text-decoration:none;
}
#menu_container ul li a:hover {
	text-decoration:underline;
}
#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 */
}
#mainContent {
	margin: 0px auto;
	width:750px;
	float:right;
	padding:10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align:left;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
	background-color:#F4F4F4;
	border-top: 1px solid #CCCCCC;
}
#footercontainer {
	width:100%;
	margin:0px auto;
}
#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;
	text-align:center;
}
#footerbox {
	font-size:9px;
	width:220px;
	height: 270px;
	float:left;
	text-align:left;
	border-right:dotted 1px #999999;
	margin-right:15px;
	padding-right:15px;
}
#footerbox ul {
	display:block;
	list-style-image:url(/images/arrow.gif);
	list-style-position:outside;
	margin:0;
	margin-left:12px;
	padding:0;
}
#footerbox li {
	padding:0px 0px 0px 2px;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:visited {
	color:#646B75;
	text-decoration:underline;
}
#footer ul li a:hover {
	color:#646B75;
	text-decoration:none;
}
/*content*/


.images {
	border: 1px solid #CCCCCC;
	margin: 4px 10px;
	padding: 5px;
}

hr.clear {
	visibility:hidden;
	clear:both;
}
hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	text-align: left;
}

h1 {
	font-size:18px;
	color:#444e62;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size:16px;
	padding: 4px 0px 4px 0px;
	color:#33394d;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:2px solid #e5e7e8;
}
h2 a{
	background-color:#e5e7e8;
	text-decoration:none;
	padding:4px 20px 4px 10px;
	
}
h3 {
	font-size:14px;
	padding-left:0px;
	color:#6c7890;
	font-family:Arial, Helvetica, sans-serif;
}
h4 {
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
}
h5 {
	font-size:13px;
	border-bottom:1px solid #CCCCCC;
	padding-left:0px;
	color:#660000;
	font-family:Arial, Helvetica, sans-serif;
}
h6 {
	font-size:18px;
	font-weight:100;
	line-height:1.5em;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
.news_item {
	font-size:10px;
}
.form_text {
	font-size: 11px;
	line-height:normal;
}
.form_text td {
	font-size: 10px;
	line-height:normal;
}

.border_bottom td {
	border-bottom: 1px solid #e1e1e1;
}
.bordertable td {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	padding:3px;
}

.border_dash  {
	border: 1px dashed #e1e1e1;
	padding:3px;
}

.border_solid  {
	border: 1px solid #e1e1e1;
	padding:3px;
}


.message_box{
background-color:#F7F7F7;
border:double 1px #CCCCCC;
padding:5px;
}

.border_bottom_pad_right td {
	border-bottom: 1px solid #e1e1e1;
	
	padding:0px 10px 5px 0px;
}

