	html, body {
		height: 100%;
		background-color: #ffffff;
		margin: 0px;
		padding: 0px;
		font-size:14px;
		font-family: verdana;
		line-height: 130%;
		letter-spacing: 1px;
	}

	form {
		padding: 0px;
		margin: 0px;
		display:inline;
	}
	
	h1 {
		font-family: tahoma;
		margin: 0px;
		margin-bottom: 15px;
		padding: 0px;
		color: orange;
		font-size: 22px;
		text-transform: uppercase;
	}
	
	h2 {
		font-family: tahoma;
		margin: 0px;
		padding: 0px;
		color: orange;
		font-size: 16px;
		margin-bottom: 4px;
		text-transform: uppercase;
	}
	
	h3 {
		font-family: tahoma;
		margin: 0px;
		padding: 0px;
		color: #545454;
		font-size: 15px;
		margin-bottom: 2px;
		text-transform: uppercase;
	}
	
	p {
		margin-top: 0px;
		margin-bottom: 12px;
		margin-left: 4px;
	}

	a {color: #3b6ea9;}
	
	table td {
		font-size: 14px;
	}
	
	input {
		border: 1px solid #808080;
		background-image:url('/images/inputbackground.gif');
	}
	
	#title {
		padding-left:40px;
		font-size:22px;
		color: black;
	}
	
	#leftbar {
		width: 180px;
		padding:25px 10px 10px 10px;
	}
	
	#leftbar ul, li {
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	
	#leftbar li {
		margin-bottom: 4px;
	}
	
	
	
	#header {
		margin: 0 auto;
		width:100%;
		height: 86px;		
		color: white;
	}
	
	#header a {
		color: #ffffff;
	}

	
	#container410 {
		width: 410px;
	}
	
	#container310 {
		width: 310px;
	}
	
	#footer {
		height: 34px;
		background-image: url('/images/footerbackground.gif');
		clear: both;
		color: white;
		text-align:center;
		padding-top:8px;
	}
	
	#footer a {
		color: white;
		font-size: 12px;
	}
	.smallimg img {max-height:45px;}
	.imgborder {padding:1px;border:1px solid #676767;}
	.leftFloater {float:left;}
	.justifier {text-align: justify;}
	.padTop10 {padding-top: 10px;}
	.padBottom10 {padding-bottom: 10px;}
	.padLeft10 {padding-left: 10px;}
	.padRight10 {padding-right: 10px;}
	.marginLeft10 {margin-left: 10px;}
	.marginRight10 {margin-right: 10px;}
	.marginLeft15 {margin-left: 15px;}
	.marginRight15 {margin-right: 15px;}