html {
	height: 100%;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*background-image:url(/images/siteBackground.gif);*/
	background-color: #515965;
	/*background-repeat:repeat-x;*/
	height: 100%;
	text-align:center; /*this is for centering divs on IE 5.5 Mac */
}

h1 {
	font-weight: normal;
	font-size: 160%;
	padding-top:15px;
	padding-bottom:1px;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	padding-top:15px;
	padding-bottom:1px;
}
h3 {
	color: #FF8C00;
	font-size: 100%;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:1px;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:1px;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:1px;
}
p {
	font-size: 95%;
	line-height: 1.5em;
	padding-top:10px;
	padding-bottom:1px;
}
form {
	padding: 0%;
	margin: 0%;
}

table {
	font-size: 100%;
} 

img {
	border-width:0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a:link {
	color: #49597B;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
}


/*\*//*/
body {
	min-height:5000px;
	height:100%;
}
/**/




