/* COLORS

#005DAA - Blue
#EE3224 - Red
#0D82C5 - Light Blue
#78787B - Charcoal
#979797 - Light Gray

*/

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(../images/bgTile.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	background-position:top center;
	}
img {
	border: 0;
	}
#container {
	width: 800px; /* Contains width bug on IE. Needs to be 800px to work on IE. */
	margin: 0 auto; /* centers main container */
	text-align:left;
	border:#000033 0px solid;
	}
#header {
	height:101px;
	margin:0;
	background-color:#FFF;
	}
#video {
	background-image:url(../images/videoBack.gif);
	background-repeat:no-repeat;
	width:350px;
	height:260px;
	position:absolute;
	margin:290px 0 0 475px;
	text-align:center;
	padding:10px 0 0 0;
	z-index:10;
	}
#vidBG {
	background-image:url(../images/videoBack.gif);
	background-repeat:no-repeat;
	width:350px;
	height:260px;
	padding:10px 0 0 0;
	}
#main {
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
	background-color:#FFF;
	}
#blueBar {
	background-image:url(../images/blueBarTile.jpg);
	background-repeat:repeat-x;
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
	}
#footer {
	background-image:url(../images/footerBar.gif);
	background-repeat:no-repeat;
	margin: 20px 0 0 0;
	padding:12px 0 0 0;
	height:37px;
	width:100%;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#979797;
	}
#copyright {
	padding:0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#979797;
	}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	color:#0D82C5;
	font-size:26px;
	line-height:26px;
	}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color:#78787B;
	font-size:11px;
	line-height:16px;
	}
a {
	font-size:11px;
	color:#979797;
	text-decoration:none;
	}
a:hover {
	color:#0D82C5;
	text-decoration:underline;
	}
td.rows {
	padding:8px 0;
	border-bottom:#CCC 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	color:#005DAA;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	}
	

/* NAV CONTAINER - The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.navBar {
	margin:0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	width:595px;
	height:36px;
	text-align:center;
	float:right;
	}

/* MAIN MENU - item containers, position children relative to this container and are a fixed width */
ul.navBar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: auto;
	float: left;
	}

/* MAIN MENU items are a light gray block with padding and no text decoration */
ul.navBar a {
	display: block;
	cursor: pointer;
	padding: 0;
	}
