
body {
	margin:0px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:17px;
	letter-spacing:1px;
	background: url(images/backgrounds/header.gif) repeat-x 0 0 #F2EDE4;
}
h3 {font-size:18px; color:#3559A2;}
h4 {font-size:16px; color:#333333;}
h5 {font-size:14px; color:#666666; font-weight:bold;}
.underlineClass {border-bottom:1px solid #CCCCCC; width:100%;}
P {padding:0 15px;}
#outerbox {
	margin:0 auto;
	padding:0;
	width:715px;
}

#header {
	margin:0;
	padding:5px 0 19px;
	height:82px;
}

#main_nav {
	margin:0;
	padding:1px 5px 0;
	height:20px;
}

#main_content {
	margin:0;
	padding:25px 0 15px 0;
}

#main_content #left_col {
	margin:0;
	padding:0;
	float:left;	
	width:429px;
}

#main_content #content {
	margin:0;
	padding:10px 10px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#main_content #right_col {
	margin:0 0 0 444px;
	padding:0;
}

.main_nav {
	margin:0;
	padding:0 2px 0;
	height:20px;	
}

.main_nav ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}

.main_nav li {
	float:left;
	margin:0;
	padding:0;
	background:url(images/navigation/tab_right.gif) no-repeat right top;
}

.main_nav a {
	color:#666666;
	margin:0;
	padding:8px 13px;
	text-decoration:none;
	display:block;
	background:url(images/navigation/tab_left.gif) no-repeat left top;
}

.main_nav li#on {
	background:url(images/navigation/tab_right_on.gif) no-repeat right top;
}

.main_nav a#on {
	background:url(images/navigation/tab_left_on.gif) no-repeat left top;
	color:#000000;
}


.main_nav > ul a {
	width:auto;
}

.tabbed_no_ro .main_nav a:hover {
	text-decoration:none;
	color:#999999;
}

.tabbed_ro .main_nav a:hover {
	text-decoration:none;
	color:#999999;
	background:url(images/navigation/tab_right_on.gif) no-repeat right top;
}


#footer {
	margin:0;
	color:#FFFFFF;
	padding:15px 0 18px;
	height:49px;
	text-align:center;
	background:#20458C url(images/backgrounds/bottom_bg.gif) repeat-x bottom;
}
#footer A.footerText:link, #footer A.footerText:visited, #footer A.footerText:active {color:#FFFFFF; text-decoration:underline; font-size:12px;}
#footer A.footerText:hover { text-decoration:none;}

#sub_footer {
	margin:0;
	padding:8px 0 50px;
	height:100%;
	text-align:center;
	background:#D8D4CC;
}
#clearFloats {clear:both; width:600px; height:10px; background:transparent; font:1px;}
UL { line-height:20px; list-style-type:circle; font-size:14px;}


/****************************************************/
/*		ROUNDED CORNERS								*/
/*		Stack (4) divs on top of each other. Each	*/
/*		div has a border indented slightly  		*/
/*		from each other								*/
/*		b1 = top & bottom border					*/
/*													*/
/*		Issues:										*/
/*		The outer div background-color must be 		*/
/*		the same as the inner rounded corner div	*/
/*		background-color							*/
/****************************************************/

.b1, .b2, .b3, .b4 {
	display:block; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

.b1, .b2, .b3 {
	height:1px;
}
.b2, .b3, .b4 {
	background:#DDDCDD;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.b1 {
	margin:0 5px;
	background:#CCCCCC;
}
.b2 {
	margin:0 3px;
	border-width:0 2px;
}
.b3 {
	margin:0 2px;
}
.b4 {
	height:2px;
	margin:0 1px;
}
