body {
	background:#b8cbfd;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align:center;
}

h3, h4, h5, a, ul, li, lo, td {
	font-family:Arial, sans-serif;
	text-align:left;
	font-size:11px;
	color:#000000;
}

/* Redefines the p tag */
p {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:15px;
	text-align:left;
	margin:5px 10px 5px 10px;
}

h1 {
	font-family:Arial, sans-serif;
	font-size:13px;
	text-align:left;
	color:#0008aa;
	font-weight:bold;
	margin:10px;
	border-bottom:1px dashed #0008aa;
}

h2 {
	font-family:Arial, sans-serif;
	font-size:12px;
	text-align:left;
	color:#0008aa;
	font-weight:bold;
	margin:5px 10px 0px 10px;
}

h3 {
	font-family:Arial, sans-serif;
	font-size:16px;
	text-align:center;
	color:#0008aa;
	font-weight:bold;
	margin:0px;
	background-color:#b3c4f7;
	padding:10px;
	border-bottom:1px solid #0008aa;
}

ul {
	font-family:Arial, sans-serif;
	color:#000000;
	line-height:15px;
}

li {
	font-size:12px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
a:visited {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}


div#bottom a:link {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, sans-serif;
	text-decoration:none;
}
div#bottom a:visited {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
div#bottom a:hover {
	text-decoration:underline;
}
div#bottom a:active {
	text-decoration:none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse:collapse;
}

/* Creates the div container for the footer. */

div#container {
	width:703px;
	background-image:url(images/body.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	border:4px solid #0008aa;
	margin-left:auto;
	margin-right:auto;
}

div#copyright {
	color:#000000;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:11px;
}

ul#mainnav {
	line-height:14px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

ul#mainnav li {
	display:inline;
}

/* Although we have redefined the li style as an inline element, we need to make the actual links block level elements so we can give them widths and have them display properly as "buttons." */
ul#mainnav li a {
	background-color:#e5eafb;
	width:163px;
	padding:2px 0px 2px 5px;
	height:15px;
	border-bottom:1px solid #0008aa;
	font-size:11px;
	text-align:left;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

ul#mainnav li a:hover {
	background-color:#93acff;
}

ul#mainnav li a.active {
	background-color:#0008aa;
	color:#FFFFFF;
}

ul#mainnav li a:hover.active {
	background-color:#0008aa;
	color:#FFFFFF;
}

div#clear {
	clear:both;
}

address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-style:normal;
	font-weight:bold;
}

.header {
	border-bottom:4px solid #0008aa;
}

div#left {
	float:left;
	clear:both;
	width:168px;
}

div#right {
	float:right;
	width:533px;

}

div#footer {
	border-top:1px dashed #0008aa;
	clear:both;
	margin:15px;
	color:#FFFFFF;
	text-align:center;
}

.footer {
	text-align:center;
}

.left {
	text-align:right;
	float:left;
	margin:10px;
}

.right {
	text-align:right;
	float:right;
	margin:10px;
}

.image {
	float:right;
	margin:5px 10px;
	border:1px solid #0008aa;
}

div#bottom {
	clear:both;
	background-color:#0008aa;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding:3px 0px 2px 0px;
}