body {
	background-color: #A3B4C9;
}

#pageContainer {
	width: 80%;
	position: absolute;
	margin-left: 10%;
}

#header {
	background-image: url(images/headerShim.jpg);
	background-repeat: repeat-x;
	height: 77px;
}

#sidebarContainer {
	width: 162px;
	padding-top: 13px;
	padding-left:13px;
	background-image: url(images/sideBarBkgrd.jpg);
	vertical-align: top;
}

#col1 {
	padding-left: 26px;
	padding-bottom: 25px;
	vertical-align: top;
}

#col2 {
	width: 225px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 25px;
}

#footer {
	color: #FFFFFF;
	text-align: center;
}

.sideBarMenuText {
	margin-left: 10px;
	font-size: 14px;
	color: #000066;
	font-weight: normal;
	font-variant: small-caps;
}

.bodytext {
	line-height: 20px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

.head3 {
	font-family: AGaramond, Garamond, "Times New Roman", Times, serif;
	color: #000066;
	font-weight: normal;
	font-size: 22px;
}

.messageError {
	color:red;
}

.subhead3 {
	font-family: AGaramond, Garamond, "Times New Roman", Times, serif;
	color: #000066;
	font-weight: normal;
	font-size: 13px;
}

#bio1 {
	margin-left: 13px;
	width: 90%;
}

h2 {
	font-family: AGaramond, Garamond, "Times New Roman", Times, serif;
	color: #000066;
	font-weight: normal;
}
h3 {
	font-family: AGaramond, Garamond, "Times New Roman", Times, serif;
	color: #000066;
	font-weight: normal;
	font-size: 22px;
	text-align: left;
}
h5 {
	font-family: AGaramond, Garamond, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000066;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	list-style-type: square;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

