* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-color:  #798f88;	
	min-height: 927px;
	min-width: 1200px;
	font-size: .8em;
	height: 100%;
	padding: 0;
	line-height: normal;
}

p {
	margin-bottom: auto;
}

h1, h2, h3, h4, h5, h6, p{
	line-height: normal;
	margin: auto;
}


#footer {
	position: relative;
	text-align: center;
	clear: both;
	top:-980px;
	color: white;
}
#holder {
	position: absolute;
	top:0px;
	left:0px;
	width: 1200px;
	height:927px;
	text-align: left;
}
#starburst{
	position: relative;
	top:-590px;
	left:5px;
	background-image: url(../images/ue_icon.png);
	height:163px;
	width:169px;
}

#admin {
	position: relative;
	text-align: center;
	top: 50px;
	margin: 0 auto;
	font-size: .8em;
	font-family: Helvetica;
	color : black;
	background-color: white;
}
#admin td {
	text-align: center;
	font-size: .6em;
	width:50px;
}

#help {
	position: relative;
	top: 50px;
	margin: 0 auto;
	font-size: 1.2em;
	font-family: Helvetica;
	color : black;
	background-color: #EEEEEE;
	width: 800px;
}

#logo {
	position:relative;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 162px;
	width:248px;
	top:0px;
	left:0px;
}


#content {
	position: relative;
	top: -988px;
	left: 186px;
	background-image: url(../images/mc_bg.png);
	background-repeat: no-repeat;
	height:727px;
	width:758px;;

}
#newsarticle{
	position: relative;
	top: 25px;
	left: 0px;
	margin: 0 auto;
	font-size: 1.2em;
	font-family: Helvetica;
	color : black;
	height: 675px;
	width : 690px;
	overflow:auto;
}
#pics-content {
	position: relative;
	top: -150px;
	left: 280px;
	background-image: url(../images/mg_bg.png);
	background-repeat: no-repeat;
	height:135px;
	width:655px;;

}
#newsback{
	position: relative;
	top:-283px;
	left:946px;
	background-image: url(../images/news_bg.png);
	height:463px;
	width:249px;
}

#newsbacktext{
	position: relative;
	top:16px;
	left:16px;
	height: 420px;
	width: 210px;
	overflow:auto;
	text-align: left;
	font-size: .8em;
	font-family: Helvetica;
}

.arrowblue{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	position: relative;
	top:-600px;
}

.arrowblue ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowblue li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/arrowblue.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowblue li a:link, .arrowblue li a:visited {
	color: black;
}

.arrowblue li a:hover{
	color: white;
	background-position: 100% -32px;
}

	
.arrowblue li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

