html {margin: 0; padding: 0;}
/*  
	background-image: url("../images/bsaved.jpg");
*/
body {
	margin: 0; padding: 0;
	font-family: VERDANA, ARIAL, Helvetica, Univers, Zurich, sans-serif;
	background-color: #ABB1BF;
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 125%;
	font-weight: bold;
}
img {border-color: black;}

a:link 		{ color: black; text-decoration: none; }
a:visited 	{ color: black; text-decoration: none; }
a:hover 	{ color: black; text-decoration: none; }
a:active 	{ color: black; text-decoration: none; }

.emphasis {font-weight: bold;}

.floatRight {
	margin: 10px 0px 10px 0px;
	float: right;
	width: 20%;}
	
.floatLeft {
	margin: 0;
	float: left;
	width: 20%;}
	
.box {
	margin: 10px 0px 0px 0px;
	padding: 5px;
	color: black;
	border: 3px ridge black;
	text-align: center;}
	
/*  formatting for Header */

.topPage
{
	margin: 0;
	padding: 10px;
	height: 150px;
	border: 2px solid black;
	color: black;
	text-align: center;
}
.topPage table {width:100%}

.topPage td {font-weight: bold;font-size: 250%;}

.topPage img {
	border: 0;}
	
.topPage .img {
	padding: 0;
	margin: 20px 0px 5px 0px;}

/*  formatting for top menu */

.topMenu {
	font-size: 100%;
	margin: 0; padding: 0;
	text-align: center;
	color: black;
	font-weight: normal;
	border: thin solid Black;
}

.topMenu ul {
	list-style: none;
}
.topMenu li {
	display: inline;
	margin-right: 5px;
	white-space: nowrap;
}

.topMenu a:link 		{color: black; text-decoration: none; }
.topMenu a:visited 	{color: black; text-decoration: none; }
.topMenu a:hover 		{color: black; text-decoration: underline; }
.topMenu a:active 	{color: black; text-decoration: none; }

.mainContent {
	margin: 0 10px 0 10px;
	padding: 10px;
	font-family: VERDANA, ARIAL, Helvetica, Univers, Zurich, sans-serif;
}
/*  formatting for form */

.form {
	color: black;}
.form .right {
	text-align: right;
}
.form .left {
	text-align: left;
}

/*  formatting for footer */

.footer {
	margin: 0 10px 0 10px;
	font-size: 70%;
	text-align: center;
	color: black;
	font-weight: normal;}

.footer ul {list-style: none;}
.footer li {display: inline; margin-right: 5px; white-space: nowrap;}

.footer a:link 	{color: blue; text-decoration: underline }
.footer a:visited {color: blue; text-decoration: underline }
.footer a:hover 	{color: black; text-decoration: underline }
.footer a:active 	{color: blue; text-decoration: underline }

