@charset "UTF-8";
body,td,th {
	font-family: Verdana, Garamond, Calibri, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background-color: #69C;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #69C;
}
a:hover {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #333;
}
h1 {
	font-size: 18px;
	color: #333;
	font-weight: lighter;
	text-decoration: underline;
}
h2 {
	font-size: 16px;
	color: #333;
}
h3 {
	font-size: 14px;
	color: #333;
}
h4 {
	font-size: 12px;
	color: #333;
}
h5 {
	font-size: 18px;
	color: #6897C9;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: blink;
	font-style: italic;
}
h6 {
	font-size: 12px;
	color: #999;
	font-style: italic;
	font-weight: lighter;
}
#container {
	background: #FFF;
	width: 1024px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	height: 768px;
	border: 1px groove #000;
	padding: 0px;
}
#navigationlinks {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 1024px;
}
#header {
	background: #FFF url(../images/header.jpg) center top;
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 1024px;
}
#bluetop {
	background: url(../images/blue_area_top.jpg) no-repeat top;
	margin: 0px;
	padding: 0px;
	width: 193px;
	height: 62px;
}
#bluemiddle {
	background: url(../images/blue_area_middle.jpg) repeat-y center;
	margin: 0px;
	padding: 0px;
	height: 389px;
	width: 193px;
}
#bluebottom {
	background: url(../images/blue_area_bottom.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 193px;
}
#footer {
	background: url(../images/footer_bar.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 1024px;
}
#text {
	color: #000;
	background: #FFF;
	text-align: left;
	padding: 0px;
	width: 831px;
	height: 515px;
	float: right;
}
#text p {
	margin: 15px;
	font-weight: lighter;
	color: #000;
}
#text h1 {
	margin: 15px;
}
#redtext {
	color: #F00;
	margin: 15px;
	font-weight: lighter;
	text-decoration: blink;
	font-style: italic;
	text-align: center;
}
#webdesign {
	font-size: 11px;
	font-style: italic;
	font-weight: lighter;
	color: #999;
	background: #FFF;
	text-align: center;
	margin: 5px 0px 0px;
	padding: 0px;
	height: 17px;
	width: 1024px;
	vertical-align: middle;
}
#webdesign p {
	margin: 0px;
	padding: 0px;
}
