/* CSS Document - basic styles */
/* size trick */
body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override imported rule */
    font-size: x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size: small;
    /* intended value for better browsers */
    }

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size: small;
    /* be nice to Opera */
    }
/*end font trick */
/* begin page */
html {
	background: url(images/bgtest.jpg) repeat;
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFFFFF url(images/bg-leftside.jpg) repeat-y left;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	height: auto;
}

* #pagewrap{
	background: #FFFFFF url(images/bg-rightside.jpg) repeat-y right;
	padding: 0px 15px 0px 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}
/*end body style */
/* begin defaut tags */
h1{
	font-size: large;
	font-weight: bold;
	color: #000080;
}
h2{
	font-size: medium;
	font-weight: bold;
	color: #000080;
}
h3{
	font-size: small;
	font-weight: bold;
	color: #000080;
}
h4{
	font-size: small;
	font-weight: normal;
	color: #000000;
}
p{
	font-size: small;
	font-weight: normal;
	color: #000000;
}
a:link{
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #993366;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
ol li{
	margin-bottom:5px;
}
* .staf{
	margin:0px;
	padding: 5px;
	width: 98%;
}

/* end default tags */
/* style forms */
* #regform fieldset{
	display: block;
	margin: 0px;
	padding: 0px 10px 5px 10px;
	border: 1px solid #000080;
}
* #regform legend {
	font-size: medium;
	font-weight: bold;
	color: #000080;
}
* #regform label {
	font-size: small;
	font-weight: bold;
}
* #regform input
{	display: inline;
	border-top: 1px solid #000033;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #000033;
}
* #regform input.sig
{	display: inline;	
border-bottom: 1px solid #000000;
	border-top: none;
	border-right: none;
	border-left: none;
}

/* end style forms */
/*begin navigation area*/
* #header {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	background: #000080;
	position: relative;
}
* #hnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
#hnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#hnav li {
	border-left: 1px solid #FFFFFF;
	display: inline;
}
#hnav a:link, #hnav a:visited { 
	font-size: xx-small;
	font-weight: bold;
	padding: 5px 10px 5px 10px; 
	color: #FFFFFF;
	text-decoration: none;
}
#hnav a:hover {
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
* #topnav {
	background: #CCCCCC url(images/bg-majnav.jpg) repeat;
	margin: 0px;
	padding: 0px;
	position: relative;
}
* #tnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	font-variant:small-caps;
	margin: 0px;
	padding: 8px 1px 3px 0px;
}
#tnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#tnav li {
	margin: 0px; 
	padding: 0px;
	padding: 0px 0px 6px 0px;
	display: inline;
}
#tnav a:link, #tnav a:visited { 
	padding: 6px 6px 1px 3px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #004080;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
#tnav a:hover {
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}
/*end navigation area */
/*begin banner*/
* #banner {
	background: #FFFFFF url(images/banner-photo-bg.jpg) repeat;
	margin: 0px;
	padding: 0px;
	height: 133px;
}
* #banner .rgt {
	float:right;
}
* #banner .lft {
	float:left;
}
/*end banner */
/*begin content area*/
* #content{
	background: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 8px 4px 8px 8px;
	clear:left;
}
* #content table {
	font-size: small;
	font-weight: normal;
	color: #000000;
/*	border: 1px solid #000066; */
}
/* #content td, #content th {
	border-top: 1px solid #000066; 
} */
* #content .list {
	border: none;
	width: auto;

}
* #content caption {
	font: bold large Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: left;
}
* #content .bgrow {
	background-color:#FFFFCC;
}
/* #content img {
	float: right;
	border: 1px solid #000000;
	margin: 5px;
	padding: 0px;
} */

* .clear {
	clear:both;
	}
* .instructions {
	font-weight: bold;
}
/*end content area */
/*begin footer*/
* #footer {
	font-size: x-small;
	clear:both;
	font-weight: normal;
	color:#FFFFFF;
	background: #333333;
	margin: 0px;
	padding: 0px 3px 1px 3px;
}
#footer a:link, #footer a:visited {
	font-size: x-small;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-size: x-small;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: underline;
}
* #footer .rtflt{
	text-align: right;
}
* #footer p {
	font-size: x-small;
	font-weight: normal;
	color:#FFFFFF;
	padding: 0px;
	margin: 0px;
}
/* skip navigation */
* #skiplink{font: normal 0.1em Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;}
#skiplink a {color: #fff; text-decoration: none;}
#skiplink a:hover {color: #fff; text-decoration: none;}

/* edit.com */

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}

.DarkBlueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000080;
	font-weight: normal;
}

.NormalText, body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
    text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-style:normal;
}

.SubjectHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000080;
	font-weight: bold;
}

.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000080;
	font-weight: bold;
}

img.BlackBorder { border: 1px solid #000000; }

* table.hours { border: 1px solid #000066; width: 682px; }
* td.hours { border-top: 1px solid #000066; }
* td.hoursy { border-top: 1px solid #000066; background-color: #FFFFCC;}
* td.staff { padding-right: 5px; }