@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	text-align:left;
	font-size: 13px;
	background-color: #000;
}



img.imgright {
margin-left:8px;
margin-right:10px;
}

img.imgleft {

margin-right:20px;
}


a:link{text-decoration:none; color: #fff;}
a:visited{font-weight:none; text-decoration:none; color:#fff;}
a:hover{text-decoration:none; color:#ed1c24;}
a:active{text-decoration:none; color:#fff;} 


a.text:link {font-weight: bold; text-decoration: none; color: #ed1c24;}
a.text:visited {font-weight: bold; text-decoration: none; color: #ed1c24;}
a.text:hover {text-decoration: none; color: #777;}
a.text:active {text-decoration: none; color: #ed1c24;}


a.green:link {font-weight: bold; text-decoration: none; color: #156a42;}
a.green:visited {font-weight: bold; text-decoration: none; color: #156a42;}
a.green:hover {text-decoration: none; color: #777;}
a.green:active {text-decoration: none; color: #156a42;}


#outer{
	width: 1000px;
	height: auto;
	background-color: #000;

	
	
}


#sidebar{
	float:left;
	width: 150px;
	height:auto;
	background-color: #000;
	text-align:left;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color:#fff;
	padding-left: 10px;
	padding-top: 17px;
	position: absolute;
	top:160px;
	left:10px;
	font-weight:bold;


}

p{
	width: 700px;
	text-align:left;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 13px;
}


#text{
	background-color: #fff;
	width: 720px;
	text-align:left;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	position: absolute;
	top:165px;
	left:180px;
	padding-left: 10px;
	padding-top: 10px;
	
}

#terms {
font-size: 10px;
}


#footer{
	width: 700px;
	text-align:center;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	position:relative;
}

