body {
	margin:0px;
	padding:0px;
	background-image:url(../../images/bkgd.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}
a {
	color:#BB8B44;
}
a:link {
	color:#BB8B44;
}
a:visited {
	color:#BB8B44;
}
a:active {
	color:#BB8B44;
	text-decoration:none;
}
a:hover {
	color:#BB8B44;
	text-decoration:none;
}
a:focus {
	color:#BB8B44;
	text-decoration:none;
}
h1 {
	font-family:Geneva,Arial,Sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#005595;
}
h2 {
	font-family:Geneva,Arial,Sans-serif;
	font-size:15px;
	color:#BB8B44;
}
p,td,th,li,label,legend {
	font-family:Geneva,Arial,Sans-serif;
	font-size:11px;
}
strong {
	color:#BB8B44;
}
#col1 {
	width:309px;
	float:left;
	background-color:#FFF;
	text-align:left;
}
	#col1 div {
		padding:10px 10px 30px 10px;
		border-bottom:1px solid #CCC;
	}
		#col1 div div {
			float:left;
			clear:none;
			border:0;
			padding:0px;
			margin:13px 5px 10px 0px;
		}
			#col1 div div img {
				border:1px solid #000;
			}
	#col1 div.last {
		border-bottom:0;
	}
#col2 {
	width:239px;
	float:left;
	background-color:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	text-align:left;
}
	#col2 div {
		padding:10px;
		border-bottom:1px solid #CCC;
	}
	#col2 div.whologo {
		text-align:center;
		padding:15px;
	}
	#col2 div.last {
		border:0px;
		text-align:center;
		padding:75px 15px 80px 15px;
	}
#col3 {
	width:188px;
	float:left;
	background-color:#FFF;
	text-align:left;
}
	#col3 div {
		padding:10px;
		text-align:center;
	}
		#col3 div input {
			border:1px solid #666;
		}
		#col3 div input.btn {
			border:0px;
		}
#colheader1 {
	width:309px;
	height:30px;
	float:left;
	text-align:left;
	background-color:#005595;
}
#colheader2 {
	width:241px;
	height:30px;
	float:left;
	text-align:left;
	background-color:#005595;
}
#colheader3 {
	width:188px;
	height:30px;
	float:left;
	text-align:left;
	background-color:#005595;
}

#flash {
	padding: 70px 0px 0px 0px;
	width:550px;
}
#footer {
	text-align:left;
	clear:both;
	border-top:1px solid #CCC;
}
	#footer div {
		padding:10px;
	}
		#footer div p {
			font-size:10px;
			color:#666;
		}
#intdiv {
	float:right;
	text-align:left;
	width:557px;
	padding:15px;
	border-left:1px solid #CCC;
}
#navdiv {
	float:left;
	width:150px;
	text-align:left;
}
	#navdiv ul {
		list-style:none;
		margin-left:0;
		padding-left:3px;
		text-indent:-1em;
	}
		#navdiv ul li {
			font-size:10px;
			font-weight:bold;
			padding:5px 0px 5px 25px;
			border-bottom:1px solid #CCC;
		}
			#navdiv ul li a {
				color:#666;
				text-decoration:none;
				font-weight:normal;
			}
			#navdiv ul li a:hover {
				color:#999;
			}
.calendarheader {
	background-color:#005595;
	color:#FFF;
	font-weight:normal;
}
.calendarheader a {
	color:#FFF;
	text-decoration:underline;
}
.calendarheader a:link {
	color:#FFF;
	text-decoration:underline;
}
.calendarheader a:visited {
	color:#FFF;
	text-decoration:underline;
}
.calendarheader a:active {
	color:#FFF;
	text-decoration:none;
}
.calendarheader a:hover {
	color:#FFF;
	text-decoration:none;
}
.calendarheader a:focus {
	color:#FFF;
	text-decoration:none;
}
.calendar-mini-table {
	border:0px;
}
	.calendar-mini-table tr { }
		.calendar-mini-table tr td {
			padding:3px;
			text-align:center;
			font-weight:bold;
			color:#BB8B44;
		}
		.calendar-mini-table tr td.eventhl {
			background-color:#F28B44;
		}
			.calendar-mini-table tr td.eventhl a {
				color:#6B0405;
			}
		.calendar-mini-table tr th {
			text-align:center;
			color:#005595;
		}
.calendar-mini-title {
	font-family:Geneva,Arial,Sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#BB8B44;
}
.content {
	margin:0px;
	padding:5px 15px 5px 15px;
}
	.evenrows {
		background-color:#FFF;
	}
	.oddrows {
		background-color:#CCC;
	}
.error {
	color:#6B0405;
	background-color:#F28B44;
	padding:3px;
	border:1px solid #6B0405;
	font-weight:bold;
}
.maindiv {
	width:738px;
	background-color:#FFF;
	border-left:5px solid #FFF;
	border-right:5px solid #FFF;
	border-bottom:5px solid #FFF;
}
.required {
	color:#6B0405;
}