* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;  /* Removes the ugly blue hyperlink border around linked images */
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 20px;
}


#wrapper {
	background-color: #f7f7f7;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	height: auto;
	border-top-left-radius: 0px;         /* Puts rounded corners on the wrapper */
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}



#wrapper #logo {
	padding-bottom: 5px;
}
#wrapper #navigation {
	left: auto;
	right: auto;
	text-align: center;
	font-size: large;
}


.topNav li {
	background-color: #8B9DAD;
	list-style-type:none;
	margin:0;
	padding-top:6px;
	padding-bottom:6px;
	display:inline-block;
	overflow:hidden;
	float: left;
	width:25%;           Each item in Nav bar gets this %.  4 items = 25%, 5=20% ... */
	
}

.topNav :link,:visited    {
	font-weight:bold;
	color:#FFFFFF;
	padding:6px;
	text-decoration:none;
	text-transform:uppercase;
}

.topNav :hover {
	background-color:#8BC7E5;
}


#wrapper #headerImg {
	clear:both;
	background-color: #FBFBFB;
	padding-top: 5px;
	background-position: center;
	height: auto;
	left: auto;
	right: auto;
}

#wrapper .bodyHeadings {
	padding-left: 20px;
}
#wrapper .bodyHeadings  h1{
	font-size: 45px;
	color: #0054A6;
}
#wrapper .bodyHeadings h2 {
	color: #333333;
}


#wrapper #bodyArea #left {
	width: 65%;
	float: left;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	text-indent: 5%;
}

#wrapper #bodyArea #right {
	width: 35%;
	float: right;
	background-color: #DADADA;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	text-align: center;
}


#footer{
	width: 880px;
	text-align: center;
	border: thin solid #999999;
	padding: 0px;
	line-height: 10%;
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	border-top-left-radius: 10px;       /* Puts rounded corners on the footer */
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.bottomNav :visited {
	color: #333333;
	text-transform:none;
	text-decoration: underline;
}
