body{
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-size: 12px;
	overflow: hidden;
}

#header{
	height: 141px;
	*height: 145px;
	border-bottom: 4px solid #666666;
	background-color: #4B608D;
}
	#header #mainLogo{
		position: absolute;
		left: 50%;
		margin-left: -570px;
	}

#menu{
	position: absolute;
	width: 470px;
	top: 70px;
	*top: 72px;
	left: 50%;
	background-image: url(../img/menuBackground.png);
	background-position: right;
	margin-left: -81px;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 15px;
	*padding-top: 13px;
	z-index: 2;
	height: 55px;
	*height: 65px;
}
	#menu div{
		margin-right: 5px;
		*margin-right: 6px;
		color: #3F3F59;
		text-align: center;
		border-right: 1px solid #999999;
		width: 106px;
		*width: 105px;
		vertical-align: middle;
		float: right;
		padding-top: 8px;
		font-size: 14px;
		height: 39px;
		*height: 47px;

	}
	#menu div br{
		font-size: 7px;
	}
	#menu div a{
		color: #999999;
		text-decoration: none;
	}
	#menu div a:hover{
		color: #333333;
	}

#body{
	position: absolute;
	width: 770px;
	top: 126px;
	left: 50%;
	margin-left: -382px;
	z-index: 3
	
}

	#body .contentBorderTop{
		height: 19px;
		background-image: url(../img/contentBorderTop.png);
		font-size: 1px;
		
	}
	#body .content{
		background-image: url(../img/contentBackground.png);
		padding-left: 18px;
		padding-right: 18px;
		padding-bottom: 3px;
	}
	#body .contentBorderBottom{
		height: 12px;
		background-image: url(../img/contentBorderBottom.png);
		font-size: 1px;
		display: block;
		clear: both;

	}
	
.left{
	float: left;
	margin-right: 15px;
}

.right:{
	float: right;

}
h1{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	font-size: 18px;
}

h2{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	background-image: url(../img/h1Bullet.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}


p{
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	margin-top: 5px;
	font-size: 14px;
}

.clear{
	font-size: 0px;
	height: 0px;
	clear: both;
}

.menu1{
	position: absolute; 
	background-color: white; 
	width: 120px; 
	height: 10px; 
	top: 126px; 
	left: 50%; 
	z-index: 5; 
	margin-left: -72px;
}

.menu2{
	position: absolute; 
	background-color: white; 
	width: 111px; 
	height: 10px; 
	top: 126px; 
	left: 50%; 
	z-index: 5; 
	margin-left: 49px;
}

.menu3{
	position: absolute; 
	background-color: white; 
	width: 111px; 
	height: 10px; 
	top: 126px; 
	left: 50%; 
	z-index: 5; 
	margin-left: 161px;
}

.menu4{
	position: absolute; 
	background-color: white; 
	width: 109px; 
	height: 10px; 
	top: 126px; 
	left: 50%; 
	z-index: 5; 
	margin-left: 273px;
}


a.image{

}
	a.image .image{
		display:none;
	}
	a.image:hover .image{
		display:block;
	}
	
	
input{
	display: block;
	width: 100%;
}

label{
	font-weight: bold;
}

textarea{
	width: 100%;
	height: 100px;
}
#footer{
	clear:both;
	width: 760px;
	margin:auto;
	text-align: right;
	font-size: 10px;
}