/* HTML TAG DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #555555 url(images/background.jpg) repeat-x;
	color: #000;
	text-align: center;
	margin: 30px 0 0 0;}
	
hr {
	background-color: #3271e3;
	color: #3271e3;
	height: 1px;
	width: 100%;}

img {
	border: none;}

h1 {
	color: #18499a;
	font: normal 25px Georgia, Georgia, serif;
	text-align: left;
	margin: 0 0 20px 0;}

h2 {
	color: #f05500;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h3 {
	color: #18499a;
	font: normal 20px Verdana, Arial, sans-serif;
	text-align: left;
	margin: 5px 0;}

h4 {
	color: #f05500;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h5 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #18499a;
	letter-spacing: 2px;
	margin: 5px 0;}

h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #f05500;
	letter-spacing: 2px;
	margin: 5px 0;}
	
td {
	line-height: 140%;
	font-family:Verdana;
	width:28%;
	padding:.75pt; 
	height:16.2pt;
	text-align:center;
	}

a {
	color: #3271e3;
	text-decoration: underline;
	font-weight: bold;}

a:hover {
	color: #ff611b;
	text-decoration: underline;
	font-weight: bold;}
	
p.center {
	text-align:center;}	
	
strong {
		font-weight: normal;}
	
/* PAGE LAYOUT IDs AND CLASSES */

#wrapper {
	background-color: #fff;
	color: #000;
	text-align: left;
	width: 800px;
	margin: 0 auto;}
	
#header {
	height: 170px;}

#mainnavigation {
	background: #c0c0c0 url('images/topnavbar.jpg');
	color: #ffffff;
	text-align: center;
	letter-spacing: 3px;
	height: 20px;
	padding: 5px 10px;}

#mainnavigation a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;}

#mainnavigation a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;}

#sidebar {
	width: 230px;
	float: left;
	padding: 10px;
	font-size: 90%;}

#content {
	width: 505px;
	float: right;
	padding: 10px;
	padding-right: 20px}
	
#content1 {
	width: 530px;
	float: right;
	padding: 10px;}

#contentwide {
	padding: 10px;}
	
#bottomnavigation {
	clear: both;
	background-image: url('images/bottomnavbar.jpg');
	height: 35px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 15px;
}

#bottomnavigation a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;}

#bottomnavigation a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;}

#footer {
	background-color: #555555;
	padding: 10px;
	font-size: 90%;
	text-align: center;
	color: #fff;}
	
#footer p {
	margin: 0; 
	padding: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;}

#H a {
	color: #111;
	text-decoration: none;
	font-size: 50%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px
	}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;}
	
.qbody {
		text-align: left;
		margin-bottom: 0;
		padding-bottom: 0}
	
.qsigned {
		font-style: italic;
		text-align: right;
		margin-top: 0;
		margin-right: 25;
		padding-top: 0;
		padding-right: 25px;
		}
		
/* MISCELLANEOUS FORMATTING CLASSES */

.contact {padding: 5px; text-align: left; margin: 20px 0;}
.contact label {width: 150px; float: left; text-align: right; margin: 3px 5px 5px 5px; clear: both;}
.contactbox {margin: 3px 5px 5px 5px; background-color: #fff; color: #000000; border: 1px solid #c0c0c0;}
.contactbutton {text-align: center; margin: 5px 0 0 170px; border: none;}
