@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background: #11285d;
}
h1{
	text-transform: uppercase;
	font-family: "Times New Roman",Georgia,Serif;	
	}
body,td,th {
	color: #646464;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mainNav{
	text-transform: uppercase;
	font-family: "Times New Roman",Georgia,Serif;
}
.shdw_left {
	text-align:right;
	background:url(../images/left_gradient.gif) repeat-y right;
	width:35px;
}
.shdw_right {
	text-align:left;
	background:url(../images/right_gradient.gif) repeat-y left;
	width:35px;
}
.nav a {
	display:block;
	text-decoration:none;
	padding:12px;
	text-align:center;
	color:#11285d;
	font-size:14px;
}
.nav a:hover {
	color:#999999;
/*	background:#EEEEEE;*/
}
.main {
	background:#FFFFFF;
	padding:50px;
}
.footer {
	background:url(../images/bottom_gradient.jpg) no-repeat top center;
	text-align:center;
	padding:12px;
	height:50px;
	color:#FFFFFF;
}
.footer a {
	text-decoration:none;
	color:#FFFFFF;
}