html,body {	
	padding:0;
	margin:0;
	background-color:#d1d2d4;
	*text-align:center;
}

body, td {	
	font-family: Arial, sans-serif;
	font-size:11pt;
	line-height:125%;
	color:#333333;
/*	letter-spacing:-1px; */
}

/* Header Div
---------------------------------------------------------------------------------------------
*/
	
div#header_container {
	height:auto; 
	*text-align:center;
	width:950px;
	margin:15px auto 0 auto;
	background:#FFFFFF url(img/bg_body_top.jpg) top no-repeat;
	}

div#header {	
	padding:0 10px 0 10px;
	*text-align:left;
	}
	
div#nav {	
	height:60px;
	}
	
div.nav_main {
	width:70%;
	float:left;
}

div.nav_alt {
	width:25%;
	float:right;
	text-align:right;
}

div.nav_alt div.alt_navitem {
	color:#333333;
	font-size:11pt;
	text-decoration:none;
	text-align:right;
		
	float:right;
	padding:0 0 0 20px;
	margin:0;
	line-height:60px;
	height:60px;
}

div#logo {	
	background:#002f73 url(img/bg_header_int.png) top left no-repeat;
	background-position:100px -40px;
	height:120px;
	overflow:hidden;
	}
	
img.logoimg {
	padding:25px 25px 2px 40px;
	float:left;
}

div#areaimg {
	width:310px;
	height:120px;
	overflow:hidden;
	float:right;
}

div#pagetitle {	
	margin:20px 80px 0 80px;
	padding: 0 0 20px 35px;
	background:url(img/acsent.png) top left no-repeat;
	font-size:17px;
	color:#333333;
	letter-spacing:-1px;
	line-height:125%;
	font-weight:lighter;
	text-align:left;
	}
	
div#home_pagetitle {	
	margin:20px 80px 0 80px;
	*margin:50px 80px 20px 80px;
	padding: 0 0 10px 35px;
	background:url(img/acsent.png) top left no-repeat;
	font-size:20px;
	color:#333333;
	letter-spacing:-1px;
	line-height:125%;
	font-weight:lighter;
	text-align:left;
	}
	
div#pagetitle p, div#home_pagetitle p, div#areaimg p {
	padding:0;
	margin:0;
}

div#areaimg p {
	line-height:0%;
}

div#welcome {	
	background:#002f73 url(img/bg_header.png) top left no-repeat;
	background-position:0px 30px;
	color:#FFFFFF;
	}
	
div.welcometext {	
	padding:0 30px 0 120px;
	margin:-10px 0 -20px 0;
	line-height:140%;
	font-weight:400;
	font-size:90%;
	text-align:left;
	}
	
			
/* Main Div
---------------------------------------------------------------------------------------------
*/

div#main_container {
	height:auto; 
	*text-align:center;
	width:950px;
	margin:0 auto 0 auto;
	padding:0 0 15px 0;
	background:#FFFFFF url(img/bg_body_bottom.jpg) bottom no-repeat;
	}

div#main {	
	margin:0 10px 0 10px;
	border-top:1px solid #002f73;
	text-align:left;
	}
	
div#mainLeft {	
	width:30%;
	float:left;
	text-align:left;
	border-right:1px solid #002f73;
	margin:0 0 0 -1px;
	}
	
div#mainRight {	
	width:70%;
	float:right;
	text-align:left;
	border-left:1px solid #002f73;
	margin:0 0 0 -1px;
	}
	
.padder {
	padding:15px;
}
	
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

		
/* Menu Div
---------------------------------------------------------------------------------------------
*/

div#menu_container {
	height:auto; 
	*text-align:center;
	width:950px;
	margin:0 auto 0 auto;
	padding:0 0 15px 0;
	background:#FFFFFF url(img/bg_body_bottom.jpg) bottom no-repeat;
	}

div#menu {	
	margin:0 10px 0 10px;
	}
	
div#menuLeft, div#menuMiddle, div#menuRight {	
	width:33%;
	height:auto;
	float:left;
	text-align:left;
	overflow:hidden;
	}
	
div.menutext {
	padding:0 20px 0 0;
}
	

/* Footer Div
---------------------------------------------------------------------------------------------
*/

div#footer_container {	 
	height:auto; 
	*text-align:center;
	width:950px;
	margin:15px auto 15px auto;
	padding:10px 0 10px 0;
	}

div#footerlinks, div#footerdisclaimer {	
	text-align:center;
	font-size:80%;
	padding:2px;
	clear:both;
	margin:0 auto 0 auto;
	}
	
div#footerlinks div.alt_navitem {
	color:#333333;
	font-size:11pt;
	text-decoration:none;
	display:inline;
	padding:3px 10px 3px 10px;
	border-left: 1px solid #333333;
}
	
/* Text styles
---------------------------------------------------------------------------------------------
*/	

	
h1 {
	font-weight:bold;
	font-size:15pt;
	line-height:100%;
	color:#000000;
	}

