/* Financial Forums Microsite CSS Document */

/* General */

body {
	margin: 0;
	background: #b1c0da url(../images/FF_microsite_background.gif) no-repeat top center;
}

body,td,th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #616161;
}

/* Structure */

#wrapper {
	width: 800px;
	height: 100%;
	margin: 44px auto;
	padding: 0;
}

#mainContainer {
	width: 800px;
	height: 100%;
}

/* Header */

#header {
	width: 800px;
	height: 247px;
	background: url(../images/header_bg.jpg) no-repeat top left;
}

#header a {
	margin: 0 0 0 27px;
}

#header a img {
	margin: 34px 0 0 0;
}

/* Navigation */

#navContainer {
	width: 800px;
	height: 47px;
	background: url(../images/navContainer_bg.gif) repeat-y top left;	
}

#nav {
	width: 790px;
	height: 47px;
	position: relative;
	left: 5px;
	top: 0px;	
}

#nav_Table {
	position: relative;
	left: 21px;
	top: 7px;	
}

#nav_Table td {
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
}

/* Content */

.td_contentContainer {
	background: url(../images/contentContainer_bg.gif) repeat-y top left;	
}

#content_Table {
	width: 800px;
	height: 670px;
	background: url(../images/content_bg.gif) no-repeat top left;	
}

#content_Table td {
	text-align: left;
	vertical-align: top;
}

.td_content {
	text-align: left;
	vertical-align: top;
	padding: 45px 34px 0 55px;
}

.td_content td {
	text-align: left;
	vertical-align: top;
}

#contentCopy {
	padding: 40px 21px 20px 0;
}

.td_page_tooShort {
	height: 620px;
}

/* Footer */

#footerContainer {
	width: 800px;
	height: 127px;
	background: url(../images/footer_bg.gif) no-repeat top left;
}

#footer_Table {
	width: 690px;
	position: relative;
	top: 4px;
	left: 55px;
}

#footer_Table td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

.td_footer_Links {
	font-size: 11px;
	color: #6699CC;
	padding: 10px 0 10px 0;
}

.td_footer_Links a {
	color: #6699CC;
	text-decoration: underline;
}

.td_footer_Links a:hover {
	text-decoration: none;
}

.td_footer_Copyright {
	font-size: 9px;
	color: #000000;
	padding-top: 10px;
}

/* Home */

.td_blurb_Home_quote {
	padding: 10px 0 0 0;
}

.td_buttons {
	padding-bottom: 36px;
}

#buttons_Table td {
	padding-right: 11px;
}

/* About The EAB Financial Forums */

	/* Subnav */
	
	.td_subNav {
		height: 30px;
	}
	
	.subNav {
		height: 18px;
		position: relative;
		top: 11px;
		left: 29px;
	}