/* MAIN */

body {	
		text-align: center;	
		padding: 0;	
		margin: 0; 
		font-family: Verdana,Arial,Helvetica,sans-serif;	
		font-size: 12px;	
		color:#666666;
		background:#E8EAF0 url(../images/bgd.gif) repeat-x;
	}
	
div {
	margin:0;
	padding:0;
}	

li {
	list-style:square;
	line-height:24px;
	font-size:14px;
	color:#384B75;
}

h1, h2, h3 {
	margin:0;
	padding:0;
	font-weight:bold;
}

p {
	margin:0 0 10px 0;
	padding:0
	}
	
img {
	border:0
	}

a:visited, a:link, a:active {
	text-decoration:underline;
	color:#F9A51D;
}	

a:hover {
	text-decoration:underline;
	color:#C41130;
}
	
.clear {clear:both}
	
/* CONTAINERS */	

.outertb {
	background:#ffffff;
	position:relative;
	margin:0 auto;
	text-align:left;
}	

.bdleft {
	background:url(../images/border_left.gif) repeat-y;
}

.bdright {
	background:url(../images/border_right.gif) repeat-y;
}

.tdmain {
	padding:3px;
}

.mainmenu {
	background:url(../images/menu_bg.gif) repeat-x;
	width:772px;
	border-left:1px solid #9EA2B1;
	border-right:1px solid #9EA2B1;
	height:57px;
	margin-top:3px;
}	

.logo {
	position:absolute;
	top:230px;
}

.main_container {
	width:870px;
	position:relative;
	margin-left:40px;
	background:url(../images/footer_brd.gif) no-repeat bottom;
	padding-top:58px;
	padding-bottom:47px;
}	

.bottom_container {
	position:relative;
	width:870px;
	background:#fff url(../images/bot_bg.gif) repeat-x top;

}




	
