html, body, #content
{
	min-height: 100%;
	width: 795px;
	height: 100%; /* Hack for IE5+ */
}

html>body, html>body #content
{
	height: auto;
}

body {
	margin: 0px;
	
}

.header {
	position:relative;
	width: 100%;
	height: 100px;
	text-align: center;
/* 	background:url(../images/bg_top.gif) top left repeat-y; */
	padding: 0.5;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
}

.contentText {
	margin-top:2em;
	margin-bottom: 3em;
	margin-right:0.5em;
	margin-left:11em;
	height: auto;
	padding:0.5em;
	border: 1px solid #c00;
}

.homeContentText {
	margin-top:1em;
	margin-bottom: 3em;
	margin-right:12em;
	margin-left:11em;
	height: 550px;
	padding:0.5em;
}


.other {
	position: absolute;
	top : 213px;
	right: 0em;
	width : 219px;
	z-index : 1;
	padding : 0.5em;
	margin-bottom : 0.5em;
	border: 2px dotted #C00;
	left: 753px;
	float: none;
		
}


p.other {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:justify;
}


/** footer styles *********************************************************************/
.footer {
	width: 100%;
	text-align:center;
	border-top:1px solid #000;
	background-color:#eee;
	color: #000;
	position: absolute;
	bottom :-1959px;
	left: 1px;
}


.footer2 {
	width: 100%;
	text-align:center;
	border-top:1px solid #000;
	background-color:#eee;
	color: #000;
	position: absolute;
	bottom :-10000px;
	left: 1px;
}


.footer_text {
	font-family: Arial, Veranda, Helvetica, sans-serif;
	font-size: .55em;
	text-align: center;
	width: 100%;
	color: #DDDDDD;
}
.footer_text a {
	color: #666666;
	text-decoration: none;
}
.footer_text a:hover {
	 color: #003399;
}
.footer_text a:visited {
	 /*color: #666666;*/
}
#foot_tools {
	padding: 6px 0 6px 0;
	background-image: url("/images/footerbg.gif");

}
#copyinfo {
	color:#585858;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: .6em;
	padding: 15px 0px 6px 0px;
	text-align: center;
}

