body, td  {
	font-family			: Helvetica, Arial, sans-serif;
	font-size			: 9pt;
	color				: #222222;
}
body {
	margin				: 0;
	background-color	: #c0c0c0;
	text-align			: center; /* for IE */
}

h1, h2, h3, p {
	margin-top			: 0;
	font-family			: Helvetica, Arial, sans-serif;
}

h1 {
	font-size			: 14pt;
	margin-bottom		: 5pt;
	color				: #000000;
}

h2 {
	font-size			: 12pt;
	margin-bottom		: 3pt;
	color				: #B44631;
}

h3 {
	font-size			: 10pt;
	margin-bottom		: 3pt;
	font-style			: italic;
	color				: #1B3E6F;
}

a, a:visited, a:active {
	text-decoration		: none;
	color				: #4A629E;
}
a:hover {
	color				: #BB4738;
	text-decoration		: underline;
}

img {
	border				: 0;
}

li {
	margin-bottom		: 3pt;
}
#Canvas {
	display				: table; /* Firefox HEIGHT fix */
	background-color	: #ffffff;
	border				: 1px solid #000000;
	width				: 1000px;
	clear				: both;
	text-align			: left;
	margin				: 0 auto;
	background-image	: url("graphics/Bkg.jpg");
	background-repeat	: no-repeat;
	height				: 100%;
}

#CanvasInner {
	padding				: 20 0 20 0;
	vertical-align		: top;
	text-align			: left;
	height				: 100%;
	clear				: left;
}

#ContentTable {
	text-align			: left;
}

#Menu {
	width				: 135;
	text-align			: right;
	vertical-align		: top;
	padding				: 0;
}

#Menu a, #Menu a:link, #Menu a:visited {
	display				: block;
	padding				: 0 0 5 0;
	font-size			: 8pt;
	color				: #4A629E;
}

#Menu a:hover {
	color				: #BB4738;
	text-decoration		: underline;
}

#Content {
	width				: 600;
	text-align			: left;
	vertical-align		: top;
	padding				: 0 0 0 40;
}

#Footer {
	width				: 1000px;
	padding-top			: 10;
	text-align			: center;
	font-size			: 7pt;
}

#HomeLink {
	position			: relative;
	top					: 0;
	left				: 300;
	width				: 380;
	height				: 210;
	float				: left;
}

#MissionStmt {
	position			: relative;
	top					: 40;
	left				: 400;
	width				: 150;
	color				: #1B3E6F;
	font-style			: italic;
	text-align			: center;
	float				: left;
	clear				: right;
}

.Small {
	font-size			: 8pt;
}

textarea {
	height				: 100;
}
.FormField {
	width				: 300;
}
th {
	font-family			: Helvetica, Arial, sans-serif;
	font-size			: 9pt;
	color				: #222222;
	font-weight			: bold;	
	background-color	: #4A629E;
	padding				: 0 5px;
	text-align			: right;
}

/* Event styling */

.event {
	padding-bottom		: 30px;
	clear				: both;
}
.event a, a:visited, a:active {
	color				: #B44631;
}

.event img {
	float				: left;
	padding				: 0 10px 10px 0;
	margin				: 0;
}
.event h2 {
	margin				: 0 0 1px 110px;
	padding				: 0;
}
.event h3 {
	margin				: 0 0 8px 110px;
	padding				: 0;
}
.event p {
	color				: #222222;
	margin				: 0 0 8px 110px;
	padding				: 0;
}
