#MainContainer {
	background-color: #FFFFFF;
	border: #173826 1px solid;
	}

#Header {
	background: url('/images/header.jpg') no-repeat;
        height: 162px; 
        }

#ContentFrame {
	background: url('/images/sidebar.jpg') repeat-y;
	}

#Menu {
	padding-left: .25em;
	margin-bottom: 35px;
      }

#Menu ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#Menu a, #Menu h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	}

#Menu a {
	text-decoration: none;
	}

#Menu a:hover {
	color: #401013;
	}
#Menu li {
	position: relative;
	}
	
#Menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	}
#Menu ul ul a {
	background: #A05416;
	display: block;
	width: 100%;
	padding-left: 5px;
	}

#Menu ul ul a:hover {
	background: #F0E3DA;
	}

#Menu ul ul {
	display: none;
	}

#Menu ul li:hover ul {
	display: block;
}

#Footer {
	background-color: #173826;
	text-align: center;
	}

.footer_nav {
	color: #FFFFFF;
	margin-top: 1em;
	font-size: 1.25em;
	font-weight: bold;
	}

.footer_nav a,
.footer_nav a:visited {
	color: #FFFFFF;
}

.footer_nav a:hover {
	color: #DABFA7;
}

.copyright {
	color: #DABFA7;
	font-weight: bold;
	font-size: .75em;
}

.box {
	background-color: #DABFA7;
        border: 1px solid #173826;
     }

h1 {
	font-size: 2em;
	color: #173826;
	clear: both;
}

.photo_caption {
	font-size: .75em;
 	font-style: italic;
}

form {
	margin: 1em 0 1em 0;
}

fieldset {
	border: 1px solid #173826;
	margin-top: 1.5em;
	padding-bottom: 1em;
	}

legend {
	font-size: 1.25em;
	font-weight: bold;
	margin-left: 1em;
	color: #173826;
	}

fieldset ol {
	list-style: none;
	}

fieldset li {
	margin-bottom: .5em;
	}

label {
	color: #173826;
}

form p {
	margin: 1em 0 1em;
}

.button {
	border: 1px solid #173826;
	font-weight: bold;
	padding: 9px 5px 9px 5px;
}

ul.errorlist {
	list-style: none;
}

ul.errorlist li {
	color: #FF0000;
	}

table {
	border: 1px solid #173826;
	border-collapse: collapse;
	}

td,th {
	border: 1px solid #173826;
	border-collapse: collapse;
	padding: 5px;
}

thead th {
	text-align: left;
}

tbody th {
	text-align: left;
}

tbody td {
	background: #FFFFFF;
}

tbody tr.odd th,
tbody tr.odd td {
	background: #FFFFFF;
}

.ajax_error {
	font-weight: bold;
	color:#FF0000;
}

.ajax_success {
	font-weight: bold;
	color: #02512C;
}

.center {
	text-align: center;
}

a,
a:visited {
	color: #173826;
	}

a:hover {
	color: #A05416;
}

