html, body {
	height: 100%;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #000000;
	vertical-align: 100%;
	margin: 2px 0px 0px 0px;
}
a, a:visited, a:hover {
	color: #0000FF;	
}
#container {
	width: 720px;
	padding: 0px 20px 0px 20px;
	height: 100%;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}
#top {
	width: 712px;
	height: 172px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	
}
#topLink {
	position: relative;
	display: block;
	width: 300px;
	left: 400px;
	top: 0px;
	height: 30px;
}
#topText {
	position: relative;
	top: 25px;
	left: 245px;
	width: 440px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}
#main {	
	width: 712px;
	text-align: left;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
#links {
	width: 160px;
	position: relative; 
	float: left;
	margin-bottom: -1500px; 
	padding-bottom: 1500px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;	
	
}

#main #mainContent {
	position: relative;
	float: left;
	width: 520px;
	text-align: left;
	padding: 0px 5px 0px 15px;
}

#main #mainContent h1 {
	font-size: 16px;	
	margin: 5px 0px 0px 0px;
}

#main #mainContent h2 {
	font-size: 15px;	
	margin: 10px 0px 0px 0px;
}

#main #mainContent h3 {
	font-size: 14px;	
	margin: 10px 0px 0px 0px;
}

div.horRule {
	height: 1px;
	border-top: 1px solid #E5E5E5;
	margin-top: -3px;
	margin-bottom: 5px;
	clear: both;
}

#grass {
	width: 712px;
	position: relative;
	clear: both;
	background-image: url(../images/grass.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0px;
	height: 48px;
	border-bottom: 2px solid #000000;
}

#bottom {
	width: 712px;
	position: relative;
	clear: both;
	padding: 3px 0px 3px 0px;
	text-align: center;
	background-color: #0099CC;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#bottom a, #main #bottom a:visited, #main #bottom a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



#bottomLinks {
	position: relative;
	clear: both;
	padding: 5px 0px 0px 0px;
	text-align: center;
	color: #FFFFFF;	
	font-size: 10px;
}
#bottomLinks a, #bottomLinks a:visited, #bottomLinks a:hover {
	color: #FFFFFF;	
	font-size: 10px;
	text-decoration: underline;
}



a, a:visited, a:hover {
	color: #0000FF;	
}
img.floatRight {
	float: right;
	padding: 0px 0px 10px 10px;
}
#breadcrumb {
	width: 520px;
	float: left;
	font-size: 10px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited, #breadcrumb a:hover  {
	color: #999999;
	text-decoration: underline;	
	background-color: #FFFFFF;
}
.labelName {
	width: 160px;
	float: left;
	text-align: left;
	margin-right: 0.3em;
	display: block;
	height: 18px;
	vertical-align: middle;
	padding-top: 3px;
	font-size: 11px;
	line-height: 12px;
}
.labelName .smallText {
	font-size: 11px;
}
.appLine {
	text-align: left;
	height: 16px;
	clear: both;
	margin-bottom: 14px;
}
.appLineTall {
	text-align: left;
	height: 100px;
	clear: both;
	margin-bottom: 14px;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
.errortext {
	color: #FF0000;	
	font-weight: bold;
}
.smallText {
	font-size: 11px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.totalsTable {
	font-size: 12px;
	line-height: 12px;
	border-collapse: collapse;
}
.totalsTable td {
	border: 1px solid #FFFFFF;
	border-right: 0;
	border-left: 0;
	padding: 5px;
}
