/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#646C79;
}

a {
	color:#646C79;
}

a:focus {
	outline: 1px dotted invert;
}

.left_content hr, .right_rail hr {
	border: 0 #CFD1D6 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

hr {
	border: 0 #818896 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
	letter-spacing:.002em;
	margin-bottom:10px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 15px;
	line-height:normal;
	font-weight:normal;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/


ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

#footer h3 {
	margin-bottom:10px;
	color:#C7CCD2;
	font-size:16px;
}

#footer h4 {
	margin-bottom:5px;
	font-size:14px;
}

#footer p {
	margin-bottom:5px;
}

.mission_statement p {
	padding-bottom:15px;
	display:block;
}

.event_title {
	text-align:center;
	background-color:#787F8B;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:3px;
}

.left_content h3 a {
	color:#646C79;
	line-height:17px;
	text-decoration:none;
}

.left_content li {
	margin-bottom:3px;
}



