@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/pg_bkgr.gif);
}
img {
	border: none;
}
#container {
	width: 1024px;
	margin: 0 auto;
	border: 3px solid black;
	background-color: #000000;
}
#content {
	display: inline-block;
	color:white;
	margin-bottom:50px;
}
.bodytext a:link{
	text-decoration:none;
	font-weight:bold;
	color:#3d6dfd;
}
.bodytext  a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#3d6dfd;
}
.bodytext a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:gray;
}
.bodytext a:active {
	text-decoration:underline;
	font-weight:bold;
	color:gray;
}
#header {
	height: 106px;
}
#footer {
	font-size: x-small;
}
.navbar {
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	background-image:url(images/navbar_bkgr.gif);
	background-repeat:repeat-x;
}
.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navbar li {
	float: right;
	margin-top: 4px;
	margin-right: 16px;
}
.navbar a {
	text-decoration: none;
	display:block;
	height: 32px;
	width: 152px;
	background-image: url(images/nav_btn.gif);
	background-repeat: no-repeat;
	line-height: 32px;
}
.navbar a:link  {
	background-position: bottom;
	color: gray;
}
.navbar a:visited {
	background-position: bottom;
	color: gray;
}
.navbar a:hover {
	background-position: center;
	color: white;
}
.navbar a:active {
	background-position: top;
	color: red;
}
.clear {
	clear: both;
}
.bodytext {
margin:0 auto;
width:800px; 
text-align:justify;
}
.bodytext p {
text-indent:3em;
}
.list {
	text-align: left;
}
.list li {
	margin-bottom: 1em;
}
.eventtitle {
font-weight:bold; 
font-size:18px;
}
.blogread {
	font-size: 10px;
	font-weight: bold;
	padding-top: 1em;
}
.wrcontact {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	padding-top: 1em;
}
