/* BASIC */

body {

	font-size: 62.5%;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin: 0px;

	background: #E6E6E6 url(../images/page_bg.png) repeat-y center top;

	text-align: center;

}





/* WRAPPER: wraps entire contents of page */

/* fix width */

#wrapper {

				 width: 760px;

				 margin: 0 auto 0 auto;

         text-align: left;

}



h1, h2, h3, p, ul {

	padding: 0;

	margin: 0;

}



/* BANNER */

#banner {

				position: relative;

				margin: 5px 0 5px 0;

				display: block;

}

	

#banner ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

}



#banner li {

	display: inline;

	margin-left: 10px;

}



#banner li a {

	color: #666666;

	text-decoration: none;

	text-transform: uppercase;

	font: .9em "Trebuchet MS";

}

		  

#banner h1 {

				font-family: Arial;

				font-size: 5em;

				font-weight: bold;

				font-style: italic;

				line-height: .85em;

				color: rgb(176,0,0);

				padding: 0;

				margin: 15px 0px 5px 20px;

}



#banner h1 span.lower {

				font-style: normal;

				font-size: .75em;

}



#banner h1.aurora {

        font-style: normal;

				margin-top: 0px;

				margin-left: 400px;

}

				

#banner h2 {

				font-size: 1.5em;

				font-weight: bold;

				color: blue;

				margin-top: 15px;

				margin-left: 20px;

}

						

#banner #wayside {

				position: absolute;

				right:15px;

				top: 3px;

}



#banner #wayside img {

				display: block;

}



#contentWrapper {

								clear: both;

								position: relative;

								width: 100%;

								background-color: rgb(240,240,240);

}





/* NAVIGATION */

ul.mainNav {

	border-bottom: 2px solid #506BB1;

	margin-top: 0px;

	padding-left: 10px;

	float: left;

	width: 755px;

}



.mainNav li {

	list-style: none;

	float: left;

	background: #FFF url(../images/right_side.png) no-repeat right top;

	margin-right:  5px;

}



/* IE 6 hack to make entire button clickable */

* html #mainNav a { width: 1px; }	



.mainNav a {

	display: block;

	padding: 7px 15px 4px 15px;

	background-image: url(../images/left_side.png);

	background-repeat: no-repeat;

	background-position: left top;

	text-align: center;

	text-decoration: none;

	color: #FFF;

	font-weight: bold;

	font-size: .8em;

	text-transform: uppercase;

}



.mainNav a:hover {

	color: yellow;

}





/* COPYRIGHT INFO */

#copyright {

	padding: 5px;

	border-top: 1px solid #000;

	background-color: RGB(0,111,175);

	font-weight: bold;

	color: white;

}



#copyright a {

	color: white;

	text-decoration: none;

}



#copyright a:hover {

	color: yellow;

}