* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font: 14px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #002157;
	margin: 0 auto;
	padding-left: auto;
	padding-right: auto;
	width: 596px;
}


h1 {
	font: 18px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #9e0b0f;
}


h2 {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-style: italic;
	color: #333;
}


h3 {
	font: 16px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #002157;	
}

h4 {
	font: 14px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #333;
}

h5 {
	font: 15px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #ff0099;
}

h6 {
	font: 14px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #ff3333;	
}

h7 {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #333;	
}

p {
	align: left;
	text-indent: 30px;
}

img.web {
	border-color: #666;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	float: right;
	margin: 0 0 0 0;
}

div#container {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	padding: none;
	color: #002157;
	width: 596px;
	margin: 0 auto;
	height: auto;
}

div#text{
	background-color: #fff;
	color: #002157;
	width: 430px;
	height: auto;
	padding: 20px 22px 20px 25px;
	margin-bottom: 20px;
	float: right;
	clear: both;
}

div#navigation {
	padding-top: 20px;
	height: 235px;
	text-align: left;
	position: absolute;
	float: left;
	clear: both;
}

div#direc {
	width: 400px;
}

div#header{
	background-color: #fff;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	width: 596px;
}

div#footer{
	background-image: url("/images/footer.gif");
	padding-top: 30px;
	text-align: center;
	width: 594px;
	height: 49px;
	font-size: 12px;
	color: #fff;
	clear: both;
}

ul {
	list-style: none;
}

ul#nav {
	width: 104px;
	height: 186px;
	padding-bottom: 10px;
	text-align: left;
}

ul#nav li {
	float: left;
	margin: 0;
	padding-bottom: 20px;
}

ul#direc {
	width: 400px;
	margin-top: 10px;
}

ul#direc li {
	margin-left: 20px;
	padding: 2 0 2 0px;
	margin-bottom: 5px;
	font-size: 12px;
}

ol#obj li {
	margin-left: 30px;
}

ol#goal li {
	margin-left: 30px;
	color: #930b0f;
}

a {
	text-decoration: none;
	outline: none;
	border: none;
	color: #9e0b0f;
}

a img {
	border: none;
}

a#nav_home{
	display: block;
	width: 72px;
	height: 19px;
	border: 0px;
	overflow: hidden;
}

a:hover#nav_home, a.current#nav_home{
	text-indent: -72px;
}

a#nav_directory{
	display: block;
	width: 104px;
	height: 24px;
	border: 0px;
	overflow: hidden;
}

a:hover#nav_directory, a.current#nav_directory{
	text-indent: -104px;
}

a#nav_about{
	display: block;
	width: 73px;
	height: 19px;
	border: 0px;
	overflow: hidden;
}

a:hover#nav_about, a.current#nav_about{
	text-indent: -73px;
}

a#nav_photo{
	display: block;
	width: 84px;
	height: 24px;
	border: 0px;
	overflow: hidden;
}

a:hover#nav_photo, a.current#nav_photo{
	text-indent: -84px;
}

a#nav_agendas{
	display: block;
	width: 96px;
	height: 24px;
	border: 0px;
	overflow: hidden;
}

a:hover#nav_agendas, a.current#nav_agendas{
	text-indent: -96px;
}

a#nav_contact{
	display: block;
	width: 88px;
	height: 16px;
	border: 0px;
	overflow: hidden;
}

a:hover#nav_contact, a.current#nav_contact{
	text-indent: -88px;
}

a#nav_ww{
	display: block;
	width: 95px;
	height: 19px;
	border: 0px;
	overflow: hidden;
}

a:hover#nav_ww, a.current#nav_ww{
	text-indent: -95px;
}

blockquote {
	padding-top: 5px;
	margin-top: 5px;
	margin-left: 20px;
	background: transparent url("/images/quoteleft.gif") left top no-repeat;
}
blockquote div {
	padding: 0 25 0 23px;
	width: 300px;
	color: #333;
	background: transparent url("/images/quoteright.gif") right bottom no-repeat;
}

div#author {
	width: 360px;
	text-align: right;
	padding-right: 70px;
	font: 11px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #666;
}

form {
	width: 500px;
}


label {
	width: 300px;
	float: left;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #448ccb;
	margin: 4px;
}

input,textarea {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	color: #333;
	padding: 4px;
	margin: 4px;
	width: 485px;
	background-color: #ebebeb;
}

input.button {
	width: auto;
	padding: 4px;
	color: #448ccb;
	background-color: #ebebeb;
	font-weight: bold;
	text-transform: uppercase;
}
