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

/* ---------------------------------------- elements  ---------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font: 0.9em/1.75em Arial, Helvetica, sans-serif;
}
h1 {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 10px;
}
h2 {
	font-size: 1.12em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
h3 {
	font-size: .90em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
h4 {
	font-size: 0.8em;
	font-weight: bold;
}
th {
	font-weight: normal;
	text-align: center;
	padding: 10px;
}

td {
	padding: 10px;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #800000;
}

hr {
	color: #D4D8C2;
	line-height: 1px;
}

.center {
	text-align: center;
}


/* ---------------------------------------- template contents ---------------------------------------- */


#container {
	width: 773px;
	margin: 0 auto;
	border-right: thin solid #99A189;
	border-bottom: thin solid #99A189;
	border-left: thin solid #99A189;
	background-color: #D4D8C2;
}
#header {
	background: #800000;
	height: 100px;
}
#header a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#headerNav {
	float: right;
	color: #FFE886;
	font-size: 10px;
	font-weight: bold;
	clear: none;
	text-align: right;
	padding-right: 5px;
}
#headerNav a {
	color: #FFE886;
}
#headerNav a:hover, a:active, a:focus {
	text-decoration: underline;
}

#header img {
	height: 51px;
	z-index: 3;
	margin-left: 272px;
	margin-right: 272px;
}


#mainContent {
	clear: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFF;
}
#subNav {
	clear: left;
}

#footer {
	font-size: 0.75em;
	color: #800000;
	text-align: center;
	border-top: 1px solid #99A189;
	background-color: #FFF;
	line-height: 1em;
	padding-top: 1px;
	padding-bottom: 1px;
}
#footer a {
	color: #800000;
}



/* ---------------------------------------- sort table ---------------------------------------- */


.sort_table {
	margin-right: auto;
	margin-left: auto;
}


/* ---------------------------------------- contact table ---------------------------------------- */


.contact_table {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D4D8C2;
	margin-top: 15px;
}
.contact_table tr td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D8C2;
	padding-right: 15px;
	padding-left: 15px;
}


/* ---------------------------------------- links table ---------------------------------------- */


.links_table {
	width: 100%;
	border: 1px solid #99A189;
}
.links_table th {
	background-color: #DEE1D0;
	border: 1px solid #99A189;
	color: #800000;
}
.links_table td {
	border: 1px solid #99A189;
}

.small_center {
	font-size: 0.75em;
	text-align: center;
	line-height: 1px;
}
.sub_nav {
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #800000;
}

.sub_nav a {
	color: #800000;
}
.current {
	color: #000;
}

.caps   {
	text-transform: uppercase;
}
.lt_green {
	background: #F2F3ED;
	border: 1px solid #CFD3BC;
}

#mainContent .lt_green tr td p {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;

}
.center {
	text-align: center;
}

