#container {
	width: 966px;
	height:auto;
	display:table;
	background-color:#C20000; 
}

.banner {
	width:965px;
	height:207px;
	background-image:url(images/banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#000000;
}

.topmenu {
	width:965px;
	height:36px;
	padding:0px 0px 0px 0px;
	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	background-color: #A9192D; 
}

body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
}

.content {
	float:right;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	width:765px;
	height:auto;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom: 1px solid black;
	text-align:center;
}

.content2 {
	float:right;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-seif;
	width:765px;
	height:1825px;
	border-left: 1px solid black;
	border-right:1px solid black;
	border-bottom: 1px solid black;
	text-align:center;
}

.footer {
	width:965px;
	height:auto;
	float:left;
	background-color:#FFFFFF;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-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-image:url(images/nav-background-new.jpg);
	background-repeat:no-repeat;
	width:198px;
	float:left; 
	height:auto;
}

.miniwrap{
	width: 198px;
	height:auto;
	font-size:12px;
	clear:left;
	float:left;
}

.menuHeading {
	color:#FEE871;
	font-size:19px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:1px;

}

.spacer {
	/* padding-top:5px; */
	width:197px;
	height:18px;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.menuItem {
	width:197px;
	height:auto;
	clear:left;
	padding-top:0px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;

}

.menuItem a {
	color:#FFFFFF;
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
}

.menuLink {
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 160px;
	height: auto;
	float: right;
}

.dot {
	width:25px;
	height:auto;
	float:left;
	clear:right;
	padding: 8px 0px 0px 5px;
	margin: 0px 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;
}

.menuLink a:visited {
	color:#00EAFF;
	text-decoration:none;
}

.menuLink a:hover {
	color:#00EAFF;
	text-decoration:underline;
}

/************************************* END MENU LINK STYLES ********************************/




