p, div, h1, h2, h3, h4, h5 , li, ul{
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-image: url(images/lightBlueBackground.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
}
.clearFloat {
	clear: both;
}

#wholePage {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 5px ridge #0059B3;
	font-size: 80%;
}
h2 {
	margin-top: 10px;
	color: #036;
	text-align: left;
}
.imgtext {
	clear: left;
	float: right;
}
.imgtextright {
	clear: right;
	float: left;
}


#header {
	text-align: center;
	width: 80%;
	margin: auto;
}
.bybold {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}


.aimed {
	text-align: left;
	margin-left: 10%;
}
.itunder {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.pbld {
	font-weight: bold;
	color: #036;
	text-align: left;
}

h3 {
	color: #036;
}
.hleft {
	text-align: left;
}




#leftColumn {
	float: left;
	width: 198px;
	margin-top: 15px;
	background-color: #FFF;
}
.topRoundedBorder {
	background-image: url(images/roundedBorderTop.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}
.pphoto {
	text-align: center;
}

.bottomRoundedBorder {
	background-image: url(images/roundedBorderBottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}


#middleColumn {
	float: right;
	width: 590px;
	margin-left: 10px;
}

#mainContent {
	background-color: #FFF;

}

.leftContainer {
	padding: 0;
	background-color: #FFF;


}
#midcol {
	float: left;
	width: 750px;
	margin-left: 25px;
}
h1 {
	color: #F00;
}


p {
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}
#onecol {
	float: left;
	width: 750px;
	background-color: #FFF;
}
#mainNavigation {
	margin-bottom: 10px;
	width: 800px;
	color: white;
	padding-bottom: 10px;
	background-image: url(images/containerBgH.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}


.rightContainer {
	margin-top: 15px;
}

#content {
	float: left;
	width: 380px;
	margin-right: 10px;
	background-color: #FFF;
}
#rightColumn {
	float: right;
	width: 198px;
	margin-top: 15px;
	background-color: #FFF;
}
.gutter {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.wm {
	color: #036;
}
#footer
{
	font-size: 100%;
	color: #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 80%;
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.pfooter {
	color: #036;
	text-align: center;
	font-size: 85%;
}
#infobar {
	font-size: 80%;
	width: 60%;
	margin: auto;
	color: #000;
	text-align: left;
}
a:link
	{
	text-decoration: none;
	font-size: smaller;
	color: #000;
	}
a:visited
	{
	text-decoration: none;
	font-size: smaller;
	color: #000;
	}

a:hover
	{
	text-decoration: underline;
	font-size: smaller;
	color: #036;
	}
a:active
	{
	color: #09F;
	font-size: smaller;
	}

