body {
	background: url(../images/bg.png) repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Times, Georgia;
	font-size: 14px;
	}

#content {
	width: 920px;
	min-height: 500px;
	background: #EFEFEF;
	padding: 15px;
	margin: 30px auto 0 auto;
	text-align: left;
	}

#textarea {
	width: 920px;
	margin: 0 auto;
	}

/*=====Header=====*/

#header {
	width: 920px;
	height: 83px;
	margin: 0 auto 20px auto;
	}

#headtext {
	width: 300px;
	text-align: right;
	font-size: 15px;
	color: #520000;
	float: right;
	margin-bottom: 25px;
	}

/*=====Homepage=====*/

#welcomecolumn, #youthcolumn {
	width: 550px;
	height: auto;
	float: left;
	margin: 0 15px 10px 0;
	}

p.intro-sm {
	font-size: 15px;
	color: #727272;
	margin: 0 0 10px 0;
	font-weight: bold;
	}

#eventarea {
	width: 355px;
	min-height: 375px;
	float: right;
	margin-bottom: 15px;
	}

.eventdate {
	font-size: 11px;
	text-transform: uppercase;
	color: #727272;
	margin-bottom: 5px;
	}

.eventtitle {
	font-size: 15px;
	color: #520000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px #C4C4C4 solid;
	}

.columns {
	width: 260px;
	float: left;
	margin: 0 15px 15px 0;
	}

/*=====General=====*/

#leftarea {
	width: 220px;
	min-height: 170px;
	float: left;
	}

#rightarea {
	width: 685px;
	float: right;
	}

.left {float: left}
.right {float: right}
.clear {clear: both;}

img {border: 0;}
#imgmargin {margin-bottom: 15px;}

.image {
	float: left;
	padding: 5px;
	margin-right: 7px;
	background: #C2C2C2
	}

h1 {
	font-size: 28px;
	font-weight: normal;
	color: #520000;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #727272 solid;
	height: 27;
	}

h2 {
	font-size: 25px;
	font-weight: normal;
	color: #520000;
	margin: 0 0 15px 0;
	padding: 0;
	height: 24px;
	}

h2.monthname {
	margin: 0;
	}

h3 {
	font-size: 19px;
	font-weight: normal;
	color: #520000;
	margin: 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px #C4C4C4 solid;
	height: 18px;
	}

h4 {
	font-size: 20px;
	font-weight: normal;
	color: #520000;
	margin: 0 0 3px 0;
	padding: 0;
	height: 15px;
	}

p.intro {
	font-size: 18px;
	color: #727272;
	margin: 0 0 20px 0;
	}

.readmore {
	width: 100%;
	text-align: right;
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	}

blockquote {
	color: #777777;
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	margin: 15px 30px;
	padding: 10px;
	}

.smallfont {
	font-size: 11px;
	font-style: italic;
	}

img.gallery {
	margin: 0 10px 15px 0;
	float: left;
	padding: 2px;
	border: 1px #C2C2C2 solid;
	}

ul.missioninfo, ul.gen {
	margin: 5px 0 10px 15px;
	}

ul.missioninfo li, ul.gen li {
	margin-bottom: 7px
	}

/*=====Link Styles=====*/

a:link, a:visited {color: #520000; text-decoration: none}
a:hover, a:visited:hover {color: #B55783; text-decoration: underline}

.readmore a, .readmore a:visited {color: #111; text-decoration: underline;}
.readmore a:hover, .readmore a:visited:hover {text-decoration: none;}

#footer a, #footer a:visited {color: #444; text-decoration: none;}
#footer a:hover, #footer a:visited:hover {text-decoration: underline;}

/*=====Forms=====*/

#form {
	width: 650px;
	height: auto;
	float: left;
	padding: 3px;
	}

#form div {
	clear: left;
	margin: 0 0 15px;
	}

label {
	clear: left;
	float: left;
	font-weight: bold;
	padding: 3px 5px 0 0;
	position: relative;
	width: 150px;
	}


input.text, select {
	border: 1px #999 solid;
	margin: 0 0 5px;
	padding: 3px;
	width: 450px;
	}

textarea {
	border: 1px #999 solid;
	margin: 0 0 3px;
	padding: 3px;
	width: 450px;
	height: 100px;
	}

.submit {
	margin-left: 155px;
	border: 1px #999 solid;
	}

/*=====Site Map=====*/

ul.sitemap li {
	margin-bottom: 10px;
	}

ul.sitemap li ul li {
	margin-bottom: 3px;
	}

/*=====Footer=====*/

#footer {
	width: 920px;
	padding: 15px;
	margin: 0 auto 30px auto;
	background: #C4C4C4;
	height: 83px;
	font-size: 12px;
	color: #555;
	text-align: left;
	}