@charset "utf-8";
* {margin: 0; padding: 0}

body {
	margin: 40px 0 320px 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background: url(../images/bg_body.gif);
}

p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	}
	
a {color: #6d71c2; text-decoration: none;}
a:hover {text-decoration: underline;}

small {font-size: 11px; color: #999999; margin-bottom: 1em;}

	
#top {
	width: 920px;
	padding: 8px;
	padding-bottom: 0;
	margin: 0 auto;
	background: url(../images/bg_top.png) no-repeat;
	}
	
#logo {
	height: 141px;
	background: url(../images/logo.jpg) no-repeat;
	}	
	#logo h1 strong {display: none;}
	#logo a {
		width: 172px;
		height: 141px;	
		display: block;
		text-indent: -9999px;
		}

#wrap {
	width: 920px;
	margin: 0 auto;
	padding: 0 8px 24px 8px;
	background: url(../images/bg_wrap.png) repeat-y;
	}

#tagline {
	height: 40px;
	padding: 8px 0;
	background: #000 url(../images/tagline.gif) 6px center no-repeat
	}
	#tagline p strong {display: none;
		}
		

/*SIDEBAR*/
	
#sidebar {
	float: left;
	width: 158px;
	margin: 8px;
	}
	
#latest-news {
	width: 157px;
	padding-bottom: 6px;
	background: url(../images/bg_latst-news-bottom.gif) 0 bottom no-repeat;
	}
	#latest-news h1 a {
		display: block;
		height: 28px;
		text-indent: -9999px;
		background: #fecc00 url(../images/bg_latst-news-h1.gif) no-repeat
		}
	* html #latest-news h1 a {height: 16px;}
	
	#latest-news .latest-news-item {
		padding: 8px 8px 0 8px;
		border: 1px solid #fecc00;
		border-bottom: none;
		}
		
	#latest-news h2 {
		margin-bottom: .4em;
		color: #4d48b4;
		font-size: 1.2em;
		}
	#latest-news p {margin-bottom: 8px;}

/*CONTENT HOME*/
	
#content-home {
	float: left;
	width: 736px;
	margin: 8px 0 0 0
	}
	
#flash {float: left; margin-right: 8px;}
	
#community {
	float: left;
	width: 211px;
	height: 268px;
	margin-bottom: 10px;
	background: url(../images/bg_community.gif) no-repeat;
	}
	
	#community h1 a {
		display: block;
		height: 42px;
		text-indent: -9999px;
		}
	
	#community #slide {
		margin: 0 8px 0 8px;
		}
	
.box-right {
	float: left;
	width: 210px;
	text-align: center;
	}
	
	
/*CONTENT INSIDE*/
	
#content {
	float: left;
	width: 718px;
	margin: 8px 0 0 10px;
	}
	
#page_ttl p {margin: 0;}
	
#breadcrumb {
	padding: 6px;
	margin-bottom: 16px;
	border-bottom: 1px solid #6d71c2;
	}
	
#bodycopy {
	float: left;
	width: 520px;
	}
	
	#bodycopy h2 {
		font-size: 1.7em;
		margin-bottom: .6em;
		color: #4d48b4
		}
	
	#bodycopy h3 {
		font-size: 1.2em;
		margin-bottom: .4em;
		}
	
	#bodycopy h4 {
		font-size: 1.1em;
		margin-bottom: .4em;
		}
		
	/*#bodycopy form {
		width: 342px;
		float: left;
		margin-left: 32px;
		}
	* html #bodycopy form {margin-left: 16px;}*/
		
	#bodycopy ul, #bodycopy ol { margin: 0 0 16px 16px;}
	
	#bodycopy ul ul {margin: 0 0 8px 16px;}
	
	#bodycopy li { line-height: 1.6em;}
	
	#bodycopy table {margin-bottom: 16px; border-collapse: collapse}
	
	#bodycopy th, #bodycopy td {padding: 4px 6px; vertical-align: top }
	
	#bodycopy th {background: #8F92BF; color: #FFF;}
	
	#bodycopy td {background: #f0f0f0; border-bottom: 1px solid #FFF;}


#side-image {
	float: right;
	}
	
.news-item {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #CCCCCC}
	
.news-item p {margin-top: 8px;}
	
/*FOOTER*/
	
#footer {
	width: 920px;
	height: 32px;
	margin: 0 auto;
	padding: 8px;
	color: #6d71c2;
	background: url(../images/bg_footer.png) 0 bottom no-repeat;
	}
	
#footer-links {
	float: left;
	width: 600px;
	padding: 6px 10px;
	border-top: 1px solid #6d71c2;
	}
	
#copyright {
	float: right;
	width: 280px;
	padding: 6px 10px;
	text-align: right;
	border-top: 1px solid #6d71c2;
	}
	
	
#tbl-mgt td {
	padding: 6px;
	padding-right:16px;
	vertical-align: top;
	background-color: transparent;
	}
#facteam { border-collapse: collapse}
#facteam td{
	padding: 8px 4px;
	text-align: center;
	background-color: transparent;
	}
	
#facteam img {border: none;}

#facteam a:hover {text-decoration: none;}
