body {
	text-align:center;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	padding:0px;
	margin:0px;
	background-color:#fff;
	background-image:url('../images/bg.gif');
	background-repeat:repeat-x;
}

#MainBody {
	border:1px solid #315483;
	background-color:#315483;
	width:80%;
	min-width:770px;
	margin:auto;
}

img {
	border:0px;
}
.ClearUp, .clear {
	clear:both;
}
#MainContent {
	margin:0 auto;
	min-width:750px;
	text-align:left;
}
#TopContent {
	height:124px;
	text-align:center;
}
#Header {
	background-image:url('../images/flash_top.jpg');
	background-repeat:repeat-x;
	height:124px;
	margin:auto;
}

#BodyContent {
	text-align:center;
}

#BodyTop {
	text-align:center;
	background-image:url('../images/menu_bar.gif');
	border-bottom:1px solid #152438;
	border-top:1px solid #2D4D78;
	height:28px;
}

#menu {
	margin:auto;
	height:28px;
	color:#fff;
}
#menu ul{
	width:655px;
	padding:0px;
	margin:auto;
	list-style:none;
	height:28px;
}
#menu ul li{
	padding:0px;
	margin:0px;
	text-align:center;
	display:inline;
	float:left;
}
#menu ul li.sep{
	padding:0px;
	margin-top:5px;
	margin-left:15px;
	margin-right:15px;
}
#menu ul li a{
	font-family:Tahoma;
	font-size:9pt;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#menu ul li a:hover{
	color:#F19B22;
}
a {
	color:#51739F;
}
a:hover {
	color:#F19B22;
}
#BodyCenter {
	min-width:700px;
	margin:auto;
	padding:0px;
	min-height:500px;
	background-color:#FFFFFF;
	padding:20px;
	
}
#LeftColumn {
	float:left;
	width:30%;
}
#SideImageContainer, #SignUpContainer {
	background-color:#fff;
	margin-right:10px;
	background-repeat:repeat-x;
	background-position:center center;
}

#SignUp {
	background-image:url('../images/newsletter_signup_background.gif');
	background-position:right top;
	background-repeat:no-repeat;
	height:211px;
	width:202px;
	text-align:center;
	margin:auto;
}
#SignUp form {
	margin-left:20px;
	text-align:left;
}
#NewsHightlights_Cont {
	background-color:#fff;
	margin-right:10px;
	background-repeat:repeat-x;
	background-position:center center;
}
#NewsHightlightsContainer {
	background-color:#fff;
	margin:auto;
	width:202px;
	background-image:url('../images/news_background_back.gif');
	background-repeat:repeat-y;
	background-position:center center;
}
#NewsHighlights {
	margin:auto;
	width:202px;
}
#NewsHighlightsBody {
	margin-left:10px;
	text-align:left;
}
#Side_Content {
	margin:0px;
	width:80%;
	text-align:left;
	font-weight:bold;
	font-size:10pt;
	padding:10px;
	color:#30435B;
	background-color:#E8EFFC;
	border:1px solid #98ACD1;
}
#Side_Content a{
	color:#51739F;
	text-decoration:none;
	font-weight:bold;
	font-size:10pt;
}
#Side_Content a:hover{
	color:#FFC000;
}
#CenterColumn {
	text-align:left;
	float:left;
	width:70%;
}
#CenterColumn-W {
	text-align:left;
	width:100%;
}
#BodyBottom{
	background-color:#5684C0;
}
#BodyBottomContent {
	margin-top:-2px;
	border-left:1px solid #8BAAD4;
	border-right:1px solid #8BAAD4;
	padding:10px;
	color:#fff;
}
#BodyBottomFooter {
	border-bottom:1px solid #8BAAD4;
	height:10px;
	margin-top:-2px;
}
#BodyBottomHeader {
	border-top:1px solid #8BAAD4;
	height:10px;
}
.right {
	float:right;
}
.left {
	float:left;
}