/* CSS Document */

body {
	background: #330000;
	/*background: #ffefdc;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 15px 0 0 0;
	color: #51503e;
}
table {
	background: #ffefdc;
}
a {
	color: #f35c1e;
}
a:hover {
	color: #634525;
	text-decoration: none;
}
.reversed a {
	color: #51503e;
}
.reversed a:hover {
	color: #f35c1e;
	text-decoration: none;
}
.content {
	padding: 15px 0 0 15px;
	padding-top: 40px;
	padding-bottom: 15px;

}
.content img {
	padding-left: 10px;
}

.leftcol {
	width: 150px;
	padding-top:51px;
	padding-right: 20px;
	padding-left: 7px;
}

table#subnav a {
	font-size: 1.1em;
	color: #333333;
	text-decoration: none;
}
table#subnav a:hover {
	color: #f35c1e;
	text-decoration: none;
}
table#subnav td {
	height: 30px;
}
table#subnav td.icon {
	padding-left: 15px;
	width: 20px;
}
table#subnav td.level2 a {
	font-size: 1em;
}

.subnav {
	width: 150px;
	vertical-align: top;
	padding-top: 40px;
	padding-left: 10px;
	text-align: left;
}


#base {
	width: 800px;
}

#header {

}
#header th.home {
	border-right: 1px solid #ffffff;
}
#nav {
	background: #573610;
	filter:alpha(opacity=85); /* ie */
	-moz-opacity:.85; /*older mozilla & firefox*/
	opacity:.85; /* safari 1.2, newer firefox and mozilla, CSS3 */
	khtmlopacity:.85; /* safari<1.2, konqueror */
}
#nav th {
	height: 7px;
	border-bottom: 1px solid #ffffff;
}
#nav td {
	color: #ffffff;
	text-align: center;
	padding: 0 5px 0 5px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	font-weight: bold;
}
#nav td.divider {
	padding: 0;
}
#nav td a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 8px;
}
#nav td a:hover {
	color: #000000;
	text-decoration: none;
	background: #f7ba71;
}
#header #bottom_bar {
	background: #c66d26;
	filter:alpha(opacity=70); /* ie */
	-moz-opacity:.70; /*older mozilla & firefox*/
	opacity:.70; /* safari 1.2, newer firefox and mozilla, CSS3 */
	khtmlopacity:.70; /* safari<1.2, konqueror */
}
#header #bottom_bar th {
	height: 4px;
	border-bottom: 1px solid #ffffff;
	background: #c66d26;
}
p.introPar {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5f5f4b;
	line-height: 1.5em;
}

#footer {
	font-size: smaller;
	color: #ffefdc;
	font-family: Arial, Helvetica, sans-serif;

}

img.selected {
	filter:alpha(opacity=100); /* ie */
	-moz-opacity:1.0; /*older mozilla & firefox*/
	opacity:1.0; /* safari 1.2, newer firefox and mozilla, CSS3 */
	khtmlopacity:1.0; /* safari<1.2, konqueror */
}
img.notSelected {
	filter:alpha(opacity=70); /* ie */
	-moz-opacity:0.7; /*older mozilla & firefox*/
	opacity:0.7; /* safari 1.2, newer firefox and mozilla, CSS3 */
	khtmlopacity:0.7; /* safari<1.2, konqueror */
}

input.required, select.required, textarea.required {

    border: 1px solid #74360E;
	background: #ffffa0;

}
