/* ----------------------- HOME PAGE ----------------------*/

/*	*********************************************************
					  GLOBAL ELEMENT STYLES
	*********************************************************
*/

body {
	margin: 0; padding: 0;
	background-color: #0160A2;
	font-family: Arial, sans-serif;
	font-size: 11px; line-height: 1.2em;
}

body a:link, a:visited, a:active {
	color: #0066CC;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0.2em 0;
}

/* =========================== Global DIVs ======================*/

#base {
	width: 802px;
	background: #FFF url(../images/base_bg_2.jpg) repeat-y;
}

#logoheader {
	margin: 0; padding: 0;
	background: #FFF
	width: 791px;
}

#logotele {
	width: 125px;
	position: absolute; top: 34px; left: 646px;
}

#topnav {
	width: 406px;
	position: absolute; top: 84px; left: 384px;
}

#footer {
	margin: 0; padding: 0;
	width: 802px; height: 74px;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#footer td {
	margin: 0; padding: 0;
	vertical-align: bottom;
	height: 74px;
}

#footer p {
	margin: 0 0 0 15px; padding: 0;
	color: #DCDCDC;
	font-family: Verdana, sans-serif;
	font-size: 10px; line-height: 1.5em;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #DCDCDC;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*	*********************************************************
					    HOME PAGE STYLES
	*********************************************************
*/

#banner {
	margin: 0; padding: 0;
	width: 791px; height: 330px;

}

#banner_flash {
	width: 380px;
	position: absolute; top: 249px; left: 389px;
	/*background: url(../images/flash_bg_1.jpg) no-repeat;*/
}

#pagebody {
	margin: 0 80px 0 265px; padding: 0 0 0 0;
	color: #3D3E4F;
	font-family: Arial, sans-serif;
	font-size: 11px; line-height: 1.2em;
}

#pagebody td {
	padding: 20px 20px 0 0;
	vertical-align: top;
}

#pagebody ul {
	margin: 0 15px 0 0;
	padding: 0 0 0 1.5em;
}

#pagebody li {
	margin: 0;
	padding: 0 0 0.7em 0;
}


/*------------------ Sidebar Box Styles -----------------*/

#box-wrapper {
	position: absolute; top: 445px; left: 21px;
	width: 170px;
}

#box {
	position: relative;
	width: 167px;
	background: url(../images/box_bg.gif) bottom left no-repeat;
}

/*---- Absolute Positioning Version of #box -------------
#box {
	position: absolute; top: 445px; left: 21px;
	width: 167px;
	background: url(../images/box_bg.gif) bottom left no-repeat;
}
*/

#box h2 {
	background: url(../images/box_h2_bg.gif) top left no-repeat;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #3D3E4F;
	margin: 0;
	padding: 10px 7px 0 8px;
}

#box h2.pink {
	color: #C39;
}

#box p {
	margin: 0.4em 7px 1em 8px;
	color: #3D3E4F;
	font-family: Arial, sans-serif;
	font-size: 11px; line-height: 1.2em;
}

.style2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding:0 0 0 8px;
}

/* ------- not used --------------
a.pink:link, a.pink:visited, a.pink:active {
	color: #C39;
	text-decoration: none;
}

a.pink:hover {
	text-decoration: underline;
}
*/

/*------------------ Misc Styles -----------------*/

.style1 {color: #CC3300}
