@charset "UTF-8";

@import url(reset.css);

html, body
{
	height:100%;
}

body
{
	background:#3A3A3A;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10pt;
}

a
{ 
	color:#8dc73f;
	text-decoration:none;
}

a:hover	
{
	color:#8dc73f;
	text-decoration:underline;
}
		
em
{
	font-style:italic;
}

.clear
{
	clear:both;
}

#container
{

}

#header
{
	text-align:center;
	background:#3a3a3a;
	border-top:10px solid #333333;
	border-bottom:5px solid #8dc73f;
	padding:50px 0px 50px 0px;
	font-size:20pt;
	color:#ffffff;
}

#tabs
{
	background:#424242;
}

	#tabs h2
	{
		padding:0.4em;
		font-family: Helvetica, Arial, sans-serif;
		font-weight:lighter;
		font-size: 1.25em;
		color: #ffffff;
		border-top:5px solid #3A3A3A;
		background:#484848;
	}
	
	#tabs div.ctrContent
	{
		width:900px;
		margin:auto;
	}
	
	#tabs div.accdContent
	{
		overflow:hidden;
		margin:auto;
		color:#cccccc;
		line-height:1.5em;
	}
	
		#tabs div.accdContent p
		{
			padding:1em 2em 0em 0;
		}

#footer
{
	font-size:0.8em;
	color:#999999;
	text-align:center;
	padding:20px 0 10px 0;
	width:100%;
}