*
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #0000ff;
	color: #fff600;
	position: relative;
	font-family: Verdana;
}

a
{
	color: #fff600;
	text-decoration: none;
}

a:hover
{
	color: #fff600;
	text-decoration: underline;
}

#header
{
}
	#header h1
	{
		width: 187px;
		height: 98px;
		background: transparent url('../images/logo.png') no-repeat;
		text-indent: -100000px;
	}

#container
{
	position: relative;
}

#fontsizediv
{
/* 	float: right; */
}

	#fontsizediv ul
	{
		list-style: none;
		text-align: right;
		padding-right: 30px;
	}

	#fontsizediv li
	{
		display: inline;
		font-size: 36px;
	}

#sidebar
{
	width: 250px;
	float: left;
	clear: both;
	margin-top: 90px;
	margin-left: 10px;
}

	#sidebar ul
	{
	}

	#sidebar li
	{
		list-style: none;
	}

#content
{
	text-align: justify;
}

	#content h2
	{
		font-size: 2.2em;
		line-height: 1.4em;
		margin: 0.2em 0 0.4em;
		font-style: italic;
		font-weight: normal;
	}

	#content h3
	{
		line-height: 1.6em;
		margin: 0.4em 0 0.6em;
		font-weight: normal;
		font-size: 1.6em;
	}

	#content h4
	{
		line-height: 1.1em;
		margin: 0.2em 0 0.6em;
		font-weight: bold;
		font-size: 1.0em;
	}

	#content p
	{
		font-size: 1.0em;
		line-height: 1.5em;
		margin: 0.2em 0 1.5em;
		font-style: normal;
		font-weight: normal;
	}

	#content p.strong
	{
		font-weight: bold;
	}

	#content ol, #content ul
	{
		list-style-position: inside;
	}

	#content li
	{
		line-height: 1.5em;
	}
#inner
{
	margin-left: 260px;
	padding: 0 20px;
}

		#inner .innerwrap
		{
			min-height: 520px;
			height: auto !important;
			height: 520px;
			overflow: visible;
		}

#footer
{
	clear: both;
}

	#footer .footerwrap
	{
		padding: 25px 0 0 20px;
	}

	#footer a
	{
		text-decoration: none;
	}	

	#footer a:hover
	{
		text-decoration: underline;
	}	

#poweredby
{
	text-align: right;
	margin-right: 20px;
}

	#sidebar li.sottomenusel
	{
		font-weight: bold;
	}

	#sidebar li.selected
	{
		font-weight: bold;
	}


