#navigation {
	position: relative;
	z-index: 100;
	border-bottom: 0px;
}

#navigation li ul {
	background-image: none;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	color: #01658C;
	margin: 15px 0px 8px 0px;
}

h2 {
	font-size: 1.15em;
	font-weight: normal;
	text-transform: uppercase;
	color: #725440;
	margin: 25px 0px 5px 0px;
}

h3 {
	font-size: 0.9em;
	font-weight: normal;
	color: #666633;
	text-transform: uppercase;
	margin-top: 13px;
	margin-bottom: 2px;
}

h4 {
	font-size: 0.9em;
	font-weight: normal;
	color: #666633;
	text-transform: uppercase;
}

h3 a {
	color: #666633;
	text-decoration: underline;
}

/* Header for the sub pages
---------------------------------------------*/
#sub-content-head {
	width: 990px;
	height: 213px;
	margin: 0px auto 10px auto;
	padding: 5px 0px 0px 2px;
	position: relative;
	z-index: 0;
}

/* Content
---------------------------------------------*/
#content {
	width: 970px; /*990px;*/
	height: auto;
	padding: 0px 10px 30px 10px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

/* left bar
---------------------------------------------*/
#sub-left-bar {
	float: left;
	width: 177px;
	height: auto;
	background-color: #F4EDE4;
	padding-bottom: 6000px;
	margin-bottom: -6000px;
	font-family: arial;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
}

#sub-left-bar a {
	color: #A8917F;/*#725440;*/
	display: block;
	width: 100%;
}

#sub-left-bar a.selected, #sub-left-bar a:hover {
	color: #725440;
	/*font-weight: bold;*/
	text-decoration: none;
}

#sub-left-bar ul {
	border: 1px #CDBEB0 solid;
	padding: 15px 10px 50px 10px;
	margin: 5px;
	list-style: none;
	text-align: left;
}

#sub-left-bar ul ul {
	border: 0px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

#sub-left-bar li {
	margin: 5px 0px 8px 0px;
}

#sub-left-bar ul li a {
	border-bottom: 1px #A8917F dotted;
	color: #A8917F;/*#725440;*/
	display: block;
	width: 100%;
}

#sub-left-bar ul li ul li a {
	border: 0px;
	color: #A8917F;/*#725440;*/
	display: block;
	width: 100%;
}

/* center
---------------------------------------------*/
#sub-center {
	width: 750px;
	height: auto;
	margin: 0px auto 0px 185px;
	padding: 0px;
}



fieldset {
	border: 0px;
}

legend {
	display: none;
}

dl {
	display: block;
	clear: both;
	height: auto;
	padding: 5px 0px 5px 0px;
}

dt {
	float: left;
	width: 40%;
}

dd {
	margin-left: 40%;
	padding-left: 10px;
	width: auto;
	border-left: 1px #CCCCCC solid;
}

dd.full {
	margin-left: 0%;
	border: 0px;
	padding-left: 0px;
}

dl:hover dd {
	border-left: 1px #999999 solid;
}

dt label {
	font-family: arial;
	color: #9E2721;
}

dt span {
	font-size: 0.8em;
}

input, select, textarea {
	font-family: arial;
	font-size: 1em;
	width: 70%;
}

select {
	width: auto;
}

.mono {
	font-family: monospace;
	font-size: 1.2em;
}

fieldset.submit-buttons input, input.radio {
	width: auto;
}

fieldset.submit-buttons {
	text-align: center;
}

input.submit1 {
	font-weight: bold;
}

input.submit2 {
	font-weight: normal;
}