/*Outer background*/
body
{
	background-color:#787878;
	/*background-image:url("images/outer_background.jpg");
	background-repeat:repeat;*/
	margin:0;
	padding:0;
	height:1000px;
}


#banner 
{
	background-image:url("images/top_banner.png");
	width:1000px;
	height:255px;
	margin-top:10px;
}


/*Main Body*/
#body
{
	background-color:#CCCC99;
	/*background-color:#C9C299;*/
	/*background-color:#E0FFFF;*/
	width:920px;
	height:820px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:135%;
	font-size:12px;
	color:#000;
	text-align:left;
	padding-top:0px;
	padding:40px;
}


/*Color background of Main Body Divs*/
/*#body div
{
	background-color:blue;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}*/


/*Links within Main Body*/
#body a{
	
	color:#008800;
	text-decoration: none;
}


#body a:hover{
	color:#062e0c;
}


/*Bullet lists*/
.body li {
	list-style-image:url("images/arrow1.png");
	margin-bottom:10px;	
}




#body #text_left
{
	float:left;
}


#body #text_right
{
	float:right;
}


/*Images within main body*/
#body #image_right
{
	float:right;
}


#body #image_left
{
	float:left;
}


#body #image
{
	float:none;
}


/*Text paragraph alignment within Main Body*/
#body p{
width: 500px;	
}


/*#body img.map
{
	padding-left:200px;
	position:relative;
	left:350px;
	top:-250px;
	#top:-200px;
}*/


/*#body img.left
{
	float:left;
	margin-top:60px;
	margin-left:-130px;
}


#body img.right
{
	float:left;
	margin-top:60px;
	margin-right:80px;
}*/


/*Background behind Nav Bar*/
#links
{
	background-color:#CCCC99;
	width:1000px;
	height:60px;
	position:left;
	margin-top:0px;
}


/*Allignment of Nav links*/
.links
{
	text-align:left;
	color:#000;
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
	margin-top:0px;
	padding-top:18px;

	
	/*margin-left:100px;*/
	/*
	*padding-left:30px;
	padding-right:50px;
	padding-right:10px;
	padding-left:0px;
	padding-top:0px;
	z-index:999;
	background-image:url("images/linksbg2.png");
	/*background-position:0px -12px;*/
	/*background-repeat:no-repeat;
	background-color:#000;
	height:45px;
	width:108px;*/
}

/* Nav bar list */
.links li {
display:inline;
padding-right:18px;
color:#000;
text-align:left;
}

/*Color of Nav links*/
.links a
{
	color:#000;
	text-decoration:none;
}


/*Underline under Nav when curser on top*/
.links a:hover
{
	color:#339933;
	margin-top:10px;
	height:100px;
	text-decoration:underline;
}


#footer
{
	background-color:#062e0c;
	background-repeat:no-repeat;
	width:1000px;
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	clear:both;
}


#ball
{
	position:relative;
	top:-60px;
	left:-15px;
	
}


/*Website Copyright*/
#footer span
{
	color:black;
	position:relative;
	top:40px;
}




