/* common styles */

body {
	
	margin:0px 0px 0px 0px;
	padding:10px 0px 15px 0px;
}
div {

	line-height:140%;
}
p {
	margin:5px 0px 15px 0px;
}


ul {
	list-style-image:url(bullet.gif);
	padding:0px 0px 0px 0px;
	margin:10px 0px 10px 25px;
}
ul li {
	margin:0px 0px 5px 0px;
}
a img {
	border:0px;
}
/* main site width and position */
.main {
	width:990px;
	margin:0px auto;
}
.clear {
	clear:both;
}
/* top */
.top {
	background-color:#7F7F7F;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:120px;
}
.logo {
	float:left;
}
.top_text {
	color:#FFFFFF;
	font-size:120%;
	float:right;
	padding:50px 35px 0px 0px;
}
/* header */
.header {
}
/* page body styles */
.container {
	padding:30px 30px 30px 30px;

}
/* left col */
.leftcol {
	float:left;
	width:220px;
}

/* left side block */
.block {
	padding:1px 15px 10px 15px;
	margin:40px 0px 0px 0px;
	font-size:60%;
}
/* content area */
.content {
	float:left;
	width:680px;
	padding:0px 0px 0px 30px;
	
}
/* right col */
.featured {
	float:right;
	width:250px;
	margin:0 0 0 10px;
}
/* featured box */
.featuresdiv {
	border:1px solid #7F7F7F;
	padding:1px 15px 10px 15px;
	width:220px;
}
.featuresdiv img.content_image {
	float:left;
	margin:0px 15px 10px 0px;
}
/* footer */
.footer {
	padding:35px 35px 35px 35px;
	font-size:70%;
}
.copyright {
	float:left;
}
.bottom_links {
	float:right;
	text-align:right;
}
.footer a.normal {
	text-decoration:underline;
}
.footer a.normal:hover {
	text-decoration:none;
}

