html,body {	
	margin:0;
	font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
	font-size:10pt;
	line-height:135%;
	color:#333333;
	*text-align:center;
}

body.mceContentBody {
background-color: #e8e7da !important; /* found that FF needs this?*/
background-image: none;
color: #000000;
text-align: left;
}


/* Header Div
---------------------------------------------------------------------------------------------
*/
	
div#header_container {
	height:180px;
	background: url(images/bk_header.jpg) top left no-repeat;
	*text-align:center;
	}
	
div#header {
	width:950px;
	height:180px;
	margin:0 auto 0 auto;
	*text-align:left;
	}

div#logo {	
	width:461px;
	height:100px;
	padding:43px 0 0 0;
	float:left;
	}
	
img.radio_add {
	float:right;
	padding:20px 0 0 0;
}
	
/* Nav Div
---------------------------------------------------------------------------------------------
*/
		
div#nav_container {
	height:45px;
	background: url(images/bk_nav.jpg) top left repeat-x;
	*text-align:center;
	}
	
div#nav {
	width:950px;
	height:45px;
	margin:0 auto 0 auto;
	*text-align:left;
	}
	
div#nav_items {
	width:692px;
	height:45px;
	float:left;
	}
	
div#search {
	width:258px;
	height:45px;
	float:right;
	background: url(images/bk_search.jpg) center no-repeat;
	}
	
/* Main Div
---------------------------------------------------------------------------------------------
*/

div#main_container {	
	height:auto;
	*text-align:center;
	}
	
div#main {	
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
	*text-align:left;
	
	border-bottom:1px solid #999999;
	}
	
div#left_container {
	width:71%;
	float:left;
	}

div#right_container {
	width:29%;
	float:right;
	}
	
div#right_container td {
	font-size:11pt;
	}
	
.padding {
	padding:20px;
}
	
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

hr {
	color: #FFFFFF;
	background-color: #CCCCCC;
	height: 1px;
}

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

div#footer_container {	
	height:auto;
	*text-align:center;
	}
	
div#footer {	
	width:950px;
	height:40px;
	margin:0 auto 0 auto;
	
	border-top:1px solid #CCCCCC;
	padding:15px 0 15px 0;
	font-size:8.5pt;
	text-align:center;
	}
	
/* Text styles
---------------------------------------------------------------------------------------------
*/	

	
h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:20pt;
	line-height:125%;
	color:#0A3159;
	margin:0;
	padding:7px 0 8px 0;
	}

h2 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-weight:lighter;
	font-style:italic;
	font-size:16pt;
	line-height:125%;
	color:#0A3159;
	margin:0;
	padding:7px 0 8px 0;
	}
	
h3, h4, h5 {
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:12pt;
	line-height:125%;
	color:#0A3159;
	margin:0;
	padding:2px 0 2px 0;
	}
	
/*
Dropdown menu    =DROP
---------------------------------------------------------------------------------------------
*/

/* Main Menu Bar */

div.menuBar {	
	margin:0 auto 0 auto;
}

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:#FFFFFF;
	font-size:12pt;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	height:45px;
	text-decoration: none;
	line-height:280%;
	padding:0 18px 0 18px;
}
	
div.menuBar a.menuButton:hover, div.menuBar a.menuButton:active {
	color:#CCCCCC;
	background: url(images/bk_nav_over.jpg) top left repeat-x;
	}

/* drop down menu */

div.menu {
	filter:alpha(opacity=95); 
	-moz-opacity: 0.95; 
	opacity: 0.95;
	position:absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 5001;
	text-align: left;
	display: block;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

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:#FFFFFF;
	padding:10px 18px 10px 18px;
	background-color:#051D37;
	border-bottom:1px solid #FFFFFF;
	font-size:11pt;
}

div.menu a.menuItem:hover, div.menu a.menuItem:active {
	background-color:#062546;
	color:#CCCCCC;
}

.menuItemArrow {
	font-size:6pt;
}
	
/* Link Styles =a:link
---------------------------------------------------------------------------------------------
*/	
	
img {	
	border: none;
}

a img {
	border: none; 
}

a img:link, a img:visited, a img:hover, a img:active {
	border-bottom: none !important;
	border:0px solid #000;
	border-bottom:none;
}

a:link, a:visited {
	color: #0A3159;
	text-decoration:underline;
}

a:hover, a:active {
	color: #333333;
	text-decoration:underline;
}	

/*
e017 styles  =e107
---------------------------------------------------------------------------------------------
*/
	
table {
border-collapse: collapse;
}	
	
.fborder {
	padding:0px;
	margin:0 0 10px 0;
	border-collapse: collapse;
}

.fcaption {
	border: 1px solid #b7c3cc;
	background-color:#dbe5eb;
	padding: 6px 6px 4px 6px;
	font-weight:bold;
	text-align:left;
	
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:11pt;
	line-height:125%;
	color:#0A3159;
}

.forumborder, .forumheader, .forumheader2, .forumheader3 {
	padding: 6px 6px 4px 6px;
	border:1px solid #dddddd;
	text-align:left;
}

.finfobar{
	padding: 4px;
	border: #ededed 1px solid;
}

.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:10pt;
	line-height:145%;
}

.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;
}