body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#wrap {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	border: 1px solid black;
	margin-bottom: 20px;
}

/* GENERAL */
span, div, p, li, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
}

p, li, span, div {
	font-size: 12px;
}

.skip {
	display: none;
}

.address {
	margin: 0 0 10px 20px;
}

dt {
	clear: both;
	float: left;
	width: 150px;
	margin-left: 40px
}

dd {
	margin: 0 0 5px;
}	

.alt {
	background: url(../img/alt.gif) bottom center repeat-x #F3F5F9;
	/* background-color: #EBEBEB; */
}


img.right {
	border: 1px solid black;
	float: right;
	/*  Squeeze it over  */
	margin: 0 -10px 5px 5px;
}

.eventtable {
	border: 1px solid #93A3B1;
	margin: 20px 0 0 0px;
	width: 95%;
}

table.eventtable td.head {
	text-align: center;
	font-weight: bold;
	background: none;
	background-color: #C0C2C5;
}

.eventtable .empty {
	text-align: center;
	font-weight: normal;
	color: #AAA;
}

.eventtable .date { width: 12%; }
.eventtable .details { width: 10%; }

.nomatch {
	padding: 50px;
	color: #666;
	text-align: center;
}


/* TOP */
#head_second 
{
	background: url(../img/headtop.jpg) top left no-repeat #DADADA;
}

.who #who, .new #new, .cal #cal, 
.com #com, .cnt #cnt, .map #map,
.svs #svs, .edu #edu, .sta #sta,
.emp #emp, .bab #bab
{
	border-bottom: 3px solid #AAA;
}

#magic_list 
{
	padding-top: 70px;
	padding-bottom: 20px;
	background: url(../img/headbottom.jpg) bottom left no-repeat transparent;
}

#magic_list ul 
{
	list-style: none;
	margin: 3px 0 0 15px;
	padding: 0;
}

#magic_list li 
{
	display: inline;
	margin: 0 4px;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#magic_list a:link,
#magic_list a:visited 
{
	text-decoration: none;
}

#magic_list a:link
{
	color: #745B46
}

#magic_list a:visited 
{
	color: #7A6C5F
}

#magic_list a:hover
{
	color: #001B55
}

#twocol {
	clear: both;
}

#colone {
	width: 471px;
	float: left;
	border-right: 1px solid black;
	padding-bottom: 50px;
	min-height: 250px;
	height:auto;
	_height: 350px;
}

#colone ul 
{
	list-style-image: url(../img/dot.gif);
	margin: 0 0 10px 15px;
	padding: 0;
}

#colone li 
{
	margin: 0;
}


/* CONTENT */
#content {

	/* clear: left;  Fixes image from hanging over next menu thing */
	/* float: left; Refloats so next side doesn't get messed up */
	/* width: 430px; Opera 6.x requires this for some odd reason. */
	padding: 10px 20px 20px;
}

h2 {
	color: #002168;
	font-size: 18px;
	padding: 0;
	margin: 0;
}

h3 {
	padding: 0;
	margin: 5px 0 0 0;
}

h5 {
	font-size: 12px;
	color: #7D6757;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 10px;
}

#break {
	font-size: 1px;
	clear: both;
}

/* RIGHTSIDE */

#coltwo {
	float: left;
	width: 287px;
}

#coltwo h2 {
	margin: 0;
	padding: 20px 0 5px 10px;
	background: #C9C6A3;
	color: #745B46;
	font-size: 12px;
}

#coltwo h5 {
	font-size: 12px;
	font-weight: bold;
	color: #745B46;
	margin: 0;
	padding: 0 0 0 3px;
}

#coltwo a:link, #ln a:visited {
	color: black;
}

#coltwo a:hover {
	color: #002168;
}

#coltwo p, li {
	font-size: 12px;
	margin: 0 5px 0 20px;
	padding:0;
}

#coltwo ul 
{
	margin: 0;
	padding:0;
	list-style-image: url(../img/dot.gif);
}

#coltwo .event {
	margin-left: 10px;
	margin-bottom: 5px;
}

#coltwo .event h3 {
	font-size: 12px;
	border-bottom: none;
	display: inline;
}

#coltwo .event span.date {
	float: none;
}

#coltwo .event .description {
	font-size: 12px;
	margin-right: 3px;
}

/* FOOTER */

#footer 
{
	clear:both;
	background: #7180A1;
	border-top: 1px solid black;
	margin: 0;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	text-align: right;
	color: #CCC;
	width: 760px;
}

#footer p
{
	padding: 5px 5px;
	margin: 0;
}

#footer a:link, #footer a:visited
{
	color: #CCC;
}

#footer a:hover 
{
	color: #FFF;
}

.error {
	color: #F00;
	font-size: 10px;
	width: 100px;
	margin-left: 5px;
}