body{
	font-family: "Arial";
	font-size: 12px;
	line-height: 20px;
	color:black;
	padding: 0px;
	margin:0px;
	min-width: 1100px;
}
.normalLineHeight
{
	line-height:normal;
}

#mainDiv{
	position: absolute;
	left:50%;
	margin-left: -550px;
	width:1100px;
	min-height: 810px;
	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;
}
#headerImage{
	position: absolute;
	top:0px;
	left:0px;
	z-index: 1;
}

#contentDiv{
	position: relative;
	z-index: 2;
	left:250px;
	top:150px;
	width:550px;
	padding:25px;
	margin-bottom: 140px;
}

#menuDiv{
	color: #3134a9;
	position: relative;
	z-index: 2;
	left:215px;
	top:140px;
	width:685px;
	padding:0px;
	text-align: center;
	font-family:"Arial";
	letter-spacing: 0.08em;
	font-size: 13px;

}

#subMenuDiv{
	color: #3134a9;
	position: absolute;
	z-index: 2;
	left:210px;
	top:160px;
	width:685px;
	padding:0px;
	text-align: center;
	font-family:"Arial";
	letter-spacing: 0.08em;
	font-size: 13px;
}

a.menuLink:link, a.menuLink:active, a.menuLink:visited,a.menuLink:hover{
	text-decoration: none;
	color: #3134a9;
	border:none;
}
a.menuLink:hover{
	color: #3134a9;
	border-bottom: 1px dotted;
}


a:link, a:active, a:visited,a:hover{
	text-decoration: none;
	color: #3134a9;
	border:none;
}
a:hover{
	color: #3134a9;
	border-bottom: 1px dotted;
}

h1,h2,h3,h4{
	font-family:Arial;
	color: #3134a9;
	font-weight: normal;
	font-size: 18px;
}
