/* CSS Document */

body {
	background: #ffffff; 
	font-family: arial
}

/*-separator and footer should be your darker color-*/
.separator {
	font-family: Arial, Helvetica, sans-serif;
	background:#003366
}

p {margin-left:5px; margin-right:5px}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:90%;
	background-color:#003366
}
/*-the menu colors should be your main color-*/
.menuheader {color:#FFFFFF;
			margin:2px; 
			margin-left:2px;
			background:#336699}

.menucell {
	font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;
	background:#336699
}

a.boiler:link {color:#16A846;
		text-decoration:underline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:90%;
		}
a.boiler:visited {color:#ffffff;
		text-decoration:underline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:90%;
		}


a.boiler:active {color:#DEB55F; 
		background:white;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:90%;
		}
		
a.sidebar:link {color:#FFFFFF;
		text-decoration:underline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:95%;
		}
a.sidebar:visited {color:#000066;
		text-decoration:underline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:95%;
		}
a.sidebar:active {color:#000066; 
		background:white;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:95%;
		}

.formnobottom {margin-bottom:0px;
				margin-top:0px;
				font-size:100%;
				font-family:arial;
				height:25px
				}	
.formbutton {
	background: #336699;
	color: white;
	font-size: 14px }			


/*headerbar controls the SISP/SIL horizontal links in the header*/
.headerbar {
	background-color:#336699;
	vertical-align:top;
}	
a.headerbar:link {color:#FFFFFF;
		text-decoration:none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:80%;
		font-weight:600;
		background-color:#336699;
		}
a.headerbar:visited {color:#999999;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:80%;
		font-weight:600;
		background-color:#336699;
		text-decoration:none
		}
a.headerbar:active {color:#CCCC99; 
		text-decoration:underline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:80%;
		font-weight:600;
		background-color:#336699;
		}	
a.headerbar:hover {color:#CCCC99; 
		text-decoration:underline;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:80%;
		font-weight:600;
		background-color:#336699;
		}
/*hr controls the darker border lines above and below the headerbar links	*/
hr {
	background-color: #003366; /*this is for firefox/netscape */
	color:#003366; /*this is for ie */
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:0px;
	
}


