@charset "utf-8";
/* CSS Document */

body { background-color:#AB070D;
margin-left:auto;
margin-right:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
color:#000000;
}

#wrapper
{
	width:956px;
	height:100%;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	margin-top:20px;
	margin-bottom:10px;
			
}

#header-home
{
	height:144px;
	width:936px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#buttons-wrapper
{
	width:839px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	
}

#buttons-left
{
	width:273px;
	height:100px;
	float:left;
	text-align:center;
		
}

#buttons-middle
{
	width:273px;
	height:100px;
	float:left;
	text-align:center;
	margin-left:10px;
}	

#buttons-right
{
	width:273px;
	height:100px;
	float:right;
	text-align:center;
}



#content-wrapper
{
	width:936px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
}

#content-left
{
	width:680px;
	height:auto;
	float:left;
	background-color:#0256A2;
	text-align:justify;
	margin-top:10px;
	padding:10px;
	color:#FFFFFF;
	line-height:1.5;
}

#content-right
{
	width:200px;
	height:650px;
	float:right;
	background-color:#0256A2;
	text-align:center;
	margin-top:10px;
	padding:10px;
	color:#FFFFFF;
	line-height:1.5;
}



#contact
{
	background-color:#136C29;
	width:215px;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	padding:5px;
}

.clearfloat
{
	clear:both;
}


.home
{
	color:#FFFFFF;
	font-size:13px;
	line-height:2;
	text-align:justified;
	padding:4px 8px 4px 8px;

}

.home-feeds
{
	background-color:#1f7cd1;
	color:#FFFFFF;
	font-size:13px;
	line-height:2;
	text-align:justified;
	padding:4px 8px 4px 8px;

}

.bold
{
	font-weight:bold;
}

.bold-heading
{
	font-weight:bold;
	color:#FFFF00;
}

.li
{
	color:#FFFFFF;
	font-size:13px;
	text-align:left;
	padding:4px 8px 4px 8px;
	list-style:disc;
	margin-left:30px;

}

.hr
{
	color:#00CCFF;
	width:400px;
	margin-left:10px;
}

a.rsslinks
{
	color:#FFFFFF;
}

a.rsslinks:hover
{
	color:#00FF00;
}

a.rsslinks:visited
{
	color:#B7B7B7;
}

a:link
{
	color:#FFFFFF;
}

a:hover
{
	color:#00FF00;
}

a:visited
{
	color:#B7B7B7;
}

