#container {
	width: 831px;
	height:100%;
/*	
	background-image:url(images/nav-bkgrnd.jpg);
	background-repeat:repeat-x;
*/	
	
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	overflow:hidden;
}

.banner {
	width:831px;
	height:154px;
	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:831px;
	height:35px;
	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

body {
	background-image:url(images/gradient_bkgrd.jpg);
	background-repeat:repeat;
	background-color: #CCCCCC; 
	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:800px;
	border-left: 1px solid black;
	border-right:1px solid black;
	text-align:center;
	/* padding:  0px 70px 0px 73px;  */
}

.footer {
	width:829px;
	height:auto;
	float:left;
	background-color: #999999; 
	color:#FFFFFF;
	border-left:1px solid black;
	border-right:1px solid black;
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:1px;
}

.medTextPlain {
	font-size:14px;
	font-weight:normal;
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

.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-size:24px;
	text-align:center; 
	font-family:'Arial Black', Arial; 
	letter-spacing:-1px; 
	font-style:oblique;
	padding-top:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/************************************* BEGIN NAV MENU STYLES ******************************/
.navContainer {
/*	background-color:#33ccff;*/
	width:167px;
	float:left; 
	height:auto;
	background-color:#999999; 
}


.miniwrap{
	background-color: #999999;
 	width: 167px;
	height:auto;
	font-size:12px;
	clear:left;
	float:left;
}

.menuHeading {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	padding-left:10px;
	text-align:left;
	clear:left;
	clear:right;
}

.spacer {
	/* padding-top:5px; */
	width:166px;
	height:18px;
	clear:left;
	clear:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.menuItem {
	width:167px;
	height:auto;
	clear:left;
	font-weight:bold;
}

.menuItem a {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.menuLink {
	padding-bottom:0px;
	width:134px;
	padding-left:0px;
	padding-top:3px;
	height:auto;
	float:right;
	text-align:left;
}

.dot {
	width:25px;
	height:auto;
	float:left;
	margin-top:4px;
	padding-left:5px;
	padding-right:3px;
}
/************************************* 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:visited {
	color:#0033CC;
	text-decoration:underline;
}

.menuLink a:hover {
	text-decoration:underline;
}

/************************************* END MENU LINK STYLES ********************************/

