html, body{
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
}

a img{
	border: 0;
}

body, p, a, td, div, li, input, textarea, select{
	font-size: 12px;
	line-height: 16px;	
	font-family: arial, serif;
	color: #000;
}

p{
	padding: 0;
	margin: 0 0 8px 0;
}

ul, ol{
	padding: 0;
	margin: 0 0 8px 20px;
}

a{
	color: #000;
	text-decoration: underline;
}

a:visited{
	color: #555;
	text-decoration: underline;
}

a:hover{
	color: #700002;
	text-decoration: none;
}

h1, p.h1{
	color: #000;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;	
}

h2, p.h2{
	color: #700002;
	padding: 0;
	margin: 0 0 6px 10px;
	font-size: 14px;
	line-height: 22px;	
	font-weight: bold;	
}

h3, p.h3{
	color: #700002;
	padding: 0;
	margin: 0 0 6px 10px;
	font-size: 12px;
	line-height: 20px;	
	font-weight: bold;		
}

a.more{
	background: url(../images/marker.gif) no-repeat 100% 3px;
	padding-right: 15px;
}

#links, #head, #right, #bottombgleft, #bottombgright, #topbgleft, #topbgright{
	display: none;
}

#content{
	position: relative;
	padding: 10px 0 10px 0;
}

#clear{
	clear: both;
}

#contacts, #top{
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#contacts table{
	width: 100%;
}

#contacts td{
	width: 30%;
	vertical-align: bottom;
	color: #000;
	padding: 5px 0 0 5px;
}

#contacts td p{
	margin: 0 0 5px 0;
	color: #000;
}

#contacts_title p{
	margin: 5px 0 0 0;
	font-size: 18px;
}

#copy{
	position: relative;
	float: right;
	background: #fff;
	text-align: right;
	padding: 7px 25px 0 0;
}

#copy img{
	margin: 0 10px 0 0;
	float: left;
}

#copy a{
	color: #000;
	text-decoration: underline;
	line-height: 32px;
}

