* 
{ 
margin: auto; 
} 

body { 
  font: 13px Times New Roman,serif; 
  margin:0px;
  padding:0px;
  background-image:url('../background.gif'); 
}

h1 {
  font: 23px Times New Roman,serif;
  color:#000080;
  margin:0px;
  font-weight:bold;
  margin-bottom:5px; 
}

h2 {
  font: 14px Times New Roman,serif;
  font-weight:bold;
  color:#FF0000;
  display:inline;
  margin:0px;
}

li {
  padding-bottom:10px;
}

#header {
  width:98%;
  text-align:center;
  display:block;
  height:55px;
  *height:55px;
  padding:10px;
  //*border-bottom:gray 2px solid;*//
}

#logo {
  float:left;
}

img {
	behavior:	url("pngbehavior.htc");
}

#nav {
  display:inline;
  margin-left:10%;
  float:left;
}

div#nav a:link {
	font-family:Times New Roman,serif;
	font-size:15px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
	margin-right:10px;
}

div#nav a:visited {
  font-family:Times New Roman,serif;
  font-size:15px;
  font-weight:bold;
  color:#FF0000;
  text-decoration:none;
  margin-right:10px;
}

div#nav a:active {
  font-family:Times New Roman,serif;
  font-size:15px;
  font-weight:bold;
  color:#FF0000;
  text-decoration:none;
  margin-right:10px;
}

div#nav a:hover {
  font-family:Times New Roman,serif;
  font-size:15px;
  font-weight:bold;
  color:#FF0000;
  text-decoration:underline;
  margin-right:10px;
}

#content {
  margin-top:25px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

div#content p {
  font-size:15px;
  text-align:left;
  font-family:Times New Roman,serif;
  color:#000080;
  line-height:25px;
  width:90%;
  margin:0px;
  margin-bottom:10px;
}

div#content a:link {
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}

div#content a:visited {
  font-weight:bold;
  color:#FF0000;
  text-decoration:none;
}

div#content a:active {
  font-weight:bold;
  color:#FF0000;
  text-decoration:none;
}

div#content a:hover {
  font-weight:bold;
  color:#FF0000;
  text-decoration:underline;
}

#midtext {
  margin-top:20px;
  width:80%;
  text-align:center;
}

#barleft {
  width:18px;
  float:left;
  font-size:18px;
  color:#000080;
  font-weight:bold;
  padding:10px;
}

#barright {
  width:18px;
  float:right;
  font-size:18px;
  color:#000080;
  font-weight:bold;
  padding:10px;
}

#footer {
  width:98%;
  text-align:center;
  color:#000080;
  font-weight:bold;
  *margin-top:-20px;
}

table a:link {
  font-weight:bold;
	color:#000080;
	text-decoration:none;
}

table a:visited {
  font-weight:bold;
	color:#000080;
	text-decoration:none;
}

table a:active {
  font-weight:bold;
	color:#a9a9a9;
	text-decoration:none;
}

table a:hover {
  font-weight:bold;
	color:#a9a9a9;
	text-decoration:none;
}


  
