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

/* Page Layout */

body {
	margin: 0px;
	padding: 0px;
	background-color: #00c6ed;
}
#header {
	background-image: url(../images/Header.jpg);
	width: 100%;
	height: 25px;
	padding-top: 75px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}
#logoarea {
	background-image: url(../images/LogoArea.jpg);
	background-color: #111111;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
}
#band {
	background-image: url(../images/internal/CenterHigh.jpg);
	width: 100%;
	height: 80px;
}
#logoband {
	background-image: url(../images/internal/LogoBand.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 80px;
}
#navmenu {
	left: 50%;
	margin-left: -450px;
	width: 710px;
	position: absolute;
	padding-top: 25px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}
#lowband {
	background-image: url(../images/internal/LowBand.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
}
#about {
	background: url(../images/About.jpg);
	height: 120px;
	width: 420px;
	left: 50%;
	margin-left: 29px;
	position: relative;
	top: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	word-wrap: break-word;
}
#center {
	background-image: url(../images/Center.jpg);
	width: 100%;
	height: 300px;
}
#centerlow {
	background-image: url(../images/internal/CenterLow.jpg);
	width: 100%;
	height: 50px;
}
#internal {
	background-image: url(../images/internal/Internal.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #ebf2f6;
	width: 100%;
	min-height: 450px;
}
#content {
	width: 710px;
	left: 50%;
	margin-left: -460px;
	position: relative;
	word-wrap: break-word;
	font-family: Verdana, Geneva, sans-serif;
	color: #111111;
	font-size: 13px;
}
#tidbit {
	background-image: url(../images/internal/Tidbit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fbc700;
	width: 180px;
	left: 50%;
	margin-left: 260px;
	position: absolute;
	word-wrap: break-word;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #111111;
	font-size: 13px;
	top: 180px;
	min-height: 405px;
}
#leftbox {
	background: url(../images/Box.jpg);
	height: 240px;
	width: 439px;
	left: 50%;
	margin-left: -499px;
	position: absolute;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	word-wrap: break-word;
	font-family: Verdana, Geneva, sans-serif;
	color: #222222;
	font-size: 13px;
}
#rightbox {
	background: url(../images/Box.jpg);
	height: 240px;
	width: 439px;
	left: 50%;
	margin-left: 20px;
	position: absolute;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	word-wrap: break-word;
	font-family: Verdana, Geneva, sans-serif;
	color: #222222;
	font-size: 13px;
}
#footer {
	background-image: url(../images/Footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: auto;
	min-height: 200px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#leftfooter {
	width: 439px;
	left: 50%;
	margin-left: -499px;
	position: absolute;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	word-wrap: break-word;
}
#rightfooter {
	width: 439px;
	left: 50%;
	margin-left: 20px;
	position: absolute;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	word-wrap: break-word;
}
#container-5 {
	width: 710px;
	margin: 0 auto;
}
/* END Page Layout */

/* Text Styles */

.header1 {
	font-size: 24px;
	font-weight: bold;
}
.header2 {
	font-size: 20px;
	font-weight: bold;
}
.header3 {
	font-size: 16px;
	font-weight: bold;
}
.header4 {
	font-size: 12px;
	font-weight: bold;
}
.about {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #111111;
	
}
.footer {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
}
.twitbit {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
/* END Text Styles */

/* Link Styles */

a:link {
	color: #0072b8;
	text-decoration: none;
}
a:visited {
	color: #0072b8;
	text-decoration: none;
}
a:active {
	color: #0072b8;
	text-decoration: none;
}
a:hover {
	color: #111111;
	text-decoration: none;
}
a:link.about {
	color: #0072b8;
	text-decoration: none;
}
a:visited.about {
	color: #0072b8;
	text-decoration: none;
}
a:active.about {
	color: #111111;
	text-decoration: none;
}
a:hover.about {
	color: #111111;
	text-decoration: none;
}
a:link.foot {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.foot {
	color: #FFFFFF;
	text-decoration: none;
}
a:active.foot {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.foot {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link.top {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.top {
	color: #FFFFFF;
	text-decoration: none;
}
a:active.top {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.top {
	color: #ffcc00;
	text-decoration: none;
}
a:link.tidbit {
	color: #600;
	text-decoration: none;
}
a:visited.tidbit {
	color: #600;
	text-decoration: none;
}
a:active.tidbit {
	color: #600;
	text-decoration: none;
}
a:hover.tidbit {
	color: #600;
	text-decoration: underline;
}
a:link.twitbit {
	color: #555555;
	text-decoration: none;
}
a:visited.twitbit {
	color: #555555;
	text-decoration: none;
}
a:active.twitbit {
	color: #555555;
	text-decoration: none;
}
a:hover.twitbit {
	color: #555555;
	text-decoration: underline;
}
a:link.w3c {
	text-decoration: none;
	border: none;
}
a:visited.w3c {
	text-decoration: none;
	border: none;
}
a:active.w3c {
	text-decoration: none;
	border: none;
}
a:hover.w3c {
	text-decoration: none;
	border: none;
}
hr {
	color: #111111;
}
/* END Text Classes */
