* {
	margin:0;
	padding:0;
}

html {
	background:#fff;
	padding-bottom:30px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background:#6a8ecf url(../img/body-bg.jpg) left bottom repeat-x;
	font-size:0.75em;	
}

a {
	color:#13107e;	
}

#container {
	width:960px;
	margin:0 auto;
}

#header {
	height:170px;
	position:relative;
}

#header a {
	position:absolute;
	top:10px;
	left:0;
	height:152px;
	width:170px;
}

#header h1 {
	position:absolute;
	top:74px;
	left:198px;
	font-size:24px;
	line-height:24px;	
}

h1, h2 {
	text-transform:uppercase;	
}

#nav {
	float:left;
	width:182px;
	padding-bottom:1px;
	background:url(../img/nav-bg.gif) left bottom no-repeat;
}

#nav ul {
	background:url(../img/nav-border.gif) left top no-repeat;
	padding-bottom:1px;
}

#nav ul li {
	list-style:none;
	padding:0 20px 0 7px;
}

#nav ul li.current {
	background:url(../img/ul-li-current.png) right 2px no-repeat;
	_background:url(../img/ul-li-current.gif) right 2px no-repeat;	
}

#nav ul li.first {
	padding-top:5px;
}

#nav ul li.last {
	padding-bottom:5px;	
}

#nav ul li a {
	background:url(../img/arrow-bg.gif) left 50% no-repeat;
	padding:5px 10px;
	color:#000;
	text-decoration:none;
	display:block;
}

#nav ul li a:hover, #nav ul li.current a, #nav ul li.current li.current a, #nav ul li.current li a:hover {
	text-decoration:underline;	
}

#nav ul li.current a, #nav ul li.current li.current a {
	font-weight:bold;
}

#nav ul ul {
	background:none;
}

#nav ul li.current li {
	background:none!important;
	padding-right:7px!important;
}

#nav ul li.current li a {
	font-weight:lighter;
	text-decoration:none;
	color:#444;
	background:url(../img/bullet-bg.gif) left 50% no-repeat;
}

#content {
	float:right;
	width:560px;
	padding-right:200px;
}

#content p {
	margin:15px 0;
	line-height:200%;
}

#content h2 {
	margin-top:10px;
	text-decoration:underline;
	font-size:18px;
	font-weight:lighter;
}

#content ul {
	margin:0 15px;	
}

#content ul li {
	margin:10px 0;	
}

/* footer */

#footer {
	padding-top:200px;	
}

#footer p {
	text-align:center;	
	line-height:200%;
}

#footer p, #footer p a {
	color:#000;	
}

/* map */

#map {
	float:right;
	width:425px;
	height:304px;
	margin:0 -150px 20px 20px;
	border:1px solid #000;
}

/* table styles */

table {
	border-collapse:collapse;
}

table td, table th {
	padding:8px 15px 8px 0;
	vertical-align:top;
	text-align:left;
}

table#provProg, table#impDates {
	width:100%;
	margin:20px 0;
}

table#provProg td.leftCol, table#impDates td.leftCol {
	padding-right:20px;
}

table#provProg td.leftCol {
	width:100px;
}

table#impDates td.leftCol {
	width:220px;	
}

#regFeesContainer {
	padding:1px;
	background:#000;
	margin:20px 0;
}

#regFeesContainer, table#regFees {
	width:485px;
}

table#regFees th, table#regFees td{
	background:#fff;
	padding:5px;
}

table#regFees tr.alt th, table#regFees tr.alt td {
	background:#ccc;	
}

table#regFees td.colOne {
	background:#d0d0d0;	
}

table#regFees tr.alt td.colOne {
	background:#a6a6a6;	
}

/* generic */

a img {
	border:0;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
	line-height:0;
}

