body
{
	font-family: Verdana;
	font-size: 11pt;
	color: #575759;
	
	/*background-color: #dadada;*/
	background-color: #ffffff;
}

#content
{
	font-family: Verdana;
	font-size: 14px;
}

a,
a img
{
	color: #575759;
	border: none;
	text-decoration: none !important;
}


.news-list-item h2 a
{ 
	color: #000000 !important;
}

a:active 
{
        outline:none;
}

a:focus 
{
        -moz-outline-style:none;
}

#content a:hover,
a h2:hover,
.content a:hover
{
	text-decoration: underline !important;
}


h1
{
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	
	margin-top: 30px;
}

h1.csc-firstHeader
{
	margin-top: 5px;
}

h2
{
	font-family: Arial;
	font-size: 15px;
	color: #000000;
}

.smaller
{
	font-size: 11px;
}

.blockheader
{
	width: 97%;
	
	color: #ffffff;
	background-color: #926778;
	
	margin-bottom: 5px;
	padding: 5px 5px 5px 13px;
}

#container
{
	background-color: #ffffff;
	background-image: url('../images/hr-container-top.png');
	background-repeat: no-repeat;
}

#navigation div.first,
#navigation div.second
{
	font-family: Arial;
	background-color: #724059;
}

#navigation .first ul,
#navigation .second ul
{
	list-style-type: none;
}

#navigation .first ul li a,
#navigation .second ul li a
{
	color: #ffffff;
	
	text-decoration: none;
}

#navigation .first ul li a
{
	text-transform: uppercase;
}


#navigation .first ul li a:hover,
#navigation .first ul li a.active,
#navigation .second ul li a:hover,
#navigation .second ul li a.active
{
	background-color: #b195a3;
}

.content
{
	background-image: url('../images/content-trans.png');
	margin-bottom: 20px;
}

#sidebar
{
	/*background-color: #dadada;*/
	background-color: #ffffff;
}

#footer
{
	font-size: 11px;
}

