body {
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}
img {
	border:none;
	border:0px;
	background-color: transparent;
	margin:0px;
	padding:0px;
}
a {
	border:none;
	color: #235160;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
a:hover {
	color: #D54E52;
}
h1 {
	color: #D54E52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding:0;
	margin:20px 0;
}
h2 {
	color: #235160;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 18px;
}
h3 {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:2px 0;
}
label {
	float:left;
	width:100px;
}
input {
	padding:2px;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#wrapper {
	width:710px;
	margin:0 auto;
}
#banner {
	margin:0px;
	padding:0px;
	border:none;
	width:680px;
	height:120px;
}
#nav {
	background: transparent url(../img/bg_nav.gif) repeat-y top left;
	margin: 0px;
	padding: 7px 15px;
	width: 680px;
}
#nav a{
	margin:0px;
	padding: 5px 15px;
}
#content {
	background: transparent url(../img/round_middle.gif) repeat-y top left;
	padding:20px;
	line-height:1.5em;
}
#leftContent {
	float:left; 
	width:150px; 
}
#rightContent {
	float:right; 
	width:500px; 
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;	
	color: #777777;
	font-size: 12px;
}
#footer a{
	font-size: 12px;
	padding: 0;
}
#updates {
	margin: 20px 0 0 0;
	padding: 0;
}
#cal {
	display: block;
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 90px;
	height: 120px;
	background: transparent url(../img/cal_bg.gif) no-repeat top left;
	text-align: center;
}
#cal_month {
	display: block;
	position: absolute;
	width: 90px;
	top: 7px;
	left: 0px;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: #EEE;
	margin: 0px;
	padding: 0px;
	border: none;
}
#cal_day {
	display: block;
	position: absolute;
	width: 90px;
	top: 38px;
	left: 0px;
	font-size: 42px;
	line-height: 42px;
	font-weight: normal;
	color: #555;
	margin: 0px;
	padding: 0px;
	border: none;
}
#cal_click {
	display: block;
	position: absolute;
	width: 90px;
	top: 95px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: none;
}
#otherResources {
	margin-top:40px;
}
#qLinks {
	float:right;
	border:1px solid #CCC;
	padding: 5px;
	margin: 5px;
}
#qLinks a {
	text-decoration: none;
	background-color: #FFF8C6;
	font-size: 12px;
	display: block;
	margin: 5px;
	padding-left: 5px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	display:block;
	color:#555;
	margin:15px 0 1px 0;
}
.details {
	margin:0px;
	padding:15px 30px 15px 15px;
	background: #E6E6DC url(../img/jagged_r.gif) repeat-y top right;
}
.note {
	font-size: 12px;
	color: #777;
}
.radio {
	display:inline;
	width:300px;
	clear:both;
	float:none;
}
.invalid {
	background-image: url(../img/field_invalid.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: #D44D51;	
}
.required {
	background-image: url(../img/field_required.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: #D44D51;
}
.valid {
	background-image: url(../img/field_ok.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.center {
	text-align:center;
}
	
