@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	

	
#header {
	width:800px;
	height:209px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-image:url(../images/BannerFinal.jpg);
	background-repeat:no-repeat;
	}

#navlinks{
	width:800px;
	height:25px;
	font-weight:bold;
	background-image:url(../images/BGLinksBox.jpg);
	background-repeat:repeat-y;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}

#navlinks a {
	padding: 0px 95px 0px 0px;
	display: block;
	/* width: 80px;/* width of TOP LEVEL LINKS, padding etc */
	color:#000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	margin-left:0px;

}
#navlinks a:hover {
	color:#FFFFFF; 
}

#navlinks li {
	list-style: none;
	float: left;
	padding: 0px;/* dividing single line between navigation elements */
	color:#000000;
	border-right-width: 0px;
	border-right-color: #ffffff;
	border-right-style: solid;
	/* width: 80px;/* width of TOP LEVEL LINKS, padding etc */
	text-decoration:none;
	margin-top:5px;
	
}

#navlinks li ul {
	list-style: none;
	font-weight: normal;
	left: -999em;
	margin: 0px;
	position: absolute; /* adds a border to the drop menu */
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#8a370f;
	color:#000000;
}

#navlinks li li {
	list-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#navlinks li:hover UL {
	left: auto;
	width: 200px;
}
#navlinks LI:hover {
	background-color:#8a370f;
}

#navlinks LI.sfhover {
	background-color:#8a370f;
}
#navlinks li.sfhover UL {
	left: auto;
	width: 200px;

}

#navlinks li:hover UL UL {
	left: auto;
	width: 200px;
}
#navlinks li.sfhover UL UL {
	left: auto;
	width: 200px;
}







#content {
	width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	}

#left-side {
	width:150px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	float:left;
	background-image:url(../images/BGLinksBox.jpg);
	background-repeat:repeat-y;
	background-color:#244276;
		}
		


#left-side-top{
	width:150px;
	height:30px;
	background-image:url(../images/TopLinksBox.jpg);
	background-repeat:no-repeat;	
	}

#left-side-bottom{
	width:150px;
	height:30px;
	background-image:url(../images/BottomLinksBox.jpg);
	background-repeat:no-repeat;	
	}

#right-side {
	width:800px;
	height:531px;
	padding:0px;
	background-image:url(../images/Eggs!.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}
	
#right-side-bottom{
	width:600px;
	height:30px;	
	}
	
#right-side-left {
	width:580px;
	height:450px;
	margin-top:20px;
	margin-left:20px;
	background-image:url(../images/RightSideLeftBG.jpg);
	overflow:scroll;
	overflow-x:hidden;
	background-repeat:repeat-y;
	color:#FFFFFF;
	float:left;
	}
	
#right-side-right{
	width:180px;
	padding:0px;
	display:inline;
	padding-top:0px;
	color:#FFFFFF;
	float:left;
	margin-left:auto;
	margin-right:auto;
	}
	
#right-side-right img {
	padding: 5px;
	}

	
#footer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:repeat-y;
	color:#FFFFFF;
	margin-top:5px;
	}

#footer a{
color:#CC0000;
}

#footer a:visited{
color:#CC0000;
}

#botimages {
	width:800px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	}

p, pre{
padding: 5px 10px;
margin:0px;
}

h1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	}

h2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	}

h3 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	}
	
