@charset "UTF-8";
/* CSS Document */

* {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:14px;	
}

body {
	background-color: rgb(235, 233, 229);
	margin: 0; 
	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 */
	
}

.container {
	background-color: white;
	width: 904px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	padding: 0;
}

.content {
	background-color: transparent;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:30px;	

}

.footer {
	margin:0px;
	padding-top:14px;
	padding-bottom:26px;
	font-size: 10px;
	clear:both;
}

.footer a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: rgb( 0, 104, 88);
	cursor:pointer;
}

.footer a:hover {
	color: rgb(0, 149, 115);
}


.nav {
	background-color: transparent;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0;
	padding:0;
	padding-top: 8px;	

}

.nav li {
	display:inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(215, 210, 203);
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Constantia, Georgia, serif;
	font-weight: bold;
	background-image: url('images/nav-background-2.gif');
}

.nav li a {
	font-family: Constantia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: rgb(75, 117, 107);
	cursor:pointer;
	text-decoration: none;
}

.nav li a:hover {
	color: rgb(0, 149, 115);
	text-decoration: underline;
}


.nav ul {
	margin: 0;
	display:inline;
	padding:0;	
	list-style-type: none;
}


p {
	line-height:22px;
	margin: 0;
	margin-bottom: 8px;
	text-indent: 14px;
}

a {
	font-weight:bold;
	text-decoration: none;
	color: rgb(0, 104, 88);
	cursor: pointer;
	text-decoration: underline;
}

a:hover {
	color: rgb(0, 149, 115);
}

ul {
	list-style-image: url('images/bullet-swash.gif');
	list-style-position: inside;
	padding-left: 46px;
	}

li {
	line-height: 22px;
	text-indent: -30px;
}


h1 {
	margin: 0;
	line-height: 45px;
}

h2 {
	font-family: Constantia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-size: 20px;
	color: rgb(75, 117, 107);
	margin: 0;
	margin-top: 12px;
	margin-bottom: 8px;
	clear:both;
}

h3 {
	font-family: Constantia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-size: 18px;
	color: rgb(203, 88, 49);
	margin: 0;
	margin-top: 4px;
	margin-bottom: 18px;
	clear:both;
}

.label {
	padding-top: 6px;
	padding-right: 6px;
	font-size:12px;
	vertical-align:top;
	
}


