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

body {
	background-color: #D2D2A6;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

#content {
	background-color: #FFF;
	width: 700px;
	min-height: 600px;
	margin: auto;
	position: relative;
	padding-top: 25px;
	padding-right: 75px;
	padding-bottom: 25px;
	padding-left: 75px;
}

/*The formatting for the header and menu bar on all pages*/
#headerDiv {
	top:50px;
	width:98%;
	min-width:700px;
	height:93px;
	z-index:1;
	background-color: #900;
	margin-top:1%;
	margin-left:1%;
	margin-right:1%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-left-radius:22px;
	-moz-border-radius-bottomleft:22px;
	-webkit-bottom-left-radius:22px;
	border-bottom-right-radius:22px;
	-moz-border-radius-bottomright:22px;
	-webkit-bottom-right-radius:22px;
}
	#headerDiv A:link{text-decoration:none;color:#FFF;}
	#headerDiv A:active{text-decoration:none;color:#FFF;}
	#headerDiv A:visited{text-decoration:none;color:#FFF;}
	#headerDiv A:hover{text-decoration:none;color:#900;background-color:#fff;display:block;width:100%;background-color:#FFF;}
	#headerDiv h1{	color: #FFF;	text-align: center;	vertical-align: middle;}
	
#menu{
	width:800px;
	position:relative;
	margin:auto;
}

#menuItemOne {
	position:absolute;
	width:150px;
	height:20px;
	left:175px;
	z-index:2;
	text-align: center;
	font-weight: bold;
}
	
#menuItemTwo {
	position:absolute;
	width:150px;
	height:20px;
	left:325px;
	z-index:3;
	text-align: center;
	font-weight: bold;	
}

#menuItemThree {
	position:absolute;
	width:150px;
	height:20px;
	left:475px;
	z-index:3;
	text-align: center;
	font-weight: bold;	
}

/* The formatting for the footer information on all pages. */
#footerDiv{
	background-color: #900;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	min-width:900px;
	width:75%;
	position:relative;
	margin:auto;
	-moz-border-radius-topleft:22px;
	-webkit-border-top-left-radius:22px;
	border-top-left-radius:22px;
	-moz-border-radius-topright:22px;
	-webkit-border-top-right-radius:22px;
	border-top-right-radius:22px;
}
/* End footer info */

ul {
	list-style-type:none; 
}

A:link{color:#900;text-decoration: none;}
A:visited{text-decoration:none;color:#900}
A:active{text-decoration:none;color:#900;}
A:hover{color:#909;	text-decoration:underline;}

.imgLink{
	border:none;	
}
