@charset "utf-8";
/* CSS Document */

body {
	margin-top:0px;
	background-image: url(../images/body_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width: medium;
}
h1 {
	color: #1B4FB4;
	font-size: 1.5em;
}


#menu{
	background:url(../images/menu-bkgrg.jpg);
	text-align:right;
}
#menu img{
	margin-top:20px;
	margin-left:13px;
	margin-right:13px;
}

#sub_menu a{
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
#search_div{
	background:url(../images/search_bg.jpg) center center;
	height:37px;
}

#search_field{
	width:170px;
	float:right;
	height:30px;
	padding-top:8px;
 }
#content{
background:url(../images/logo_bg.gif) center center no-repeat;	
}

#sub_menu{
	padding-top:10px;
	font-weight:bold;
background:url(../images/submenu_bg.gif) repeat-x;
text-align:right;
}
#subline{
	text-align:center;
}
#top_menu{
	background:url(../images/top_links.gif);
}
#footer {
	background: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	text-align:center;
	padding-top:15px;
	font-size:12px;
}



.black_link{
text-decoration:none;
color:#000;
}
#sub_menu a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#1F5DA6;
}
h2 {
	color: #0F8308;
	font-size:16px;
}

.right_image{
	float:right;
	padding: 10px 10px 15px 15px;
}

.left_image{
	float:left;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 10px;
}

