#container {
	width: 832px;
	height:auto;
	background-color: #FFFF00;  
/*	background-color: #1415E1; */
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.banner {
	width:831px;
	height:155px;
	background-image:url(images/header-2.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:831px;
	height:28px;
	padding-bottom:2px;
	padding-top:0px;
	padding-left: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:#FFFF00;
}

body {
	background-image:url(images/background.gif);
	background-repeat:repeat;
/*	background-color: #78B6EF; */
	background-color:#FFFF00;
	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:2228px;
	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: #FFFF00;
	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-color:#FFFF00;
	width:168px;
	float:left; 
	height:2228px;
}

.miniwrap{
	background-color: #FFFF00;
	width: 168px;
	height:auto;
	font-size:12px;
	clear:left;
	float:left;
}

.menuHeading {
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
}

.spacer {
	/* padding-top:5px; */
	width:160px;
	height:5px;
}

.menuItem {
	width:168px;
	height:auto;
	clear:left;
}

.menuItem a {
	color:#000000;
	font-size:12px;
}

.menuLink {
	padding-bottom:0px;
	margin-left:36px;
	width:122px;
	height:auto;
	
}

.menuLink a {
	text-decoration:none;
}

.dot {
	width:14px;
	height:auto;
	float:left;
	margin-top:2px;
}

/************************************* 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: #0066FF;
	text-decoration:underline;
}

.menuLink a:hover {
	color:#0066FF;
	text-decoration:underline;
}

/************************************* END MENU LINK STYLES ********************************/

