html, body, table, frame {
	padding: 0;
	margin: 0;
}

body.main {
	background: url('images/layout/ACU.png');
}

#header {
	width: 975px;
	height: 130px; 
	background: #000;
	margin-left: auto;
	margin-right: auto;
}

.header-mrb {
	color: #FFF;
	text-align: center;
	font-family: arial;
	font-size: 3em;
}

.header-shpnt {
	text-align: center;
}

#header-nav {
	text-align: center;
}

ul.navbar {
	list-style: none;
}
li {
	float: left;
	margin: 27px;
	position: relative;
	left: -10px;
	top: -30px;
}

#iframemain {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #CCCCCC;
}

body {
background-color: #b39a84;
Background-repeat: repeat;
font-family: Arial, sans-serif;
}

img {
border: none;
}

a:link{ 
color: #0000FF;
text-decoration: none;
}
a:visited { 
color: #0000FF;
text-decoration: none;
}
a:hover { 
color: #0000FF;
text-decoration: underline;
}
a:active { 
color: #0000FF;
text-decoartion: none;
}

table {
border: 0; 
border-spacing: 0; 
padding: 0;
}

p{
margin-left: 1.25em;
}
