﻿BODY
{
	margin:0px;
	padding:0px;
	color: black;
	background-repeat: no-repeat;
	font-family: tahoma, arial, helvetica, swiss;
	font-size:small;
}
#header
{
	width:100%;
	height:103px;
	background-image:url(images/headerback.gif);
	background-repeat:repeat-x;
}
#siteheader
{
	width:702px;
	height:103px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat
}
#navtop
{
	width:100%;
	height:57px;
	background-color:#0089e0;
	background-image:url(images/navtop.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:solid 1px blue;
	margin-bottom:15px;
}
#nav
{
	width:200px;
	float:left;
	background-color:#0089e0;
	background-image:url(images/navbottom.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-bottom:80px;
}
#content
{
	margin-left:200px;
	border-left:solid 2px blue;
	padding:0px;
	min-height:460px;
}
#footer
{
	clear:both;
	padding:10px;
	text-align:right;
	vertical-align:bottom;
	font-size:xx-small;
	color:Gray;
}
.panel, .panel2
{
	background-image:url(images/panelback.gif);
	background-position:left top;
	background-repeat:repeat-x;
	padding:5px 20px 10px 15px;
}
.panel2
{
	background-image:url(images/panelback2.gif);
	background-color:white;
	margin-left:-15px;
	margin-right:-20px;
}
#nav .sel
{
	background-color: #59e;
	text-decoration: none;
	border-left: solid 3px #7ae;
}
#nav A
{
	display:block;
	padding:5px;
	margin-left:5px;
	font-weight: bold;
	font-size: 9pt;
	color: white;
	text-decoration: none;
	border-left: solid 3px #0089e0;
}
#nav A:hover
{
	background-color: #7ae;
	text-decoration: underline;
	border-left: solid 3px #9cf;
}
H1
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size:medium;
	height:43px;
}
H2
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size:small;
}
hr
{
	border:0px;
	display:block;
	height:2px;
	overflow:hidden;
	background-color: #ccc;
}
.left
{
	display:block;
	float:left;
	width:150px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
}
.right
{
	display:block;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
	margin-left:160px;
}
.linkleft
{
	display:block;
	float:left;
	width:300px;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
}
.linkright
{
	display:block;
	text-align:left;
	vertical-align:top;
	padding-left:10px;
	margin-left:310px;
}
A
{
	font-weight: bold;
	color: blue;
}
A:hover
{
	font-weight: bold;
	color: green;
}
a img
{
	border:0;
}
.link
{
	background-image:url(images/link.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
.alphalist
{
	list-style-type: upper-alpha;
}
.alphalist li
{
	margin-bottom:20px;
}
.frontlinks th
{
	text-align:left;
	width:100px;
	vertical-align:top;
}
.frontlinks td
{
	text-align:left;
	vertical-align:top;
}
table
{
	font-size:small;
}
.verticalruler
{
	background-image:url(images/dot.gif);
	background-repeat:repeat-y;
	background-position:center top;
}