body, html {
	background:white;
	color:black;
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	margin	: 0;
	padding	: 0;
}

#overall {
	margin	: 20px auto;
	width	: 800px;
}

.navigation, .navigation li, .navigation ul {
	margin		: 0;
	list-style-type	: none;
	padding-left	: 0;
	width		: 200px;
	color		: white;
}
#leftColumn {
	width		: 200px;
}

.navigation {
	border		: 1px solid black;
	border-bottom	: none;
}

.navigation a {
	color		: white;
	font-weight	: bold;
	text-decoration	: none;
	border-bottom	: 1px solid black;
	display		: block;
	padding		: 3px 2px;
	background	: #3e6aa1;
	
}
.navigation ul a {
	-moz-opacity:   0.7;
	filter:		alpha(opacity=70);
	opacity:	0.7;
	border		: 1px solid black;
	border-bottom	: none;
}
#nav a {
	height		: 17px;
}
* html .navigation {
	margin-bottom	: -3px;
}
* html #nav {
	margin-bottom	: 0;
}
.navigation a:hover {
	background	: #8DACD3;
	color		: black;
}

.navigation a.home {
	background	: #5f5f5f;
}
.navigation a.home:hover {
	background	: #5f5f5f;
}

#content {
	margin-left	: 210px;
	padding-bottom	: 10px;
	position	: absolute;
	top		: 20px;
	color		: #5f5f5f;
	width		: 582px;
	background	: #f5f5f5;
	border		: 1px solid #ccc;
}

.welcometable {
	margin-left	: 210px;
	padding-bottom	: 10px;
	position	: absolute;
	top		: 20px;
	color		: #5f5f5f;
	width		: 582px;
	background	: #f5f5f5;
	border		: 1px solid #ccc;
}


.contenthalf {
	margin-left	: 210px;
	padding-bottom	: 10px;
	position	: absolute;
	top		: 20px;
	color		: #5f5f5f;
	width		: 291px;
	background	: #f5f5f5;
	border		: 1px solid #ccc;
}

.navigation li ul.subMenu {
	display		: none;
	position	: absolute;
	z-index		: 100;
}
.navigation li {
	z-index		: 101;
}
.subMenu li {
	position	: relative;
	bottom		: 24px;
}
.navigation ul a.lastSub {
	border-bottom	: 1px solid black;
}
.navigation ul {
	margin-left	: 200px;
}



#content a {
	color		: #5f5f5f;
}
#content a:hover {
	color		: black;
}

h1 {
	font-weight	: normal;
	font-size	: 1.1em;
	padding-left	: 10px;
	margin-top	: 2em;
}
h2 {
	font-weight	: bold;
	font-size	: 1em;
	margin-bottom	: 0;
	width		: 420px;
	padding-left	: 10px;
}
* html h1 {
	margin-top	: 0;
}
p {
	padding-left	: 10px;
	width		: 450px;
	text-align	: justify;
}


#welcome {
	font-size	: 2em;
	font-family	: Times, serif;
}
table {
	border-collapse : collapse;
}
table p {
	width		: auto;
}
table td {
	border		: 1px solid #333;
	margin-bottom	: 2em;
}
table.noBorder td {
	border		: 0;
}
blockquote {
	margin-top	: 0;
	padding-top	: 0;
}
.highlight {
	color		: #3e6aa1;
}

.links a {
	text-decoration	: none;
}

img {
	border		: 0;
}

.justify li {
	width		: 450px;
	text-align	: justify;
}

#content div {
	margin-top	: 1em;
}
.linkExpand {
	display		: none;
}

.events td  {
	border		: 0;
}
.events {
	margin-left	: 2em;
}

#upcomingEvents {
	margin-top:1em
}

* html #upcomingEvents li {
	margin-bottom	: -3px;
}
