body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #0055A0;
  font-size: small;
	background-color: #F2F1EC;
	margin: 0;
}

#page {
	width: 960px;
	margin: 10px auto;	
}

#header {
	width: 960px;
	height: 218px;
	position: relative;
}

#site_name {
	float: right;
	text-indent: -5000px;
	overflow: hidden;
}

#cycle img { display: none; }

#cycle img.first { display: block; }

#name_address {
	background: url(/images/address-bg.png) no-repeat;
	width: 192px;
	height: 96px;
	font-size: 85%;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index: 1000;
	position: absolute;
	top: 10px;
	right: 10px;
}

#address_inner {
	padding: 10px;
	text-align: right;
}

#nav ul {
	margin: 0.3em 0;
	padding: 0;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #0055A0;
}

#nav li.first {
	border-left: none;
} 

#nav li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0 1.2em 0 1.5em;
	margin: 0;
}
#nav li a:hover {
	background: url(/images/bolt_nav.gif) 4px center no-repeat;
}

p {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #0055A0;
  font-size: small;
}

a:link {
	color: #0055A0;
	text-decoration:underline;
}

a:visited {
	color: #0055A0;
	text-decoration:underline;
}

a:active {
	color: #0055A0;
	text-decoration:underline;
}

a:hover {
	color: #fcb54c;
	text-decoration:underline;
}

td {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #0055A0;
  font-size: small;
}

th {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #0055A0;
  font-size: small;
}

#content {
  background: url(/images/content-top.gif) #ffffff top center no-repeat;
	margin: 0;
	padding: 0;
	width: 960px;
}

#content-inner {
  background: url(/images/content-bottom.gif) bottom center no-repeat;
  margin: 0;
	padding: 1em 27px;
}

li {
	margin-bottom: 0.5em;
}

.marginbottom {
	margin-bottom: 0.5em;
}

.nospace {
	margin-top: 0em;
	margin-bottom: 0em;
}

.ImageFrame_none {
	border: none;
}

.header_right {
	text-align: right;
	font-size: 80%;
}

#footer {
	margin-top: 1em;
}

.bolt {
	background: #F2F1EC url(/images/bolt_front.gif) top right no-repeat;
}
