body
{
	font-family: Arial;
	font-size: 12px;
	/*font: 0.75em/1.8em "Lucida Grande", LucidaGrande, Lucida, "Lucida Sans", Tahoma, Arial, Helvetica, sans-serif;*/
	text-align: center;
	min-width: 900px;
	/*background: url('background.png') #3399cc;*/
	background: #325573;
	color: #333333;
}
#wrapper
{
	border: 1px solid #333333;
	width: 90%;
	text-align: left;
	margin: 0 auto;
	background: #FFFFFF;
}
#navigationContainer
{
	/*float: right;*/
	/*background: #DCDCDC;*/
	background: url('navbg.png') top left repeat-y #DCDCDC;
	width: 200px;
	border-left: 1px solid #C0C0C0;
}
#contentContainer
{
	/*background: #FFFFFF;*/
	/*margin-right: 200px;*/
	padding: 16px;
	/*min-height: 100%;*/
	line-height: 18px;
}
#logo
{
	display: block;
	height: 120px;
	background: url('header2.jpg') top left no-repeat #FFFFFF;
	text-align: right;
	vertical-align: bottom;
}
#announcements
{
	background: url('ticker.gif') top left repeat-x;
	line-height: 18px;
	padding: 4px;
	color: #FFFFFF;
}
#services
{
	border-collapse: collapse;
}
#services tr td
{
	border-bottom: 1px solid #C0C0C0;	
}
img
{
	border: 0;	
}

a:link {text-decoration: none;color: #006699;}
a:visited {text-decoration: none;color: #004477;}
a:active {text-decoration: none}
a:hover {text-decoration: underline;}
ul
{
	/*padding-left: 25px;*/
	/*list-style-image: url('leaf.gif');*/
	list-style-type: square;
	margin: 0px;
	padding-left: 20px;
	/*padding: 18px;
	padding-top: 0px;*/
}
li
{
	padding-top: 2px;
	padding-bottom: 2px;	
}
h1
{
	height: 30px;
	line-height: 28px;
	background: url('h1.jpg') top left repeat-x;
	padding-left: 8px;
	padding-right: 8px;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
}
h2
{
	height: 16px;
	background: url('h2.jpg') top left repeat-x;
	color: #333333;
	font-size: 11px;
	line-height: 13px;
	
	margin: 0px;
	text-align: center;
}
h3
{
	margin: 0px;
}
#footer
{
	border-top: 1px solid #AAAAAA;
	color: #AAAAAA;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 10px;
}
table
{
	font-size: inherit;	
}
p
{
	margin: 2px;
}
#storyhead
{
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 10px;
}

#header {
  float:left;
  width:100%;
  background:#DAE0D2 url("bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  margin-bottom: 20px;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url("left_on.gif");
  }
#header #current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }