body {
	font-family:arial;
	background:#00489F url(/images/background.gif);
	overflow: -moz-scrollbars-vertical;
	}

#container {
	width:800px;
	margin:auto;
	}
	
#header {
	position: relative;
	min-height: 86px;
	height: .7em;
	/*padding: 5px; */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 5.5em;
	padding: 0 0 0 0;
	background: url(/images/header_bar.gif) no-repeat;
	border-bottom:5px solid #003677;
	} 
	
#header h1 {
	position: absolute;
	top: -14px;
	left: 0px;
	margin: 0;
	font-size: 2px;
	height: 8px;
	z-index: 3; /* above the UL */
	}
	
#header h1 a {
	margin-top:23px;
	margin-left:4px;
	display: block;
	width: 190px;
	height: 73px;
	background: transparent url("/images/logo.gif") no-repeat;
	text-indent: -700em;
	text-decoration: none;
	
	}

/* NAVBAR */	

#header ul {
  float:right;
  margin-top:14px;
  padding:0px 8px 0 0;
  list-style:none;
  width:600px;
  }

#header li {
  float:right;
  margin:5px 2px 0 0;
  padding:0 0 0 2px;
  }

#header a {
  float:left;
  display:block;
  padding:2px 3px 2px 3px;
  border-right:1px solid #00489F;
  text-decoration:none;
  font-weight:bold;
  color:red;
  font-size:80%;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
/* End IE5-Mac hack */
#header a:hover {
  color:#00489F;
  }

#header a img {
	border:none;
	}
#header #current {
  background:transparent;
  }
#header #current a {
  background:transparent;
  color:#666;
  }
/* END NAV BAR */

#content {
	border:1px solid white;
	background:white;
	}

#content li {
	font-size:80%;
	padding-bottom:5px;
	}
	
p	{
	padding:0 10px 0 10px;
	line-height:1.5em;
	font-size:80%;
	}

div.picture {
	float:left;
	border:1px solid black;
	margin:10px 10px 0px 10px;
	position:relative;
	}

h2 {
	border-bottom:1px solid red;
	font-size:16px;
	margin:10px 10px 0 10px;
	}

table {
	border:1px solid #000;
	margin-left:10px;
	}
table td,th {
	font-size:80%;
	border:1px solid #000;
	padding:5px;
	}

th {
	background: #00489F;
	color:white;
	}

#footer {
	background: url(/images/footer_bar.gif);
	border-top:5px solid #003677; 
	height:44px;
	}

#footer_nav {
	color:white;
	text-align:center;
	font-size:80%;
	}

#footer_nav a {
	color:white;
	}
	
#home table {
	border:0px solid #000;
	margin-left:0px;
	}
#home table td,th {
	border:0px solid #000;
	padding:5px;
	}
#home dt {
	font-weight:bold;
	}
#home dd {
	margin-bottom:10px;
	}
h3 {
	border-bottom:1px solid #00489f;
	font-size:14px;
	margin:20px 10px 0 10px;
	}
	
#home p {	
font-size:100%;
padding:0 0px 0 0px;

}

dl {
	padding: 0 10px 0 10px;
	line-spacing:1.7em;
	}

dt {
	font-weight:bold;
	padding-bottom:5px;
	}
dd {
	padding-bottom:10px;
	}

table.form {
	width:500px;
	}
	
table.form td{
	background:#cecece;
	}

td.lable {
	text-align:right;
	font-weight:bold;
	}

