body {
		overflow:scroll;
    }

A:link

{

color: black;

text-decoration: none

}


A:visited

{

color: black;

text-decoration: none
}


A:active

{

color: black;

text-decoration: underline

}

A:hover

{


color: black;

text-decoration: underline;

}


#topbanner {

	float: center;

	}

#bottombanner {

float: center;
color: grey;
font-size: 12pt;
width:850px;
height:91px;
padding-top:30px;
font-weight: normal;
font-family:tahoma,arial,helvetica;
	background-image: url('/images/green_bottom.png');
		background-repeat:no-repeat;

	}

#bottombannerright {

	float: right;
color: grey;
margin-right:10px;
padding-right:10px;
font-size: 10pt;

font-weight: normal;
font-family:tahoma,arial,helvetica;

	}


#topmenu {

	height: 45px;

	width: 150px;

	float: left;
padding-top:10px;

	margin-left:0px;
	margin-right:0px;

	background-repeat:no-repeat;
background-image: url('/images/topmenubutton.png');

	}
	
	#topmenustart {

	height: 45px;

	width: 150px;

	float: left;
padding-top:10px;
	margin-right:0px;
	margin-left:60px;

	background-repeat:no-repeat;
background-image: url('/images/topmenubutton.png');

	}
#topmenuender {

	height: 45px;

	width: 250px;

	float: left;

	background-repeat:repeat;

	background-image: url('/images/topmenuender.png');

	}
	
.topmenulink {

	font-family:tahoma,arial,helvetica;

	font-size: 18px;

	font-weight: bold;

	text-decoration: none;
	hover:white;
	}

a.topmenulink:link {text-decoration: none; color: black;font-size: 18px;font-weight: bold;}
a.topmenulink:visited {text-decoration: none; color: black;font-size: 18px;font-weight: bold;}
a.topmenulink:active {text-decoration: none; color: black;font-size: 18px;font-weight: bold;}
a.topmenulink:hover {text-decoration: none; color: white;font-size: 18px;font-weight: bold;}



.bodylink {

	font-family:tahoma,arial,helvetica;

	font-size: 12px;

	text-decoration: none;

}

	
#textcontent {

	width: 600px;

	height: auto;

	float: left;
	text-align:left;

	background-color: white;

	overflow: auto;
	padding-left: 80px;
	padding-right: 10px;
	margin-top:0px;
	margin-left: 60px;

	font-family:tahoma,arial,helvetica;
			#border-right: 5px groove #dfdfdf;
	}	

	
span.title
{

color: black;
font-size: 14pt;
font-weight: bold;
font-family:tahoma,arial,helvetica;

}



span.title2

{

color: black;
font-size: 12pt;
font-weight: bold;
font-family:tahoma,arial,helvetica;

}


span.content

{

color: black;

font-size: 14pt;

font-weight: normal;
font-family:tahoma,arial,helvetica

}


span.title3

{

color: black;
font-size: 10pt;
font-weight: bold;
font-family:tahoma,arial,helvetica

}



hr.content

{
color: e7e7e7;
height: 1
}

h1.page_header
{
color:black;
}

h3.item_title
{
color:black;

}

	body {

		background: url('/images/background2.png') repeat;
		font-family:tahoma,arial,helvetica
	}
	#holder { 
	
	}
	#content_box_holder {
		width: 950px;
		margin: 0px;
		margin-right: auto; margin-left: auto;
	}
	#content { 
		width: 970px; background: url('/images/content_div_bg.png') center repeat-y;
		padding-left: 0px; padding-right: 0px;
		font-family:tahoma,arial,helvetica;

	}
	#footer {
		width: 950px; height: 38px;
		padding-left:10px;
		background: url('/images/content_footer_bg.png') top center no-repeat;
		font-family:tahoma,arial,helvetica;
	}

/* Sidebars */



.sidebar {

	float: right;

	margin-right:10px;
	text-align:left;
	font-weight: normal;
	font-family:tahoma,arial,helvetica;
		background-color: white;
		width:300px;

}



.sidebar ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



.sidebar li {

	margin-bottom: 0em;
	

}



.sidebar li ul {

}



.sidebar li li {

	margin: 0;


}



.sidebar li h2 {

	margin: 0 0 1em 0;

}


.sidebar li a:link {

	border: none;
	font-size: 10pt;

}

.sidebar li a:visited {

	border: none;
	font-size: 10pt;

}

.sidebar li a:active {

	border: none;
	font-size: 10pt;

}

.sidebar li a:hover {

	border: none;
	font-size: 10pt;

}


