*, html{
	margin: 0;
	padding: 0;
}

html,body {
	height:100%;
}


body {
	background-color: #fff;
	margin:0;
	padding:0;
	color: #666;
	font:13px/1.5 'Trebuchet MS',arial,verdana,'Liberation Sans',FreeSans,sans-serif;
}

p{
	color: #666;
	font-size: 12px;
	text-align:left;
	margin-bottom: 18px;
}

a{
	color: #999;
	text-decoration: none;
}

a:hover,a:active{
	color: #999;
	border-bottom: 1px dotted;
}

div#container { 
	margin:0 auto;
	position:relative; 
	/*height: 100%;*/
}

div#altContent{
	position:relative;
	/*height: 100%;*/
	min-height: 500px;
}
img, div {
	border: 0;
}

div#nojava{
	width: 500px;
	margin: 0 auto;
	border-top: 1px #666 dotted;
	padding-top: 10px;
}

.logo{
	margin-left: 50px;
	padding:60px;
}

address{
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.orange{
	color: #ff6600;
}


div#footer {
	position: absolute;
	bottom: 0;
	color: #fff;
	background: #666 url(../images/footerbg.png) top center repeat-x;
	width: 100%;
	height: 58px;
}

#footer img{
	position: relative;
	float: left;
	display: inline;
}

#footer p{
	margin: 5px auto;
	width: 500px;
	text-align: center;
}
