/* TAG STYLES ***********************/
html, body {
	margin: 0;
	padding: 0;
	background: #001f6b url("../images/bg.gif");
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

p {
	padding: 2px;
	margin-right:4px;
}

h2 {
	margin:0px;
	font-size:16px;
}

h5 {
	font-size:9px;
	margin: 0;
	padding: 0;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
/* END TAG STYLES ***********************/

/* LAYOUT STYLES ***********************/
#extend { /* this extends the top banner across the page */
	float: right;
	width: 100%;
	height: 174px;
	background-image: url("../images/bg_header.gif");
	background-repeat: repeat-x;
}

#wrapper {
	width: 880px;
	margin: 0;
	padding: 0;
}

/* left side *****************************/
#body_left {
	width: 155px;
	float: left;
	overflow: hidden;
}

#header_left {
	width: 155px;
	height: 174px;
	background: #FFFFFF url("../images/bg_header.gif") repeat-x;
}

#menu {
	width: 152px;
	margin-top: 5px;
	background: #001145;
}

/* right side ***********************************/
#body_right {
	float: right;
	width: 725px;
	overflow: hidden;
}

#header_right {
	width: 725px;
	height: 174px;
	background: #FFFFFF url("../images/bg_header.gif") repeat-x;
}

#body_right {
	width: 725px;
	background: url("../images/logo_bottom.jpg") no-repeat;
}

#content_wrapper {
	margin-top: 87px;
	width: 552px;
}

#content_right {
	float: right;
	width: 174px;
}

#content_right .pad {
	margin-left: 2px;
}


#content_left {
	width: 374px;
	background-image: url("../images/bg_main.jpg");
	background-repeat: no-repeat;
}

#content {
	width: 350px;
	padding-top: 5px;
}

#content p {
	margin-left: 20px;
}

.arrow {
	position: absolute;
	top: 268px;
	left: 155px;
	height: 26px;
	width: 13px;
	background-image: url("../images/arrow.gif");
}


.whitebox{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 174px;
	width: 2000px ;
	z-index:300;
	background-image:url(images/top_extend.gif)
}


#footer {
	width: 374px;
	background-color: #001145;
}
/* END LAYOUT STYLES ***********************/

.style1 {color: #FFDD00;
font-weight:bold;}
