@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
	
body {
	line-height: 1;
	}
	
ol, ul {
	list-style: none;
	}
	
blockquote, q {
	quotes: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Text Altering Classes */

h1 {
	font-size: 20px;
	font-weight: bold;
	}
	
h2 {
	}
	
.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.underline {
	text-decoration: underline;
	}
	
.caps {
	text-transform: uppercase;
	}
	
	
/* Background & Header Elements */
	
body {
	background: url(bkgd.gif) no-repeat top center #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	}

#pagewrap {
	width: 978px;
	margin: 0 auto;
	}
		
#logo {
	margin: 51px 0px -1px 20px;
	}
	
#borderV{
	height: 513px;
	border-left-style: solid;
	border-left-width: 6px;
	border-left-color: #cc0000;
	margin: -405px 0px -400px 187px;
	float: left;
	}
	
#borderV2{
	height: 513px;
	border-left-style: solid;
	border-left-width: 6px;
	border-left-color: #cc0000;
	margin: -25px 0px -400px 187px;
	float: left;
	}
	
#borderH {
	width: 978px;
	height: 6px;
	border-top-style: solid;
	border-top-width: 6px;
	border-top-color: #cc0000;
	margin-top: 10px;
	}
	
/* Navbar & Links Elements */

a:link {
	text-decoration: none;
	color: #ffffff;
	}
a:visited {
	text-decoration: none;
	color: #ffffff;
	}
a:hover {
	text-decoration: none;
	color: #cc0000;
	}
a:active {
	text-decoration: none;
	color: #ffffff;
	}

#navbar {
	float: left;
	display: block;
	margin: -40px 0px 40px 290px;
	font-size: 20px;
	}
	
/* Main Content Elements */


.update {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	}
		
#pic1 {
	margin: 0px 0px 0px -10px;
	text-align: center;
	width: 200px;
	}
	
#pic2 {
	margin: -378px 0px 0px 210px;
	text-align: center;
	width: 200px;
	}
	
#pic3 {
	margin: -378px 0px 0px 430px;
	text-align: center;
	width: 200px;
	}

.pic{
	height: 270px;
	border-style: solid;
	border-color: #000000;
	border-width: 3px;
	padding: 3px;
	}
	
#sitemap {
	float: left;
	margin: 30px 0px 0px 120px;
	font-size: 16px;
	line-height: 19px;
}

#sitemap img{
	float: right;
	margin: -330px -380px 0px 0px;
}
	
#sidebar {
	text-align: center;
	width: 185px;
	float: left;
	margin: -307px 0px -70px 0px;
	}
	
#sidebar2 {
	text-align: center;
	width: 185px;
	float: left;
	margin: 111px 0px 0px -193px;
	}
	
#footer {
	float: left;
	text-align: center;
	margin: 15px 0px 0px 350px;
	}
	
#text_area {
	float: left;
	margin: 150px 0px 0px 0px;
	text-align: justify;
	color: #000;
}
