/* COLORS

#01467d - Blue
#242021 - Black
#666666 - Med. Gray
#F2F2F2 - Lt. 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:#F2F2F2;
	}
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;
	}
#containerSub {
	width: 800px; /* Contains width bug on IE. Needs to be 800px to work on IE. */
	margin: 0 auto; /* centers main container */
	text-align:left;
	background-color:#FFFFFF;
	overflow:hidden;
	border:#666666 1px solid;
	}
#header {
	height:108px;
	margin:0;
	}
#navs {
	width:450px;
	height:39px;
	margin:69px 20px 0;
	float:right;
	}
#content {
	margin:0;
	padding:20px 40px;
	background: #FFF center repeat-y url(../images/contTile.gif);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	line-height:16px;
	}
p {
	margin:10px 0;
	padding:0;
	}
#quote {
	background-image:url(../images/quotesBot.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:0;
	margin:0 0 20px 0;
	width: 250px;
	}
#quote p {
	margin: 0 0 0 10px;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	color:#01467d;
	font-size:13px;
	line-height:16px;
	}
#ad {
	margin:0 0 20px 30px;
	width: 250px;
	float:right;
	}
.heading {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	color:#01467d;
	font-size:21px;
	line-height:21px;
	}
.subheading {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	color:#01467d;
	font-size:12px;
	line-height:16px;
	}
.text {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	line-height:16px;
	}
#copyright {
	text-align:center;
	margin:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	line-height: 14px;
	}
	


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

/* MAIN MENU - item containers, position children relative to this container and are a fixed width */
ul.topNav 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.topNav a {
	cursor: pointer;
	text-decoration: none;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	}

ul.topNav a:hover {
	color:#01467d;
	text-decoration:underline;
	}
	


/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{
	position:relative;
	overflow:hidden;
	width:650px;
	height:100px;
	z-index:100;
	vertical-align: middle;
	}
div#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:695px;
	height:100px;
	clip:rect(0px,695px,100px,0px); 
	overflow:hidden;
	z-index:1;
	vertical-align: middle;
	}
div#lyr1	{ 
	position:relative;
	visibility:hidden;
	left:0px;
	top:0px;
	z-index:1;
	vertical-align: middle;
	}
  
