/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(images/bodylogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

p,h1,h2,pre,form { margin:0px 10px 10px 10px; }

div.spacer {
	clear: both;
	width: auto;
	margin: 0px;
	padding: 0px;
  }

a:link {
	color: #777777;
	text-decoration: none;
}

a:visited {
	color: #777777;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

a:active {
	color: #777777;
	text-decoration: none;
}
	
h1 {
	font-size:14px;
	padding-top:10px;
	color: #990000;
}

dt {
	font-size:12px;
	color: #990000;
	font-weight: bold;
	margin:0px 10px 10px 10px;
}

hr {
	border-top: 1px solid #900;
	width: 80%;
	height: 3px;
	margin-top: 10px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}	
		
/* Banner Styles */
#banner {
	background:#990000 url(images/bannerback.jpg) no-repeat right top;
	height:100px;
}

#banner h1 {
	font-size:15px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

#banner h2 {
	font-size:12px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
/* *** */
	
#leftcontent {
	position: absolute;
	left:10px;
	top:130px;
	width:170px;
	background:#990000 no-repeat;
	border:1px solid #000;
	font-size: 11px;
}

/*nav list*/

#navcontainer {
	margin: 10px;
}

#nav, #nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
}

#nav li { position: relative; }
	
#nav li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
#nav li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
 * html #nav li { float: left; height: 1%; }
 * html #nav li a { height: 1%; } 
/* End */

#nav li a:hover { color: #990000; background: #f9f9f9; } /* Hover Styles */
#nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */	
#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */

#centercontent {
	background:#fff;
	border:1px solid #000;
	margin-left: 191px;
	margin-right:201px;
	margin-top: 10px;
	font-size: 11px;
}


#centercontent hr {
	border-top: 1px solid #900;
	width: 80%;
	height: 3px;
	margin-top: 10px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}

#rightcontent {
	position: absolute;
	right:10px;
	top:130px;
	width:180px;
	background:#fff;
	border:1px solid #000;

}
#rightcontent p { font-size:10px; }

#bannerfoot {
	background:url(images/bannerfoot1.gif) repeat-x;
	height:20px;
}

h2 {
	font-size:12px;
	padding-top:10px;
	color: #990000;
}
#info {
	font-size: 9px;
	border: 1px solid #999999;
	padding: 5px;
	margin: 10px;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
}
dd.sep {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	margin-right: 25px;
	width: 300px;
	margin-top: 5px;
}
.date {
	font-size: 9px;
	font-style: italic;
	color: #333333;
}
td.sep {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	margin-right: 25px;
	width: 300px;
	margin-top: 5px;
}
#loginform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #990000;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 75%;
}
/* Form Styles */
form, label, input { font-size : 1em; }
legend {
	font-weight: bold;
}
fieldset {
	padding : 0px;
	margin: 10px;
}
label { float: left; position : relative; width : 10em; display : inline; margin : .5em .5em; }
label.long {
	width : 21em;
}
label input { display: inline; left : 100%; top : 0px; width : 10em; }
label.long input { width : 21em; }
label.radio input { top : 0px; }
input.submit {
	display: inline;
	white-space: nowrap;
}

br {clear:both;}

/* Recordset navigation styles */

div.dirfooter {
	text-align: center;
	width: auto;
	margin: 0px;
	padding: 0px;
}
div.footerrow {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

div.footerl {
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 25%;
}
div.footerm {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
	width: 50%;
}
div.footerr {
	text-align: right;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 25%;
}
#centercontent a:link {
	color: #990000;
	text-decoration: none;
}
#centercontent a:visited {
	color: #990000;
	text-decoration: none;
}
#centercontent a:hover {
	color: #990000;
	text-decoration: underline;
}
#centercontent a:active {
	color: #990000;
	text-decoration: none;
}
#footer {
	clear: left;
	width: 100%;
	background-color: #000000;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
#footer p {
	font-size: 9px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}
#footer img {
	border: none;
	vertical-align: middle;
	margin-bottom: 5px;
}
