body
	{
	/*background-color: #000729;*/
	background-color: #05156f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	text-align: center;
	color: #01147f;
	}

a
	{
	color: #01147f;
	}
	
a:hover
	{
	text-decoration: none;
	color: #5e73e7;
	}

/*wrapper*/
.wrapper
	{
	display:table;
	position: relative;
	background-color: #ffffff;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	border-left: 3px solid #000314;
	border-right: 3px solid #000314;
	border-bottom: 3px solid #000314;
	}

/*header*/
.header
	{
	background-color: #cfd5f8;
	background-image: url(../images/acs-main-pic1.png);
	height: 205;
	background-repeat: no-repeat;
}	

.spacer
	{
	height: 200px;
	}

/*menu*/
.menu ul 
	{
	margin: 0;
	margin-left: 20px;	
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
	}
	
.menu li 
	{
	display: inline;
	}
	
.menu ul li a
	{
	text-decoration:none; 
	margin: 4px;
	padding: 5px 20px 5px 20px;
	color: #01147f;
	background: white;
	font-weight: bold;
	}
.menu ul li a:hover
	{
	color: white;
	background: #01147f;
	}

/*body area*/
.body_area
	{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	min-height: 300px;
	height: 300px;
	}
	
/*headings*/

h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #01147f;
	}

h2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #01147f;
	}

h3
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #01147f;
	}
	
/*footer*/
.footer
	{
	padding: 10px;
	color: white;
	font-size: 11px;
	}

/* 000419 */