body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #0A2342;
	background-color: #E1E1E1;
	background-image:url(../images/top_bg.gif);
	background-repeat:repeat-x;
	margin: 0px;
}

a {
	color: #0A2342;
	text-decoration:none;
}
a:hover {
	color: #999999;
	text-decoration:none;
}
form {
	margin: 0px;
}
h1 {
	font-size: 1.8em;
	margin-top:5px;
	margin-bottom:5px;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.2em;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

#frame {
	width: 767px;
}

#header {
	width:767px;
	background-color:#FFFFFF;
	background-image:url(/images/main_banner_bg.gif);
	background-repeat:no-repeat;
	margin-top:48px;
	float:left
}
#main {
	width:767px;
	float:left;
	background-color:#FFFFFF;
}
#content_area {
	width:647px;
	float:left;
}
#search {
	width:647px;
	float:left;
	overflow:visible;
	/*overflow:hidden;*/
}
#content {
	width:597px;
	float:left;
	padding-right:0px;
	padding-left:35px;
	padding-bottom:20px;
	overflow:hidden;
}
#right_col {
	width:120px;
	float:right;
	overflow:hidden;
	background-color: #0A2342;
	background-image:url(../images/right_col_bg.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}
#footer {
	width:767px;
	float:left;
	background-color:#003875;
	color:#FFFFFF;
}



.menu_tile {
	background-image:url(../images/menu_tile.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.bg_m_blue {
	background-color:#8E9FB1;
	color:#FFFFFF;
}
.bg_m_blue a:hover {
	color:#FFFFFF;
}
.bg_ml_blue {
	background-color:#B2BDC8;
	color:#FFFFFF;
}
.bg_ml_blue a:hover {
	color:#FFFFFF;
}
.main_bg {
	background-image:url(../images/main_bg_tile.gif);
	background-repeat:repeat-y;
}
.main_bg_home {
	background-image:url(../images/main_bg_tile_home.gif);
	background-repeat:repeat-y;
}
.header_bg {
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;  
}
.header_bg_home {
	background-image:url(../images/header_bg_home.gif);
	background-repeat:no-repeat;  
}
.small {
	font-size: 0.9em;
}
.smaller {
	font-size: 0.8em;
}
.smallest {
	font-size: 0.7em;
}
.big {
	font-size: 1.2em;
}
.bigger {
	font-size: 1.4em;
}
.biggest {
	font-size: 1.8em;
}

.text_d_blue {
	color:#0A2342;
}
.text_white {
	color:#FFFFFF;
}
.text_red {
	color:#DF002D;
}
a.text_white:hover {
	color:#0A2342;
}

.title_watermark {
	color:#3C318A;
	font-size:1.8em;
	font-weight:bold;
}