@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 30px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background:#fff;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 75px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdrbuttons {
	font-size: 6px;
	line-height: 6px;
}
.leftnav {
	width: 225px;
	margin-top: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #99e0f0;
	float: left;
	height: 275px;
	padding-left: 8px;
}
.bodycolumn {
	width: 515px;
	float: left;
	padding-left: 15px;
}
.bodycolumn h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b2313;
	font-weight: 100;
	font-size: 24px;
}
.bodycolumn p {
	font-family: Arial, Helvetica, sans-serif;
	size: 8px;
	color:#333333;
	font-size: 12px;
}
.bodycolumn a {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #99e0f0; 
}
.leftnav  H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #3b2313;
}
.leftnav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3b2313;
}
.leftnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3b2313;
	text-decoration: none;
}

.leftnav a:hover {
	text-decoration: none;
	border-bottom: 1px solid #99e0f0; 
}

.bodycolumn a {
	text-decoration: none;
	border-bottom: 1px solid #99e0f0; 
}
a.superscript {
	text-decoration: none;
	border-bottom: 0px;
}
.blueunderline {
	text-decoration: none;
	border-bottom: 1px solid #99e0f0; 
}
.nounderline a{
	text-decoration: none;
	border-bottom: 0px; 
}
ul { list-style-image: url(images/bullet-1.jpg);
		list-style-position: outside;
}
ol {font-family: Arial, Helvetica, sans-serif;
	size: 8px;
	color:#333333;
	font-size: 12px;
	}
.alphabet li{ list-style: lower-alpha;}
sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
	color: #00b2d9;
	}
.bodycolumn h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #333333;
}

