body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: verdana;
	font-size: 10pt;
}
form {
	padding: 0px;
	margin: 0px;
	}
img {
	border: 0px;
}
td {
	font-size: 10pt;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
}
a, a:visited, a:hover, a:active {
	color: maroon;
}
.required {
	color: red;
	font-size: 9px
}
#respage {
	border: 1px solid #FF7400; margin-bottom: 5px;
}
	#respage #resheader {
 		background-color: #FF7400;
	}
#buspage {
	border: 1px solid #3972AB; margin-bottom: 5px;
}
	#buspage #busheader {
		background-color: #CDE7FF;
	}
	#buspage #busheadermain {
		background-color: #3972AB;
	}
ul.bus { 
	list-style-image: url(/images/arrowblue.jpg);
	margin-left: 20px;
	padding: 0px;
}
ul.res { 
	list-style-image: url(/images/arroworange.jpg);
	margin-left: 20px;
	padding: 0px;
}

#page {
	width: 900px;
	text-align: left;
}
.tiny {
	font-size: 7pt;
	color: black;
	font-family: verdana;
}
#top {
	margin-bottom: 5px;
}
	#top #bar {
		border-top: 1px solid black;
		background: #FFCF00 url(http://www.netdoor.com/images/topbar-bg.gif) repeat-x top left;
		padding: 0px;
	} #top #bar td { font-size: 10pt; }
	  #top #bar ul { margin: 0px; padding: 0px; }
#footer {
	border-top: 1px solid black;
	clear: both;
	margin-top: 5px;
}
	#footer td {
		color: #555555;
		font-size: 8pt;
	}
#dsltest {
	border: 1px solid silver;
}
	#dsltest #dheader {
		background-color: #EEE;
	}
	#dsltest #dcontent {
		padding: 5px;
		
	}
		#dsltest #dcontent td {
			font-size: 7pt;
		}
	#dsltest td {
		font-size: 10pt; 
	}

/* --------------------------------------------------------------------- */	
/* minimum menu requirements for functionality */
.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.topmenuli{
	list-style-type:none;
	float: left;
	text-align: center;
	background: url(/images/topbar-divider.gif) no-repeat right center;
}
.topmenutitle{
	display:block;
}
.submenuul{
	list-style-type:none;
	position: absolute;
	margin: 0;
	padding:0;
	display:none;
	text-align: left;
}
.submenuli a{
	display:block;
	width:150px;
}
li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}
#dmenu li>ul { 
	/*top: auto;  Default: auto */
	/*left: auto;  Default: auto */
}

/* menu design */
#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.topmenuul {
	
}

.topmenutitle {
	text-indent:3px;
	text-decoration: none;
	border:0px solid #000000;
	padding:3px;
	line-height:14px;
}

.submenuul {
	margin-top:-1px;
	background-color:#FFDF58;
	background-position: top left;
	background-repeat: repeat-x;
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	border-right:2px solid #000000;
	border-left:7px solid #CC0000;

}

.submenuli a{
	padding:3px;
	text-decoration: none;
	color: #000000;

}

.submenuli a:hover{
	text-decoration: none;
	background:#CCCCCC;
	color: black;
}

/* ************** News ***************************** */

.newsTitle {
   font-family: Georgia;
   font-size: 12px;
   font-weight: bold
}

.newsTimeStamp {
   font-family: Arial;
   font-size: 10px
}

.newsArticle {
   font-family: Arial;
   font-size: 12px
}

.mainHeader {
   background-color: #FFEC99;
   font-family: Arial;
   font-size: 10pt;
   font-weight: bold
}

.newsPage {
   font-family: Arial;
   font-size: 10pt
}

