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

body {
	margin:0px;
	padding:0px;
	top: 0px;
	background-color:#FFFFCC;
	
}

.container {
	font-family: Tahoma, Georgia;
	margin: 0px;
	padding: 0px;
	width: 800px;
	position:relative;
	
}

.headerholder {
	height: 120px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(images/headerlogo1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.topnavbar{
	position: relative;
	top: 45px;
	margin: 0px;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	left: 130px;
}

.topnavebar a {
	text-decoration:none;
	color:#000000
	}
	
a.topnavbar:link {
	text-decoration:none;
	color:#000000
	}
a.topnavbar:visited {color: #000000;
	text-decoration:none;
	
}
a.topnavbar:hover {color: #FF0000;
	text-decoration:none;
}

a.topnavbar:active {color:#000000;
	text-decoration:none;
}



.content {
	position: relative;
	left: 0px;
	top: 0px;
	text-align: left;
	width: 635 px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-color:#FFFFFF;
}

.logos {
	position:relative;
	left:20%;
	padding: 30px;
}

.sidebar {
	position: relative;
	top: 0 px;
	left: 0 px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-color: #FFFF66;
}

.sidebarnote{
	font-size: small;
}

.footer {
	position: relative;
	width: 800px;
	bottom: 0px;
	left:0px;
	top: 0 px;
	font-size: small;
	float: left;
		}
	
.footernavbar{
	position: relative;
	top: 1px;
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-variant: normal;
	text-align:center;
	color: #0000FF;
		}
a.footernavbar:visited {
	color: #0000FF;
}

a.footernavbar:hover {
	color:#FF0000
}

.quotebox {
	background-color: #FFFF66;
	background-position: center;
	border: thin solid #000000;
	width: 80%;
	padding: 8px;
	text-align:left;
}

.highlight {
	background-color:#FFFF00;
	font-weight:bold;
}

.redbold {
	color:#FF0000;
	font-weight:bold;
}

h1, h2, h3, h4 {
	text-align:center;
}	

h1, h2, h3 {
	color:#FF0000;
}

h1 {font-size: 24px;

}

.image {
	position: relative;
		left:25%;
}

ul.gcheck {
		list-style:url(images/Checkmark_80.gif);

}
.boldblue {
	font-weight: bold;
	color: #0000FF;
}
