/* LAYOUT */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	padding: 0px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: blue;
}

#header {
	background: url(../images/backgrounds/header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 182px;
	padding: 100px 0px 0px 0px;
}

#content1 {
	margin: 0 auto;
	background: url(../images/backgrounds/content.jpg);
	background-repeat: no-repeat;
	width: 530px;
	height: auto;
	padding: 0px 210px 0px 60px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
}

#content1 li a:hover {
	text-decoration: underline;
}

#content2 {
	margin: 0 auto;
	background: url(../images/backgrounds/content2.jpg);
	background-repeat: no-repeat;
	width: 530px;
	height: auto;
	padding: 0px 210px 0px 60px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
#content3 {
	margin: 0 auto;
	background: url(../images/backgrounds/content3.jpg);
	background-repeat: no-repeat;
	width: 530px;
	height: auto;
	padding: 0px 210px 0px 60px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
#content4 {
	margin: 0 auto;
	background: url(../images/backgrounds/content4.jpg);
	background-repeat: no-repeat;
	width: 530px;
	height: 430px;
	padding: 0px 210px 0px 60px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
#content5 {
	margin: 0 auto;
	background: url(../images/backgrounds/content5.jpg);
	background-repeat: no-repeat;
	width: 530px;
	height: 430px;
	padding: 0px 210px 0px 60px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
#content6 {
	margin: 0 auto;
	background: url(../images/backgrounds/content6.jpg);
	background-repeat: no-repeat;
	width: 530px;
	height: 430px;
	padding: 0px 210px 0px 60px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
#content8 {
	margin: 0 auto;
	background: url(../images/backgrounds/content8.jpg);
	width: 530px;
	height: 430px;
	padding: 0px 210px 0px 60px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	text-align: justify;
}
#containerblank {
	margin: 0 auto;
	width: 800px;
	overflow: auto;
	background: url(../images/backgrounds/contentblank.jpg) repeat-y 50%;
}
#containerblank p {
	padding: 0 50px 0 60px;
	font-family: times, serif;
	font-size: 10pt;
}
#programs1 {
	margin: 0 auto;
	float: left;
	width: 200px;
	padding-left: 50px;
	font-family: helvetica, arial, sans-serif;
}
#programs1 a:hover {
	text-decoration: underline;
}
#programs2 {
	margin: 0 auto;
	float: right;
	background: url(../images/backgrounds/contentblank.jpg) repeat-y 50%;
	width: 450px;
	margin-right: 60px;
	padding: 5px;
	border: 3px solid black;
	line-height: 1.5em;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
#programs2 a:hover {
	text-decoration: underline;
}

.alerts {
	color: red;
	font-family: courier;
	font-size: 20pt;
	text-align: center;
}

#events {
	padding-left: 50px;
	text-align: justify;
	
}


#footer {
	margin: 0 auto;
	background: url(../images/backgrounds/footer.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 235px;
}

/* BODY WORK */

h1 {
	font-family: georgia, times new roman, arial, helvetica;
	font-size: 16pt;
}
ul {
	line-height: 1.5em;
	padding-left: 100px;
}

#header pre {
	padding-top: 5px;
	padding-left: 49px;
}
span {
	font-size: 13pt;
}
pre {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
