#container {
	width: 831px;
	height:100%;
	background-color:#bfbfbf;  
/*	background-color: #1415E1; */
	border-bottom-color:#000000;
/*	border-bottom-style:solid;
	border-bottom-width:1px;
*/	overflow:hidden;
}

.banner {
	width:830px;
	height:145px;
/*	background-image:url(images/header_test2.gif); */	
	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:826px;
	height:31px;
	padding-top:3px;
	padding-left:5px;
/*	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-color:#FFFFFF;
	border-bottom-width:1px;
	border-bottom-style:solid;
*/	background-color:#646464;
}

body {
/*	background-image:url(images/bglogo_old.gif); */
	background-repeat:repeat;  
/*	background-color: #78B6EF; */
/*	background-color:#bfbfbf; */
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	background-position:top left;
}

.content {
	float:right;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
/*	background-image:url(images/Tile.jpg); */
/*	background-repeat:repeat; */
	font-size:16px;
	width:661px;
	height:auto;
/*	border-left:1px solid black;
	border-right:1px solid black;
*/	text-align:center;
/*	padding:  0px 70px 0px 73px; */
}

.content2 {
	float:right;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-seif;
/*	background-image:url(images/Tile.jpg); */
/*	background-repeat:repeat; */
	width:661px;
	height:1300px;
/*	border-left: 1px solid black;
	border-right:1px solid black;
*/	text-align:center;
/* 	padding:  0px 70px 0px 73px;  */
}

.footer {
	width:831px;
	height:auto;
	float:left;
	background-color:#bfbfbf;
/*	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
*/
}

.medTextPlain {
	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding-top:10px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

.caption {
	font-size:14px;
	font-weight:normal;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.medTextBold {
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/************************************* BEGIN NAV MENU STYLES ******************************/
.navContainer {
	background-color:#bfbfbf;
	width:168px;
	float:left; 
	height:1200px;
}

.miniwrap{
	background-color:#bfbfbf;
	width: 168px;
	height:auto;
	font-size:12px;
	clear:left;
	float:left;
}

.menuHeading {
	color:#000000;
	font-weight:bold;
	font-size:13px;
	padding-left:6px;
	padding-right:10px;
}

.spacer {
	/* padding-top:5px; */
	width:160px;
	height:9px;
}

.menuItem {
	width:168px;
	height:auto;
	clear:left;
}

.menuItem a {
	color:#86181b;
	font-size:12px;
	font-weight:bold;
}

.menuLink {
	padding-bottom:2px;
	padding-left:8px;
	margin-left:30px;
	width:122px;
	height:auto;
}

.menuLink a {
	text-decoration:none;
}

.dot {
	width:14px;
	height:auto;
	float:left;
	margin-top:2px;
	padding-left: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 ******************************/
a:link {
	color:#86181b;
}
.menuLink a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

.menuLink a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/************************************* END MENU LINK STYLES ********************************/

