.MyLinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	font-weight: bold;
}
html, body, #wrapper {
   height:100%;
   margin: 0;
   padding: 0;
   border: none;
   text-align: center;
}
#wrapper {
   margin: 0 auto;
   text-align: left;
   vertical-align: middle;
}
.left_bg {
	background-image: url(images/sitewide/left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.right_bg {
	background-image: url(images/sitewide/right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.contact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	height: 10px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.body_headline {
	font-weight: bold;
	color: #000099;
	text-align: left;
}
.frontPage_Headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000099;
}
.headline2 {
	font-size: 16px;
	color: #336600;
	font-weight: bold;
}
.img_caption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #010098;
}
.contact_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #020098;
	padding-bottom: 5px;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
}
.quote_source {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #010098;
	text-align: right;
}
.event_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #010098;
}


/* LINKS */ 

a:link {
	color: #3D64B0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
}

b:link {
	text-decoration: none;
	color: #663300;
}
b:visited {
	color: #663300;
	text-decoration: none;
}
b:hover {
	color: #009900;
}
b:active {
}

c:link {
	text-decoration: none;
	color: #000099;
}
c:visited {
	color: #0066FF;
	text-decoration: none;
}
c:hover {
	color: #009900;
}
c:active {
}
.footer1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	font-weight: normal;
}
