#container {
	width: 966px;
	height:auto;
	display:table;
	background-image:url(images/body-background.jpg);
	background-repeat:repeat-y;
}

.banner {
	width:965px;
	height:497px;
	background-image:url(images/banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#000000;
}

.topmenu {
	width:965px;
	height:37px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
	background-color:#FE0000;  
}

body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	background-image:url(images/body-background.gif);
	background-repeat:repeat-y;
}

/* Content for top menu buttons */
.content {
	float:right;
	background-color:#8D8D8D;
	font-family:Arial, Helvetica, sans-serif;
	width:765px;
	height:auto;
	border-right:1px solid black;
	text-align:center;
}

.content2 {
	float:right;
	background-color:#8D8D8D;
	font-family:Arial, Helvetica, sans-seif;
	width:765px;
	height:2000px;
	border-right:1px solid black;
	text-align:center;
}

/* Content for left nav buttons */
.content3 {
	float:right;
	background-color:#1A1A18;
	font-family:Arial, Helvetica, sans-serif;
	width:765px;
	height:auto;
	border-right:1px solid black;
	text-align:center;
	padding:35px 0px 10px 0px;
}

.content4 {
	float:right;
	background-color:#1A1A18;
	font-family:Arial, Helvetica, sans-seif;
	width:765px;
	height:2000px;
	border-right:1px solid black;
	text-align:center;
	padding:35px 0px 10px 0px;
}

.innerContent {
	background-color:#F4F4F4;
	margin:0px 0px 0px 0px;
	height:1970px;
}

.footer {
	width:965px;
	height:auto;
	float:left;
	background-color:#FE0000;
	font-size:14px;
	color:#FFFFFF;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
}

.medTextPlain {
	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px 0px 0px 0px;
	line-height:18px;
}

.medTextBold {
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding-top:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.heading {
	font-family:"Arial Black", Arial;
	font-weight:400;
	letter-spacing:-1px;
	color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/************************************* BEGIN NAV MENU STYLES ******************************/
.navContainer {
	/* background-color:#FFF4CA; */
	background-image:url(images/nav-background.jpg);
	width:200px;
	float:left; 
	height:auto;
}

.miniwrap{
	/* background-color:#FFF4CA; */
	width: 198px;
	height:auto;
	font-size:12px;
	clear:left;
	float:left;
}

.menuHeading {
	color:#FFFFFF; 
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

.spacer {
	/* padding-top:5px; */
	width:198px;
	height:15px;
	clear:both;
}

.menuItem {
	width:200px;
	height:auto;
	clear:left;
	padding:0px 0px 0px 0px;
}

.menuItem a {
	color:#000000;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 20px;
}

.menuLink {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:200px;
	height:22px;
	float:right;
}

.dot {
	width:14px;
	height:auto;
	float:left;
	clear:right;
	padding: 0px 0px 0px 12px;
	margin: 2px 0px 0px 0px;
}

/************************************* END NAV MENU STYLES ********************************/

/* Styles for links need to be defined in the following order to avoid overwriting styles
a:link { }
a:visited { }
a:hover { }
a:active { }
*/

/************************************* BEGIN MENU LINK STYLES ******************************/
.menuLink a:link {
	text-decoration:none;
	color:#FFFFFF;
}

.menuLink a:visited {
	color:#28282A;
	text-decoration:none;
}

.menuLink a:focus {
	color:#1110FF;
	text-decoration:none;
}

.menuLink a:hover {
	color:#1110FF;
	text-decoration:none;
}

.menuLink a:active {
	color:#1110FF;
	text-decoration:none;
}

/************************************* END MENU LINK STYLES ********************************/