h2 {
	font-weight:bold;
	font-size:15pt;
	line-height:100%;
	color:#333333;
	}
	
h3, h4, h5 {
	font-weight:bold;
	font-size:13pt;
	line-height:100%;
	color:#333333;	
	}
	
div#pagetitle h1, div#home_pagetitle h1 {
	font-weight:bold;
	font-size:25pt;
	line-height:100%;
	color:#000000;
	margin:0;
	padding:0;
	letter-spacing:-1px;
	border:none;
}

div#welcome h1 {
	color:#999999;
	font-size:60pt;
	margin:0;
	padding:30px 50px 15px 0;
	line-height:100%;
	text-align:right;
	font-weight:100;
	text-transform:uppercase;
	letter-spacing:-2px;
	}
		
/*
Dropdown menu    =DROP
---------------------------------------------------------------------------------------------
*/

/* Main Menu Bar */

div.menuBar {	
	margin:0;
}

div.menuBar a.menuButton {
	cursor: pointer;
	z-index: 5000;
	border-bottom: none;
	_border-bottom: none;	
	text-align:center;
	}

/* 	place menu text style here	*/

div.menuBar a.menuButton:link, div.menuBar a.menuButton:visited {
	color:#333333;
	font-size:11pt;
	text-decoration:none;
	text-align:left;
		
	float:left;
	padding:0 20px 0 0;
	margin:0;
	line-height:60px;
	height:60px;
	font-style:normal;
}
	
div.menuBar a.menuButton:hover, div.menuBar a.menuButton:active {
	color:#000000;
	}

/* drop down menu */

div.menu {
	filter:alpha(opacity=90); 
	-moz-opacity: 0.9; 
	opacity: 0.9;
	position:absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 5001;
	text-align: left;
	display: block;
	padding:0 10px 10px 10px;
	background-color:#2C2C2C;
}

div.menu a.menuItem {
	cursor: pointer;
	display:block;
	text-decoration: none;
	white-space: nowrap; 
	border-bottom: none;
	_border-bottom: none;
	text-align:left;
}

/* 	place drop down menu text style here	*/

div.menu a.menuItem:link, div.menu a.menuItem:visited {
	color:#F8F8F8;
	padding:6px;
	border-bottom:1px dotted #F1F1F1;
	font-size:11pt;
	text-shadow: #000000 0px 1px 0px;
	font-style:normal;
}

div.menu a.menuItem:hover, div.menu a.menuItem:active {
	color:#3B92A3;
	text-shadow: #000000 0px 1px 0px;
	font-style:normal;
}
	
/* Link Styles =a:link
---------------------------------------------------------------------------------------------
*/	
	
img {	
	border: none;
}

a img {
	border: none; 
}

a:link, a:visited {
	color:#002f73;
	text-decoration:none;
	font-style:italic;
}

a:hover, a:active {
	color:#002055;
	text-decoration:none;
	font-style:italic;
}

div.alt_navitem a:link, div.alt_navitem a:visited {
	color:#333333;
	font-size:11pt;
	text-decoration:none;
	text-align:left;
	font-style:normal;
}

div.alt_navitem a:hover, div.alt_navitem a:active {
	color:#000000;
	text-decoration:none;
	font-style:normal;
}	


/*
e017 styles  =e107
---------------------------------------------------------------------------------------------
*/
	
.fborder {
	border:1px solid #D4D2D2;
	border-collapse: collapse;
	
}
.forumheader, .forumheader2, .forumheader3{
	padding: 8px;
	border: none;
	border:1px solid #D4D2D2;
}

.forumborder{
	border:1px solid #D4D2D2;
	padding:8px;
}

.fcaption {
	background-color:#F9F7F7;
	padding:8px;
	font-weight:bold;
	border:1px solid #D4D2D2;
}

.finfobar{
	padding: 8px;
	border: #ededed 1px solid;
	text-align: left;
}

.button {
}

.smallblacktext {
	font: 10px tahoma, verdana, arial, helvetica, sans-serif;
	color:#555;
}

.smalltext {
	font-size: 7pt;
	line-height:145%;
}

td {
	font-family: Helvetica, Verdana, Tahoma,  Helvetica, Arial, sans-serif;
	font-size:11pt;
	line-height:135%;
}

.nextprev {
	font-size: 7pt;
}

.tbox{
	background-color: #F4F7FA;
	border: #5e5d63 1px solid;
	font-size: 9pt;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.finfobar{
	background-color: #CCC8C8;
	padding: 4px;
	border: 1px solid #C3BDBD;
}

.helpbox {
	color:#000;
	font: 8pt tahoma, verdana, arial, helvetica, sans-serif;
	border: 0px none red;
	background-color: transparent;
}

.caption2 {
	background: url(images/menu1_fade.jpg) repeat-x;
	padding: 8px 0px 8px 4px;
	font-weight: bold;
}
