/* CSS Document */

/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0;
    color: #000000;
    background-color: #cccccc;
	}
#top 
{
	height:100px;
}
#subheader
{
	position: absolute;
	padding: 0px;
	top: 0px;
	width: 450px;
	height: 100px;
	}
#top_fill
{
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 400px;
	width: 220px;
	height: 75px;
	}
#top_home
{
	position: absolute;
	padding: 0px;
	left: 400px;
	top: 75px;
	width: 50px;
	height: 25px;
	}
#top_about
{
	position: absolute;
	padding: 0px;
	left: 450px;
	top: 75px;
	width: 85px;
	height: 25px;
	}
#top_employment
{
	position: absolute;
	padding: 0px;
	left: 535px;
	top: 75px;
	width: 85px;
	height: 25px;
	}

#topnav
{	
	position:absolute;
	top:101px;
	height:40px;
	width:795px;
	background-image: url(/images/submenu.gif);
	background-repeat:no-repeat;
	
}
#topnav_left
{
	padding: 0px;
	top: 1px;
	left: 0px;
	width: 190px;
	height: 40px;
	}
#topnav_right
{
	position: absolute;
	padding: 0px;
	top: 7px;
	left: 195px;
	width: 605px;
	height: 40px;
	}
div#topnav a:link
{	
	font-family: Verdana, Arial;
	font-size:12px;
	text-decoration:none;
	color: #ffffff;		
	}
	
div#topnav a:visited
{	
	font-family: Verdana, Arial;
	font-size:12px;
	text-decoration:none;
	color: #ffffff;		
	}
	
div#topnav a:hover
{	
	font-family: Verdana, Arial;
	font-size:12px;
	text-decoration:none;
	color: #cccccc;		
	}
	
div#topnav a:active
{	
	font-family: Verdana, Arial;
	font-size:12px;
	text-decoration:none;
	color: #cccccc;		
	}
	
#subnav
{	
	position:absolute;
	top:141px;
	left: 20px;
	height:40px;
	width:795px;	
}

#content_main
{
	position:absolute;
	top: 165px;
	left: 15px;
}
#content_text
{
	position:absolute;
	top: 165px;
	left: 15px;
	width: 80%;
}
#memgrid
{
	position:absolute;
	top: 200px;
	left: 0px;
}

#paging
{
	position:absolute;
	top: 170px;
	margin-left: 500px;
	font-family: Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	}
	
a {
	font-family:Verdana, Arial;
	font-size:12px;	
	color: #000000;	
	}
p {
	font-family:Verdana, Arial;
	padding-left:10px;
	font-size:12px;
	}
th {
	font-family:Verdana, Arial;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
	background-color:#000000;
	}
td {
	font-family:Verdana, Arial;
	padding-left:10px;
	padding-bottom:3px;
	font-size:12px;
	text-align:left;
	}

h1 {
	font-family:Verdana, Arial;
	font-size:16px;
	padding-left:10px;
	color: Black;
	margin-top: 10px;
	}
h2 {
	font-family:Verdana, Arial;
	font-size:14px;
	padding-left:10px;
	color: #000000;
	margin-top: 10px;
	}
h3 {
	font-family:Verdana, Arial;
	font-size:14px;
	padding-left:10px;
	color: #000000;
	margin-top: 10px;
	}
h4 {
	font-family:Verdana, Arial;
	font-size:12px;
	padding-left:10px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: -8px;
	}
	
.blurb 
{
	background:#43616B;
	display: block;
	border: 1px dashed #666666;
	color: #000033;
	font: 0.8em Verdana, sans-serif;
	margin: 5px 0 1em 5px;
	width: 400px;
	}


.menuttitle {
	font-family:Verdana, Arial;
	padding-left:10px;
	font-size:14px;
	color: Navy;
	font-weight:bold;
	}

#help {
    position:absolute;
    margin-left: 80%;
	top: 110px;
  }
  
.search {
    position:absolute;
	left: 400px;
	top: 150px;
	width: 200px;
	height: 90px;
	margin: 10px;
	text-align: left;
	border: dashed 1px;
	padding: 10px;
	background-color: #cccccc;
  }
.admin {
    position:absolute;
	left: 400px;
	top: 350px;
	width: 200px;
	margin: 10px;
	text-align: left;
	border: dashed 1px;
	padding: 10px;
	background-color: #cccccc;
  }

a:hover {
	color: #9C191E;	
	}
	
a img {
	border: 0 none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
	}

div#msg {
	position: absolute;
	top: 25px;
	left: 355px;
	background-color: #FFFFCC;
	}
  
ol 
{
	list-style-type: decimal;
	font-family:Verdana, Arial;
	padding-left:10px;
	font-size:12px;
}
ol ol 
{
	list-style-type:lower-alpha;
	font-family:Verdana, Arial;
	font-size:12px;
}
ul 
{
	list-style-type:disc;
	font-family:Verdana, Arial;
	padding-left:10px;
	font-size:12px;
}

