body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background:#AAA;
}

img {
	display:block;
	border:0px;
}

h1 {
	margin:0px 0 7px 0;
	color:#000096;
	line-height:normal;
	font-size:24px;
}

	h1 b {
		color:#707070;
	}


h2 {
	color:#f87100;
	font-size:18px;
}

h3 {
	font-size:14px;
}

a, .topNav a:visited {
	color:#3f3364;
}
	
a:hover {
	text-decoration:none;
	color:#3f3364;
}

ul {
 margin:0px;
 padding:0px;
}

li {
	margin:5px 0 5px 15px;
	padding-left:10px;
	
	list-style:none;
	background:url(Images/orange_bullet_small.gif) no-repeat 0px 6px;
}

.header {
	height:146px;
}

.shadow {
	border-top:1px solid #FFF;
	height:15px;
}
	

.leftGutter {
	float:left;
	margin-right:-493px;
	text-align:right;
	width:50%;
}
	.leftGutter .pad {
		margin-right:493px;
	}
	
	.leftGutter .header {
		background:url(Images/left_gutter_background.jpg) repeat-x bottom #FFF;
	}
	
	.leftGutter .shadow {
		background:url(Images/gutter_left_shadow.jpg) repeat-x top;
	}	

.rightGutter {
	float:left;
	margin-left:-494px;
	width:50%;
}

	.rightGutter .pad {
		margin-left:493px;
	}
	
	.rightGutter .header {
		background:url(Images/right_gutter_background.jpg) repeat-x bottom #FFF;
	}

	.rightGutter .shadow {
		background:url(Images/gutter_right_shadow.jpg) repeat-x top;
	}

.mainWrapper {
	float:left;
	margin:0 auto;
	position:relative;
	width:986px;
	z-index:10;
}

	.mainWrapper .shadow {
		background:url(Images/main_shadow_background.gif) repeat-x top #FFF;
	}

.logo {
	background:url(Images/left_gutter_background.jpg) repeat-x bottom;
	width:287px;
	float:left;
	height:146px;
}

.navWrapper {
	background:url(Images/right_gutter_background.jpg) repeat-x bottom #FFF;
	float:left;
	height:146px;
	width:699px;
}

.topNav {
	clear:right;
}

	.topNav .links {
		float:right;
		color:#3f3364;
	}
	
	.topNav .link {
		padding:7px 7px;
		float:left;
	}
	
		.topNav .link a, .topNav .link a:visited {
			color:#3f3364;
		}
	
		.topNav .link a:hover {
			text-decoration:none;
			color:#3f3364;
		}
	
	.topNav .divider {
		padding:7px 0px;
		float:left;
	}

.buttons {
	clear:left;
	color:#FFF;
	font-size:16px;
}

	.buttons a, .buttons a:visited {
		color:#FFF;
		text-decoration:none;
		cursor:pointer;
	}
	
	.buttons a:hover {
		color:#FFF;
		text-decoration:none;
		cursor:pointer;
	}

	.buttons .button {
		padding:23px 18px 15px;
		float:left;
	}
	
	.buttons .buttonLive {
		padding:23px 18px 15px;
		float:left;
		background:url(Images/button_mouseover.jpg) repeat-x bottom;
	}
	
	.buttons .divider {
		padding:23px 0px 15px;
		float:left;
	}
	
.splash {
	height:373px;
	border-bottom:14px solid #00006d;
	background:url(Images/billboard_background.jpg) repeat-x bottom #FFF;
}

	.splash .title {
		font-size:24px;
		color:#00008b;
		padding:15px 0 0 20px;
	}
	
	.splash .subTitle {
		font-size:14px;
		color:#6e6e6e;
		padding-left:34px;
		margin-bottom:7px;
	}
	
.content {
	background:url(Images/content_background.gif) repeat-y;
	padding:20px 35px;
	color:#6e6e6e;
	line-height:17px;
}

.contentBottom {
	height:16px;
	background:url(Images/content_bottom_background.gif) repeat-x bottom;
	
}

.footer {
	background:	url(Images/footer_background.jpg) repeat-x top;
	height:84px;
	margin-top:10px;
	color:#3f3364;
}

	.footer .links {
		float:right;
		color:#3f3364;
		 margin:20px 15px 0 0;
	}
	
	.footer .link {
		padding:7px 7px;
		float:left;
	}
	
		.footer .link a, .footer .link a:visited {
			color:#3f3364;
		}
	
		.footer .link a:hover {
			text-decoration:none;
			color:#3f3364;
		}
	
	.footer .divider {
		padding:7px 0px;
		float:left;
	}

