/* --HTML and BODY Information-- */
html {
	margin: 0;
	padding: 0;
	overflow: scroll;
}

body {
	text-align:left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	background: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
	margin-bottom: 0.01em;
		}
		

		/* --HTML and BODY Information
		div {border: solid 1px #f00;}
-- */
#scrolling {
		padding:0px;
		margin:0px;
		min-width:850px;
		width:expression(document.body.clientWidth < 850? "850px": "auto" ); 
		}
		
#colorbar1 {
		width:100%;
		background:#336699;
		text-align:left;
		padding:0px;
		margin:0px;
		}
#colorbar2 {
		width:100%;
		background:#6f93b7;
		padding:0px;
		margin:0px;
		}
		
#toolbar {
		width:70%;
		background:#000000;
		text-align:left;
		float:right;
		padding:0px;
		margin:0px;
		height:48px;
		white-space:nowrap;
		}
		
#colorbar3 {
		width:100%;
		background:#ccccff;
		padding:0px;
		margin:0px;
		}
		
#adminbar {
		width:100%;
		background:#000000;
		padding:0px;
		margin:0px;
		white-space:nowrap;
		}
		
#admintext {
		height:88px;
		padding:0 0 0 30px;
		margin:0;
		}
p.admintext {
	color: #ffffcc;
	padding:4px 0 0px 0;
	font-size: 12px;
		}
		
		
#statusbar {
		width:100%;
		background:#336699;
		text-align:left;
		padding:0px;
		margin:0px;}
		
#statusbar p {
	vertical-align:middle;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #ffffcc;
		}
		
#leftbar {
		width:175px;
		background:#ccccff;
		text-align:left;
		padding:0px;
		margin:0px;
		float:left;
		height:195%;
	}
		
#leftbar p {
		padding:6px 0 0 20px;}

#OLDmain {
		text-align:left;
		padding:10px 0 0 26px;
		margin:0px;
		float: left;
		white-space; nowrap;
		}
	
#main {
		text-align:left;
		padding:10px 0 0 26px;
		margin:0px;
		width:90%;
		min-width:620px;
		}

/* --HTML FORMATTING Information-- */	
		
p {margin:0;
	padding:0;
		}
		
img {margin:0;
	padding:0;
		}
		
.floatleft {float:left;
		padding:0px;
		margin:0px;}
		
td {font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	white-space: nowrap;
	}

OLDtd {font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	white-space: nowrap;
	}
			
td.black {background:#000000;}
td.topcolor {background:#336699;}
tr.title {
				 background:#336699;
				 text-align: center;
}
tr.headers {
					 background:#6f93b7;
					 font-weight: bold;
}
tr.rowcolor1 {background:#e9e9e9;}
tr.rowcolor2 {background:#ccccff;}
tr.rowcolor3 {background:#9999ff;}
		
h1 {
	color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 26px;
	font-weight: bold;
	padding: 10px 0 0px 20px;
	margin:0;
	line-height:24px;
		}	
			
h2 {
	color: #cccccc;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 20px;
	line-height:16px;
	font-weight: bold;
	padding:10px 0 6px 0;
	margin:0;
	font-weight: bold;

		}	
		
h3 {
	color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 11px;
	font-weight:normal;
	padding: 6px 0 10px 20px;
	margin:0;
		}	

a:link {
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a.images:link, a.images:visited, a.images:hover, a.images:active{
	text-decoration: none;}

.submitbutton {
	background-color: #1f621c;
	color: white;
}
.submitbutton2 {
	background-color: #1f621c;
	color: white;
}
.message {
    background-color: white;
		color: #006600;
		font-size: 14pt;
		font-weight: 800;

}

ul.NoBullet {
  list-style-type: none}
	
	