body{
	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
	color:black;
	padding: 0px;
	margin:0px;
	min-width: 1000px;
}

#mainDiv{
	position: absolute;
	left:50%;
	margin-left: -550px;
	width:1100px;
	min-height: 710px;
	background-image: url(../images/backgroundFiller.jpg);	
	background-repeat: repeat-y;
	background-position: center;
	top:0px;
}
#footerImage{
	position: absolute;
	bottom:0px;
	left:0px;
	z-index: 1;
}
#footerDiv{
	position: absolute;
	bottom: -150px;
	width: 1100px;
	height: 10px;
	font-size: 10px;
	z-index: 2;
	text-align: center;
	padding-bottom: 20px;
}

#headerImage{
	position: absolute;
	top:0px;
	left:0px;
	z-index: 1;
}

#contentDiv{
	position: relative;
	z-index: 2;
	left:250px;
	top:150px;
	width:550px;
	padding:25px;
}

#menuDiv{
	position: relative;
	z-index: 2;
	left:250px;
	top:120px;
	width:600px;
	padding:0px;
	text-align: center;
	font-family:Georgia;
	letter-spacing: 0.08em;
	font-size: 13px;
}

.menuLink{
	font-size:16px;
}

a.menuLink:link, a.menuLink:active, a.menuLink:visited,a.menuLink:hover{
	text-decoration: none;
	color: #2b135e;
	border:none;
}
a.menuLink:hover{
	border-bottom: 1px dotted #99d7db;
}

a.subMenuLink:link, a.subMenuLink:active, a.subMenuLink:visited,a.subMenuLink:hover{
	text-decoration: none;
	color: #800080;
	border:none;
}
a.subMenuLink:hover{
	border-bottom: 1px dotted #99d7db;
}


a:link, a:active, a:visited,a:hover{
	text-decoration: none;
	color: #2b135e;
	border:none;
	border-bottom: 1px dotted #99d7db;
}
a:hover{
	border-bottom: 1px solid #99d7db;
}

img
{
	border-bottom:none;
}

h1,h2,h3,h4{
	font-family:Georgia;
	color: #2b135e;
	font-weight: normal;
	font-size: 18px;
}
