#Test {
	width:auto;	
	background-image:url(images/bglogo.gif);
	}

#container {
	width: 831px;
	height:100%;
/*	background-color: #33ccff;   */
/*	background-color: #1415E1; */
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	overflow:hidden;
}

.banner {
	width:830px;
	height:200px;
	background-image:url(images/header.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:825px;
	height:31px;
	padding-top:3px;
	padding-left:5px;
	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:#ffff66; */
}

body {
	background-image:url(images/navbackgroundtest.gif);
	background-repeat:repeat; 
	/*background-color: #78B6EF; */
	/*background-color:#1E6178;*/
	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:790px;
	border-left: 1px solid black;
	border-right:1px solid black;
	text-align:center;
	/* padding:  0px 70px 0px 73px;  */
}

.footer {
	width:830px;
	height:auto;
	float:left;
	/* background-color: #ff9300; */
	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:16px;
	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;
}

/************************************* BEGIN NAV MENU STYLES ******************************/
.navContainer {
	/* background-image:url(images/navbackgroundtest.gif); */
	/* background-color:#ff9300; */
	width:168px;
	float:left; 
	height:600px;
}

.miniwrap{
	/* background-color: #ff9300; */
	width: 168px;
	height:auto;
	font-size:12px;
	clear:left;
	float:left;
}

.menuHeading {
	color:#000000;
	font-weight:bold;
	font-size:13px;
	padding-left:10px;
	padding-right:10px;
}

.spacer {
	/* padding-top:5px; */
	float:left;
	width:166px;
	height:5px;
}

.menuItem {
	width:168px;
	height:auto;
	clear:left;
}

.menuItem a {
	color:#0000FF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.menuLink {
	padding-bottom:2px;
	margin-left:35px;
	width:114px;
	height:auto;
}

.dot {
	width:14px;
	height:auto;
	float:left;
	margin-top:2px;
	margin-left:10px;
}
/************************************* 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: #6787E6;
	text-decoration:underline;
}

.menuLink a:hover {
	color:#000000;
	text-decoration:underline;
}

/************************************* END MENU LINK STYLES ********************************/

