* {
  padding: 0;
  margin: 0;
} 

body {
	font: .8em "Trebuchet MS", Verdana, Arial, Sans-Serif;
	background-color: #3399CC;
	background-repeat: repeat-x;
}
#wrap #content table li {
	padding-right: 5px;
	padding-left: 10px;
	list-style-position: inside;
}



a {
	text-decoration: none;
	color: #3399CC;
}
a:hover { color: #000; }

#wrap 
{
	width: 900px;
	padding: 10px;
	background-color: #fff;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


#header 
{
	height : 160px;
	background-color : #FFFFFF;
	background-image: none;
}
#header h1 {
	padding-left: 10px;
	padding-top: 12px;
	font-size: 25px;
	color: #000000;
}
#header h1 a { font-size: 25px; color: #FFF; text-decoration: none;}
#header h2 { padding-left: 10px; padding-top: 0px; font-size: 19px; color: #FFE51E; }

#menu {
  text-align: center;
  margin-top: 10px;
  font-size : 18px;
  font-weight: 600;
  border: 1px solid #ccc; 
  background: #eee;
}

#menu a {
	color : #002B48;
	text-decoration : none;
	padding: 10px;
}
#menu a:hover {
  color : #000;
}


#content { 
  text-align: left;
  margin-top: 5px;
  padding: 10px;
  font-size: 14px;
}
#content h2 { font-size: 15px; color : #444; }





#footer { 
  margin-top: 25px; 
  clear: both;
  text-align: center; 
  color: #777; 
}

.content {
	padding: 10px;
}
.nobullets li    {
	list-style-image: none;
	list-style-type: none;
}
#content ol li {
	text-align: left;
	margin-top: 5px;
	padding: 10px;
	font-size: 14px;
	list-style-position: inside;
}
.hdtitle {
	font-size: 1.3em;
	font-weight: bold;
}
#content #contact li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
