html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #8fb2bf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}
#container {
	min-height: 100%;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mainBgd.jpg);
	background-repeat: repeat-y;
}
#main {
	width: 780px;
	margin-left: 20px;
	height: 100%;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #3A6677;
	font-weight: normal;
	background-image: url(../images/h1_bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #3A6677;
	font-weight:bold;
	padding-left: 15px;
}

#topBar {
	background-color: #3a6677;
	display: block;
	height: 5px;
	width: 780px;
}
#homeNav {
	display: block;
	height: 95px;
	clear: both;
	position: relative;
}
#logo {
	display: block;
	height: 95px;
	width: 270px;
	float: left;
}
#nav {
	float: right;
	height: 40px;
	width: 490px;
	margin-right: 20px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a6677;
	text-align: center;
}

#footer {
	clear: both;
	height: 185px;
	text-align: center;
}
#footer a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
#footer a:hover {
	color: #7B0000;
	text-decoration: none;
	font-size: 11px;
}

#clear {
	clear: both;
}

