/* general layout styles */


body {
	background-color: #b6d3ef;
	text-align: center;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
}


.mainbody {
	margin-right: auto;
	margin-left: auto;
	width: 818px;
	background-color: #fff;
	border: 1px solid #000;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mainbody2 {
	width: 800px;
	margin: 8px;
	text-align: left;
}


/* header styles */

.header {
	height: 91px;
	width: 800px;
	background-image: url(images/header1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#seal {
	position: absolute;
	margin-top: 7px;
	padding-left: 11px;
}


/* left column styles */

.left {
	float: left;
	clear: left;
	width: 150px;
	white-space: nowrap;
	text-indent: 10pt;
	margin-right: 20px;
	background-color: #ddd;
	background-image: url(images/navback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaa;
	padding-top: 15px;

}


.mainnav1 {
	background-image: url(images/divider1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 0.7em;
	line-height: 1.5em;
	padding-top: 0.7em;
	text-indent: .75em;
}


.mainnav2 {
	padding-bottom: 0.25em;
	line-height: 1.5em;
	padding-top: 0.7em;
	text-indent: .75em;
	font-size: small;
}


.subnav1 {
	line-height: 1.5em;
	text-indent: 1.5em;
	font-size: x-small;
}


.subnav2 {
	background-image: url(images/divider1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 0.7em;
	line-height: 1.5em;
	text-indent: 1.5em;
	font-size: x-small;
}


.left ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 3px;

}

.mainnav1 a {
	text-decoration: none;
	color: #a40;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-position: left;
	padding-left: 0.65em;
	font-size: small;

}


.mainnav1 a:hover {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.navselected1 {
	background-image: url(images/divider1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 0.7em;
	line-height: 1.5em;
	padding-top: 0.7em;
	text-indent: .75em;
}


.navselected1 a {
	text-decoration: none;
	color: #a40;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0.65em;
	font-size: small;
}


.mainnav2 a {
	text-decoration: none;
	color: #a40;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-position: left;
	padding-left: 0.65em;
}

.mainnav2 a:hover {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.navselected2 {
	padding-bottom: 0.25em;
	line-height: 1.5em;
	padding-top: 0.7em;
	text-indent: .75em;
	font-size: small;
}


.navselected2 a {
	text-decoration: none;
	color: #a40;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0.65em;
}


.subnav1 a {
	text-decoration: none;
	color: #a40;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-position: left;
	padding-left: 0.65em;
}

.subnav1 a:hover {
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.subnavselected1 {
	line-height: 1.5em;
	text-indent: 1.5em;
	font-size: x-small;
}

.subnavselected1 a {
	text-decoration: none;
	color: #a40;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0.65em;
}


.subnav2 a {
	text-decoration: none;
	color: #a40;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-position: left;
	padding-left: 0.65em;
}

.subnav2 a:hover {
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


.subnavselected2 {
	background-image: url(images/divider1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 0.7em;
	line-height: 1.5em;
	text-indent: 1.5em;
	font-size: x-small;
}

.subnavselected2 a {
	text-decoration: none;
	color: #a40;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0.65em;
}



/* middle column styles */

.center {
	width: 425px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
}

.center li {
	padding-top: .5em;
	padding-bottom: .5em;
}

/* right column styles */

.right {
	float: right;
	width: 175px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #16a;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #16a;
	background-color: #d6e2ee;
	background-image: url(images/rightback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 18px;
	margin-right: 0px;
	padding-right: 0px;
}

.right ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
}

.right li {
	padding-bottom: 0.75em;
	line-height: 1.25em;
	padding-top: 0.75em;
}

.right a {
	text-decoration: none;
	color: #00c;
}

.right a:hover {
	text-decoration: underline;
}



/* footer styles */

.footerspacer {
	clear: both;

}


.footer {
	width: 800px;
	clear: both;
	vertical-align: middle;
	color: #666;
	font-size: xx-small;
	line-height: 2.25em;
	text-indent: 1em;
	white-space: nowrap;
	background-color: #ddd;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c60;
}


/* detail styles */


.titlebar1 {
	line-height: 1.8em;
	background-color: #16a;
	text-indent: 0.75em;
	font-weight: bold;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/titleback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: small;
	vertical-align: middle;
}


.titlebar1a {
	line-height: 1.8em;
	background-color: #16a;
	text-indent: 0.75em;
	font-weight: bold;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/titleback.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: small;
	vertical-align: middle;
	margin-bottom: 0px;
}



.titlebar2 {
	line-height: 1.7em;
	font-weight: bold;
	color: #a40;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c60;
	background-color: #fff;
}


.none {
	display: none;
}

.aligncenter {
	text-align: center;
}

.valignmiddle {
	vertical-align: middle;
}
.posterleft {
	width: 200px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
	font-size: x-small;
	padding-right: 12px;
}
.posterright {
	width: 200px;
	text-align: center;
	vertical-align: top;
	padding-bottom: 20px;
	font-size: x-small;
	padding-left: 12px;
}
h4 {
	font-size: x-small;
}


.notice1 {
	border: 1px solid #16a;
	margin-top: 0px;
	background-image: url(images/rightback.gif);
	background-color: #d6e2ee;
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;


}
