body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #1A4B8B;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
}

h1 {
    color: #0082FB;
    text-align: left;
    /*background-image: url(../images/hdr_bkg.jpg);
    background-repeat: no-repeat;
    background-position: top left;*/
    padding-left: 40px;
}

#Wrapper {
	position: relative;
	width: 847px;
	_margin-top:-224px;
	_margin-left:50px;
}

#Banner {
	position: absolute;
	top: 189px;
	left: 10px;
	_position:relative;
	_top: 411px;
	_left: -273px;
	_width:281px;
	/*z-index: 2;*/
}

#Header {
	float: left;
	clear: both;
	width:847px;
	height:155px;
}

#Menu {
	float: left;
	clear: both;
	width: 825px;
	height: 24px;
	background-image: url(../images/menu_bkg.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #444488;
	border-right: 1px solid #444488;
	text-align: center;
	padding: 0 10px 0 10px;
	_margin-top:-3px;
}

.menu_item {
	float: left;
	clear: right;
	height: 19px;
	background-image: url(../images/menu_item_bkg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: transparent;
	padding: 3px 25px 2px 8px;
	margin: 0;
	font-size: 12px;
	text-align: left;
}

.menu_item a, .menu_item a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menu_item a:hover, .menu_item a:visited:hover {
	color: #FFAA22;
	text-decoration: none;
}

#Middle {
	float: left;
	clear: both;
	width: 847px;
	background-image: url(../images/middle_bkg.jpg);
	background-repeat: repeat-y;
	/*border-left: 0px solid #444488;*/
}

#Left {
	float: left;
	clear: right;
	width: 199px;
	/*border-left: 1px solid transparent;*/
	overflow: hidden;
	text-align: right;
}

#Content {
	float: left;
	clear: right;
	width: 647px;
}

#Content_Top {
	float: left;
	clear: both;
	width:647px;
	height:24px;
}

#Content_Main {
	float: left;
	clear: both;
	width: 577px;
	font-size: 12px;
	color: #000074;
	text-align: justify;
	padding: 10px 40px 0 30px;
	line-height: 20px;
	z-index: 2;
}

#Content_Bottom {
	float: left;
	clear: both;
	width: 847px;
	height: 21px;
	background-image: url(../images/middle_bkg.jpg);
	background-repeat: repeat-y;
	text-align: right;
	border-left: 0px solid #444488;
}

#Footer {
	float: left;
	clear: both;
	width: 847px;
	height: 136px;
	margin-top:-5px;
	background-image:url(../images/footer_whole.jpg);
	background-repeat:no-repeat;

}

#Footer_Left {
	float: left;
	clear: right;
	width: 59px;	
	height: 136px;

}

#Footer_Main {
	float: left;
	clear: right;
	width: 727px;
	height: 136px;
	background-image: url(../images/footer_bkg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 11px;
	color: #BBBBBB;
	padding-top: 5px;
}

#Footer_Main a, #Footer_Main a:visited {
	color: #BBBBBB;
	text-decoration: none;
}

#Footer_Main a:hover, #Footer_Main a:visited:hover {
	color: #FF8800;
	text-decoration: underline;
}

#Footer_Right {
	float: left;
	clear: right;
	width: 61px;
	height: 136px;

}

h1 {
	font-size: 20px;
	color: #06357A;
}

h2 {
	font-size: 16px;
	color: #06357A;
}

h3 {
	font-size: 14px;
	color: #06357A;
	margin-bottom: -10px;
}

p {
	font-size: 12px;
	text-align: justify;
}

td {
	font-size: 12px;
	text-align: justify;
}

#dropmenudiv {
    MARGIN-TOP: 54px;
	margin-left:40px;
    FONT-SIZE: 12px;
    Z-INDEX: 100;
    LINE-HEIGHT: 20px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    POSITION: absolute;
    background-image: url(../images/menu_bkg.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    border-top: 2px solid #617099;
}

#dropmenudiv A {
    PADDING-RIGHT: 0px;
    DISPLAY: block;
	color: #f5f5f5;
    PADDING-LEFT: 0px;
    FONT-WEIGHT: normal;
    PADDING-BOTTOM: 1px;
    WIDTH: 100%;
    TEXT-INDENT: 10px;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #4a627e 0px solid;
    TEXT-DECORATION: none;
}

#dropmenudiv A:hover {
    color: #FFFFFF;
	BACKGROUND-COLOR: #42628d;
}
