#container {
	width: 966px;
	height:auto;
/*	background-color: #1415E1; */
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.banner {
	width:965px;
	height:200px;
	background-image:url(images/Hanson-Silo-Banner.gif);
	background-position:top center;
	background-repeat:no-repeat;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#FFA101;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#000000;
}

.topmenu {
	width:965px;
	height:28px;
	padding-top:1px;
	padding-bottom:1px;
	padding-top:0px;
	padding-left:0px;
	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-color:#FFA101;
	border-bottom-width:1px;
	border-bottom-style:solid;
	background-color:#000000;  
}

body {
	background-image:url(images/bglogo.gif);
	background-repeat:repeat-y;
	background-color:#FF0000;
	width:966px;
	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;
/*	background-image:url(images/Tile.jpg); */
/*	background-repeat:repeat; */
	font-size:16px;
	width:767px;
	height:auto;
/*	border-left:1px solid black; */
	border-right:1px solid;
	border-right-color:#000000;
	border-bottom-color:#FFA101;
	border-bottom-style:solid;
	border-bottom-width:1px;
	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:767px;
	height:1950px;
/*	border-left: 1px solid black; */
	border-right:1px solid;
	border-right-color:#000000;
	border-bottom-color:#FFA101;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-align:center;
	/* padding:  0px 70px 0px 73px;  */
}

.footer {
	width:776px;
	height:auto;
	float:left;
	color:#FFA300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/footerbackground.jpg);
	background-repeat:repeat-y;
	background-color: #000000;  
	border-right-color:#000000;;
	border-right-style:solid;
	border-right-width:1px;
/*	border-top-color:#FFA101;
	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:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.medTextBold {
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	padding-top:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

.pageBig {
	color:#00B4FF;
}

.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/navbackground.jpg); 
	width:198px;
	float:left;
}

.miniwrap{
	background-image:url(images/navbackground.jpg);
	background-color:#FF0000; 
	color:#FFA300;
	width:198px;
	height:auto;
	font-size:12px;
	clear:left;
	float:left;
}

.menuHeading {
	color:#FF0000;
	font-size:15px;
	padding-left:20px;
	padding-right:10px;
	font-weight:bold;
	font-family:Helvetica, sans-serif;
	font-variant:small-caps;
}

.spacer {
	/* padding-top:5px; */
	width:198px;
	clear:both;
	height:10px;
}

.menuItem {
	width:198px;
	height:auto;
	clear:left;
	clear:right;

}

.menuItem a {
	color:#FFA300;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.menuLink {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:148px;
	height:auto;
	float:left;
}

.dot {
	width:35px;
	height:auto;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 3px 2px 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 {
	text-decoration:none;
}

.menuLink a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}

.menuLink a:hover {
	color:#00B4FF;
	text-decoration:underline;
}

/************************************* END MENU LINK STYLES ********************************/

