@charset "UTF-8";
/* CSS Document */

body {
	background: #B8B8B8 url(images/bkgnd_gradient.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 100%;
}
.oneColElsCtr #container {
	width: 850px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 170px;
	text-align: center;
}
#nav {
	background: url(images/NavPic.jpg) no-repeat;
	height: 212px;
}
#sidebar p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	padding: 0px 12px;
	margin: 0px;
}
#sidebar img {
	float: left;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 420px;
}
#sidebar {
	float: right;
	width: 375px;
	background: right top;
	margin-top: -59px;
	margin-right: -1px;
}
p {
	font-family: arial, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #465FB4;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 4px;
	margin: 0px;
}
#footer {
	background: url(images/footer.jpg) repeat-x;
	height: 23px;
	padding: 5px;
	clear: both;
}
#nav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 185px;
	padding-left: 35px;
}
#nav li {
	display: inline;
	padding-right: 20px;
}
#nav li a {
	padding: 5px 15px 4px;
	float: left;
	text-align:center;
	color: #0E1D33;
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: underline;
	color: #22467B;
	background: #FFF;
}
#footer p {
	font-family: arial, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	margin: 0px;
}
.oneColElsCtr #mainContent2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
}
#mainContent2 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.expandedText {
	letter-spacing: 1px;
	font-size: 14px;
}
#footer a {
	color: #FFF;
}
a {
	color: #465FB4;
	text-decoration: none;
}
