html {
    height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D7CB79;
	height: 100%;
}

/* Main Container */
#Container
{
	width:750px;
	margin:0px;
	background-attachment: scroll;
	background-image: url(images/delete.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* Footer Container */
#Footer {
	padding:0.5em;
	clear:left;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	margin: 10px 50px;
}
#Footer p {
	font-size: 8pt;
}

/* Left Container (holds nav bars )*/
#Left {
	float:left;
	width:270px;
	margin:0;
	padding:1em;
}

/* Login Container */
#Login {
	margin-left: -35px;
	margin-top: 20px;
}
#Login ul {
	list-style-type: none;
	text-align: left;
}
#Login li a {
	background: #D7CB79;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: white;
	text-decoration: none;
	border: 1px solid #D7CB79;
	padding: 5px;
	height: 20px;
	width: 60px;
	display: block;
	letter-spacing: .25em;
}
#Login li a:hover {
	color: #CC0033;
}
#Login ul li a#current {
	color: #CC0033;
}

/* Navigation Container */
#Nav {
	margin-left: -50px;
	margin-top: 40px;
}
#Nav ul {
	list-style-type: none;
	text-align: left;
}
#Nav li a {
	background: transparent url(images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: white;
	text-decoration: none;
}
#Nav li a:hover {
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: #D7CB79;
}
#Nav ul li a#current {
	background: transparent url(images/list-active.gif) left center no-repeat;
	color: #D7CB79;
}

/* Meeting Container */
#Meeting {
	margin-top: 100px;
	margin-right: 30px;
	margin-bottom: 0px;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-align: right;
}

/* Search Directory Container */
#SearchDir {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
}

#SearchDir ul {
	list-style-type: none;
	text-align: left;
}

#SearchDir ul li a {
	background: transparent url(images/search-off.gif) left center no-repeat;
	padding-left: 40px;
	text-align: left;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	color: #CC0033;
	padding-top: 10px;
	padding-bottom: 20px;
}

#SearchDir ul li a:hover {
	background: transparent url(images/search-on.gif) left center no-repeat;
	color: #CC0033;
}

#SearchDir ul li a#current {
	background: transparent url(images/search-active.gif) left center no-repeat;
	color: #CC0033;
}

/* Content Container */
#Content {
	margin-top: 0px;
	margin-left: 300px;
	padding:1em;
}

/* Logo Container */
#Logo {
	background: transparent url(images/logo_only.gif) no-repeat center top;
	height: 80px;
	width: 220px;
	left: 470px;
	top: 10px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
#Logo p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	margin-top: 0px;
}

/* Nav2 Container */
#Nav2 {
	padding: 0px;
	margin-top: 110px;
	margin-left: 0px;
}
#Nav2 ul li {
	list-style-type: none;
	text-align: left;
	display: inline;
	padding-right: 20px;
}
#Nav2 li a {
	text-align: left;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #CC0000;
	text-decoration: none;
}
#Nav2 li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#Nav2 ul li a#current {
	background: transparent url(images/list-active.gif) left center no-repeat;
	color: #FFFFFF;
}
	
h1 {
	font-size: 14pt;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #CC0033;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
p {
	font-size: 10pt;
}
ul {
	font-size: 10pt;
}
li {
	font-size: 10pt;
	padding-bottom: 5px;
}
blockquote {
	font-size: 10pt;
}
hr {
	color: #CC0000;
	height: 1px;
}
table.main {
	border-spacing: ;
	border-collapse: separate;
	background-color: white;
	border: 1px solid gray;
}
table.thin {
	border-spacing: ;
	border-collapse: separate;
	border: 1px solid #CC0033;
}
table.thin th {
	padding: ;	
	border: 1px solid #CC0033;
}
table.thin td {
	padding: ;
	border: 1px solid #CC0033;
	margin: 2px;
	padding: 2px;
}
table.search {
	border: none;
	font-size: 9pt;
}
table.search th {
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-color: #CC0033;
	color: #FFFFFF;
	white-space: nowrap;
}
table.searchresults {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	font-size: 9pt;
	width: 415px;
	
}
table.searchresults th {
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-color: #CC0033;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
table.searchresults td {
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-color: #E7DFAD;
}
.searchfield {
	font-weight: bold;
	color: #CC0033;
}
.red {
	color: #CC0033;
}
input.clean {
	border:1px solid #CC0033;
	font-size:9pt;
	margin-top: 10px;
}
select.clean {
	border:1px solid #D7CB79;
	font-size:9pt;
	margin-top: 10px;
}
textarea.clean {
	border:1px solid #D7CB79;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin-top: 10px;
}
input.button {
	font-size:9pt;
	margin-top: 10px;
}
a:link {
	color: #CC0033;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #CC0033;
	text-decoration: none;

}
a:active {
	color: #CC0033;
	text-decoration: none;

}

.announcement {
	font-size: 9pt;
	color: #CC0033;
	font-weight: bold;
}

.callout { 
	background-color: #E7DFAD;
	border: 1px solid #CC0033;
	padding: 10px;
}

.callout-reverse {
	background-color: #FF7171;
	border: 1px solid #CC0033;
	padding: 10px;
}

.callout-right {
	background-color: #E7DFAD;
	border: 1px solid #CC0033;
	padding: 10px;
	float: right;
	margin-left: 10px;
	text-align: center;
}

.floatright {
	float: right;
}

.small {
	font-size: 8pt;
}

.smallcaps {
	font-variant: small-caps;
}

#Details {
	width: 415px;
	float: left;
	position: static;
}

/* Site Map */
#copyright {
	text-align:center;
	font-size: 10pt;
}
.lbullet {
	background-image: url(/images/arrow_red_r.gif);
	background-repeat: no-repeat;
}
.lhead { 
	padding:3px;
	font:bold 14px verdana;
}
.lpart { 
	padding-bottom:25px;
}
.lpage { 
	font:normal 12px verdana;
}
.lcount { 
	padding:2px;
	font:bold 12px verdana;
}
