/* CSS RESET */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, font, img, ins, kbd, q, s, samp,
	small, var,
	dl, dt, dd, ol, ul, li,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		line-height: 1.3;
		color: black;
		background: #000;
	}
	ol, ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}
/* Page styles */		
#wrapper {
	width: 640px;
	margin: 0 auto;
	border-left: 2px solid #235A98;
	border-right: 2px solid #235A98;
	font-size: 12px;
	background: #000;
}
#header {
	height: 99px;
	background: #000 url(images/banner2.png);
	border-bottom: 2px solid #235A98;
}
#navigation {
	height: 31px;
	background: #032347;
	margin-left: 0px;
	padding-left: 4px;
}
	#navigation li {
		float: left;
		display: inline-block;
		background: #032347;
	}
	#navigation li a {
		display: block;
		width: 102px;
		padding: 5px 1px;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: 16px;
		color: #E7620A;
		border-right: 1px solid #235A98;
	}
	#navigation li a.first {
		border-left: 1px solid #235A98;
	}
	#navigation li a:hover {
		background: #888;
		color: #032347;
	}
	#navigation li a.current {
		background: #888;
		color: #032347;
	}
#side-bar {
	float: right;
	width: 210px;
	border-top: 2px solid #235A98;
	background: #000;
}
	.box {
		margin: 8px;
		padding: 8px;
		border: 1px solid #666;
		color: #888;
	}
	.box h4 {
		background: #032347;
		margin: -8px 0 5px -8px;
		width: 100%;
		border-bottom: 1px solid #888;
		font-weight: bold;
		color: #8888;
	}
	.box span {
		display: block;
	}
	.box img {
		padding: 4px;
	}
#main {
	float: right;
	width: 430px;
	border-top: 2px solid #235A98;
	background: #000;
	color: #DDD;
}
	#map {
		width: 400px;
		height: 300px;
		margin: 5px 15px 5px 15px;		
	}
	#main p {
		margin: 5px 15px 5px 15px;
		font-weight: normal;
	}
	#main li, #main dt, #main dd {
		margin: 5px 15px 5px 25px;
	}
	#main address {
		margin: 5px 15px 5px 25px;
	}
	#main a {
		color: #E7620A;
	}
	#main .date {
		display: block;
		margin: 5px 15px 5px 15px;
		color: #E7620A;
		font-size: 14px;
		font-weight: bold;
	}
#footer {
	clear: both;
	height: 0px;
	border-top: 2px solid #235A98;
	border-bottom: 2px solid #235A98;
}
/* Typographical Styles*/
	h1, h2, h3, h4, h5, h6 {
		padding: 8px;
	}
	h1 {
		font-size: 24px;
		color: #E7620A;
	}
	h2 {
		font-size: 20px;
	}
	 h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 12px;
	}
	h5 {
		font-size: 10px;
	}
	h6 {
		font-size: 8px;
	}
/* Calendar Styles */
	#day {
		color: #666;
		text-align: center;
	}
	#time {
		color: #666;
		text-align: center;
	}
	#calendar {
		margin: 0px;
		padding: 0px;
		width: 100%;
		position: relative;
	}
	#calendar table {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 150px;
		font-size: 100%;
	}
	#calendar th {
		color: #333;
		text-align: center;
		vertical-align: middle;
	}
	#calendar td {
		text-align: center;
		vertical-align: middle;
		color: #333;
	}
	.cur {
		font-weight: bold; 
		color: #fff;
	}
		
	.weekDays {
		color: #666;
	}
/* Form Styles */
	.label, .input, .textarea, .submit, .reset {
		float: left;
		margin: 5px;
	}
	.label {
		margin: 0 15px;
		text-align: left;
		width: 100px;
	}
	.input, .textarea {
		width: 270px;
	}
	.submit, .reset {
		border: 1px solid #E7620A;
		background: #ddd;
		color: #235A98;
		width: 132px;
	}
	br {
		clear: left;
	}