body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
}

#topnav {
	padding-right: 2px;
	font-size: 0.9em;
	color: #00539b;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}
#leftnav a, #topnav a { color: #00539b }
#logo {
	margin: 0;
	padding: 0;
	text-align: center;
}
#logo a { display: none }

#siteform {
	display: block;
	margin: 0;
	padding: 2px 0;
	font-size: 0.8em;
}
#siteform input {
	margin: 0;
	padding: 0;
}

#subhead a {
	display: block;
	background: #000;
	color: #fff;
	text-decoration: none;
}
#subhead a span {
	color: #d10500;
	font-size: 8px;
	letter-spacing: 2px;
}
#subhead h5 {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}

#leftnav {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	list-style-type: none;
}
#leftnav ul {
	margin: 0;
	padding: 0 0 0 12px;
	list-style-type: none;
}
#leftnav a {
	display: block;
	width: 50%;
	background: transparent url(/images/design/arrow.gif) no-repeat 0 2px;
	padding-left: 10px;
}
#leftnav ul a { background-image: url(/images/design/circle.gif) }
#leftnav ul a.arrow { background-image: url(/images/design/arrow.gif) }
#leftnav ul a.open { background-image: url(/images/design/arrowdown.gif) }
#leftnav a:hover, #leftnav a.active { color: #77787a }

#home #rightcontent .box.filler, #home #rightcontent .box.text { display: none }
#boxes { text-align: center; padding: 0 2px }
#home #rightcontent .box span {
	color: #d10500;
	font-size: 8px;
	letter-spacing: 2px;
}
#home #rightcontent .box {
	padding-top: 10px;
	margin: 5px auto;
	width: 214px;
	color: #161e5b;
	font-size: 0.7em;
	background: transparent url(/images/design/homebox-top.gif) no-repeat 0 0;
	text-align: left;
}
#home #rightcontent .box a { color: #161e5b }
#home #rightcontent .box a:hover { color: #d10500 }
#home #rightcontent .box .content {
	padding: 0 10px;
	background: transparent url(/images/design/homebox-mid.gif) repeat-y 0 0;
	overflow: hidden;
}
#home #rightcontent .box.transparent {
	font-size: 1em;
	padding: 0;
	background-image: none;
}
#home #rightcontent .box.transparent .box {
	margin: 0;
}
#home #rightcontent .box.transparent .text .content { background-image: none }
#home #rightcontent .box h5 {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1.15em;
	font-weight: bold;
}
#home #rightcontent .box h5 span {
	position: relative;
	top: -2px;
	padding-left: 1px;
	color: #d10500;
	font-size: 8px;
	letter-spacing: 2px;
}
#home #rightcontent .box p {
	margin: 0;
	padding: 0;
	text-align: justify;
}
#home #rightcontent .box p.right { text-align: right }
#home #rightcontent .box.float p {
	width: 183px;
}
#home #rightcontent .box h5 span, #home #rightcontent .box p span { display: inline; width: auto; float: none }
#home #rightcontent .box .bottom {
	height: 11px;
	background: transparent url(/images/design/homebox-bot.gif) no-repeat 0 0;
}
#home #rightcontent .box span {
	display: block;
	width: 11px;
	float: left;
	clear: left;
	color: #d10500;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	border-bottom: 1px solid #000;
}
#content #rightcontent a:link { color: #00539b }
#content #rightcontent a:visited { color: #3053ab }
#content #rightcontent {
	margin: 5px 0 0;
	padding: 4px 2px 0;
	font-size: 0.9em;
	border-top: 1px solid #666;
}
#content #rightcontent p {
	margin: 0;
	padding: 0 0 1em;
}
#content #rightcontent ul, #content #rightcontent ol {
	margin: 0;
	padding: 0 0 1em 4em;
}
#content #rightcontent h2, #content #rightcontent h3, #content #rightcontent h4, #content #rightcontent h5 {
	margin: 0;
	padding: 0 0 0.5em;
	font-size: 1em;
	font-weight: bold;
}
#content #rightcontent h2 { font-size: 1.25em }
#content #rightcontent h3 { font-size: 1.15em }
#content #rightcontent h4 { font-size: 1.1em }
#content #rightcontent h5 { font-size: 1em }


#foot {
	padding: 1px 2px;
	background: #000;
	color: #fff;
	font-size: 0.8em;
	text-align: right;
}
#foot a { color: #fff }
