@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #FFF;
	background-image: url(../images/waterford_bg.jpg);
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #000;
} 
#header ul {
	list-style-type: none;
	background-color: #18448E;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 500px;
	height: 41px;
	padding-right: 80px;
	clip: rect(auto,auto,auto,auto);
	float: left;
	text-align: center;
}
ul {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
#logo {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #18448E;
}
#header {
	width: 100%;
}
#header ul li {
	display: inline;
	margin-right: 100px;
}
#header ul a{
	color: #FFF;
	text-decoration: underline;
}
#header ul a:hover {
	background-color: #999;
}
#header ul a:visited {
	color: #FFF;
	text-decoration: underline;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #EBEBEB;
	background-image: url(../images/sidebar_bg2.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
#flashbanner {
	background-color: #2855A3;
	height: 150px;
	width: 780px;
}
#mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
} 
#mainContent p {
	font-size: 12px;
}
#mainContent li {
	font-size: 12px;
}

#sidebar1 ul {
	list-style-type: none;
	padding-left: 30px;
}
#sidebarbottom {
	margin-top: 182px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #2855A3;
	font-size: 11px;
}
#sidebarbottom a {
	color: #2855A3;
	font-size: 11px;
	text-decoration: none;
}
#sidebarbottom a:hover {
	color: #B88A3D;
	text-decoration: underline;
	background-color: #2855A3;
}
#sidebarbottom li {
	display: list-item;
	margin-bottom: 10px;
}
#sidebartop {
	color: #B88A3D;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 20px;
}
#sidebartop li {
	display: inline-block;
	margin-bottom: 20px;
}
#footer {
	background:#18448E;
} 
#footer p {
	margin: 0; /* 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 */
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
}
.photo {
	width: 400px;
}
.photo ul {
	list-style-image: none;
}
.photo ul li{
	display: inline;
}
.photo a {
	border: 2px solid #FFF;
	text-decoration: none;
}
.list {
	list-style-type: disc;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
#sidebartop a {
	text-decoration: none;
	color: #630;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
#sidebartop a:hover {
	color: #2855A3;
	text-decoration: underline;
	background-color: #B88A3D;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #845705;
	text-align: center;
	font-size: 24px;
	padding-top: 10px;
}
h2 {
	font-size: 14px;
	color: #2855A3;




















	line-height: 10
[x;
	line-height: 15px;
	font-weight: bolder;
	text-align: left;
}
#bio  {
	list-style-type: none;
}
#bio li {
	margin-right: 20px;
	display: inline;
}

