body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	background-color: #215C8A;
	text-align: left;
	width: 960px;
	min-height: 100%;
	padding: 0 10px;
	margin: 0 auto;
	border-width: 0 1px;
	border-color: #999;
	border-style: solid;
}

#header {
	background-image:url(images/header-bkg.jpg);
	background-repeat: repeat-x;
	height: 150px;
	border-bottom: 4px solid #ccc;
	position: relative;
	vertical-align:top;
	margin: 0 auto;
}

.header-img {
	float: left;
	width: 661px;
}

.header-search {
	color: #fff;
	float: left;
	width: 270px;
}

.header-text {
	color: #fff;
	z-index: 2;
	top: 40px;
	left: 690px;
	position:absolute;
	font-size: 10px;
	width: 270px;
}

.header-text a {
	color: #fff;
	text-decoration: none;
}

.header-text a:hover {
	color: #E4FF00;
	text-decoration: none;
}

#header span {
	color: #f60;
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	top: 70px;
	left: 220px;
	position: absolute;
}

#nav {
	width: 160px;
	float: left;
	position: relative;
	z-index: 2;
}

#content {
	text-align: left;
	background-color:#FFFFFF;
	width: 800px !important;
	/*width: 570px;*/
	float: right;
	/*float: left;*/
	position: relative;
	width: 760px;
	padding-top: 10px;
}

#footer {	
	font-size: 80%;
	padding: 10px 0;
	width: 950px;
	color: #fff;
}

#footer a {
	color: #E4FF00;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

/* footer navigation styles ------------------------------------------------- */

/* the menu itself */
ul#footerNav {
	text-align: right;
	}

/* menu items */
ul#footerNav li {
	display: inline;
}
ul#footerNav li a {
	display: inline;
	text-decoration: none;
	color: #fff;
	padding: 5px;
}

/* hover */
ul#footerNav li a:hover {
	color: #E4FF00;
}

/* main navigation styles --------------------------------------------------- */

/* the menu itself */
ul#navigation {
	width: 150px;
	margin-bottom: 50px;
	z-index: 2;
	}	

/* sub menu */
ul#navigation li ul, ul#navigation li ul li ul {
	background-color: #fff;
	left: 149px; /* set 1px less than menu width */
	top: 0;
	border-bottom: 1px solid #ccc;
	}

/* menu items */
ul#navigation li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #215C8A; /* IE6 bug */
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

/* hover */
ul#navigation li a:hover {
	color: #215C8A;
	background-color: #E4FF00;
}

/* with sub */
ul#navigation a.parent, ul#navigation a.parent:hover {
	background-image: url('images/arrows.gif');
	background-position: center right;
	background-repeat: no-repeat;
}
		
/* sub menu items */
ul#navigation li ul li a {
	background-color: #215C8A;
	width: 150px;
	display: block;
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 3px 5px 4px 5px;
}
		
/* should not need to be changed */
ul.nav, ul.nav ul { margin: 0; padding: 0; list-style: none; }
ul.nav li { position: relative; }
ul.nav ul { position: absolute; display: none; }
ul.nav li ul { z-index: 3; }
ul.nav li ul li ul { z-index: 4; }
ul.nav li:hover > ul { display: block; }

/* element styles -------------------------------------------------------- */

.color_black { color: #000000; }
.color_dark_gray { color: #666666; }
.color_light_gray { color: #cccccc; }
.color_white { color: #ffffff; }
.color_red { color: #ff0000; }

.borderwidth_thin { border-width: 1px; }
.borderwidth_medium { border-width: 2px; }
.borderwidth_thick { border-width: 3px; }
	
.borderstyle_dashed { border-style: dashed; }
.borderstyle_dotted { border-style: dotted; }
.borderstyle_solid { border-style: solid; }

.bordercolor_black { border-color: #000000; }
.bordercolor_dark_gray { border-color: #666666; }
.bordercolor_light_gray { border-color: #cccccc; }
.bordercolor_red { border-color: #ff0000; }