body{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.maintable{
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: url("/images/background.gif") repeat-x;
	background-color: white;
	width: 800px;
}

.searchheader{
	background: url("/images/header-2.jpg") no-repeat;
	width: 335px;
	height: 111px;
}

.menu_background{
	background: url("/images/menu-2.jpg") no-repeat;
	width: 539px;
}

.menu_style{
	background: #c21e1e;
	color: white;
	cursor: pointer;
	border: 1px solid #870b0b;
}

.menu_text{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	cursor: pointer;
}

.menu_text a{
	color: white;
	text-decoration: none;
}

.menu_footer{
	font-size: 11px;
	color: white;
	background: #1c528d;
}

.menu_footer a{
	color: white;
	text-decoration: none;
}

.searchbox{
	font-family: arial, Helvetica, sans-serif;
	border: 1px solid black;
	background: white;
}

.box_content{
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	background: white;
	font-size: 12px;
	padding: 3px;
}

#news a{
	text-decoration: none;
	color: blue;
}
.body_content h1{
	font-size: 21px;
	color: #AB2929;
}
.body_content h2{
	font-size: 19px;
	color: #AB2929;
}
.body_content h3{
	font-size: 16px;
	color: #AB2929;
	margin-bottom: 0px
}
.body_content h4{
	font-size: 13px;
	color: #AB2929;
	margin-bottom: 0px
}
.body_content a:hover{
	text-decoration: none;
	color: #BB9356;
}
.body_content a{
	text-decoration: none;
	color: #367DE0;
}
.body_content{
	font-size: 12px;
	font-style: "verdana, arial, helvetica, sans-serif";
}

.shadow-container {
    visibility: hidden;
    display: none;
    position: absolute;
    padding: 20px;
    right: 300px;
    width: 320px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.shadow-container.shadow2,
.shadow-container .shadow3,
.shadow-container .container {
    position: relative;
    left: -2px;
    top: -2px;
}
.shadow-container .shadow1 {
background: #F1F0F1;
}
.shadow-container .shadow2 {
background: #DBDADB;
}
.shadow-container .shadow3 {
background: #B8B6B8;
}
.shadow-container .container {
background: #B0C9EA;
border: 1px solid #848284;
padding: 10px;
}
.helpcursor {
	cursor: help;
}
