body {	color: #000000;
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;
	font-weight:300;
	color: #000000;
	margin: 20px;
	background: url(bg.jpg) repeat scroll;
	scrolling:yes
}

.image_right {
	border: 0;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	height: 150px;
}

.image_left {
	border: 0;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 150px;
}

.image_left_s {
	border: 0;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 130px;
}

.image_left_xs {
	border: 0;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	height: 105px;
}

.small {
	font-size:9pt;
}

.smallbox {
	font-size:9pt;
	border: 1px solid #c0c0c0;
	background-color: #e0e0e0;
	padding: 2px;
}

a {	
	color: navy;
	text-decoration:none;	
}


a:hover {        	
	color:green; 
}

a:visited {        	
	color: navy;
}

h1 {	
	font-family:arial, helvetica, sans-serif;
	font-size:12pt;	
}

h2 {	font-family:arial, helvetica, sans-serif;
	font-size:11pt;	margin:18px 0px 3px 0px;	
}

h3 {	
	font-size:11pt;
	font-family:arial, helvetica, sans-serif;
}

TD {	
	color: #000000; 
	font-family:arial, helvetica, sans-serif;
	font-size:10pt;
	font-weight:300;
}


.maincontainer{	
	background: #ffffff;
	border: 1px ridge silver;
	width: 980px; /*Width of main container*/
	margin: 15 auto; /*Center container on page*/
	padding: 0 0 0 0;
}

.topsection{
	color: #ffffd8; 
	font-weight:700;
	float: left;
	/*height: 150px; Height of top section*/
	width: 100%; /*Firefox*/
	padding: 0 0 0 0; 
}
.topsection h1{
	margin: 0;
}

.contentwrapper{
	background: #FFFFFF;
	float: left;
	width: 100%;
	padding: 0 0 0 0;
}

.contentcolumn{
	background: #ffffff;
	text-decoration: none;
	text-align: left;
	margin-left: 205px; /*Set left margin to LeftColumnWidth*/
	margin-right: 205px; 
	margin-top: 0px; 
	padding: 14 30 10 30;
}

.leftcolumn{
	background: #ffffff;
	float: left;
	width: 180px; /*Width of left column*/
	padding: 10 0 0 5;
	margin-left: -980px; /*Set left margin to -(MainContainerWidth)*/
}

.rightcolumn{
	background: #9CC0DF;
	float: right;
	width: 175px; /*Width of left column*/
	padding: 30 0 0 15;
	margin-left: -206px; /*Set left margin to -(MainContainerWidth)*/
}


.footer{
	background-image: url(bg2.gif);
	clear: left;
	/* width: 100%; */
	width: 980px; 
	height: 20px;
	color: #222222;
	text-align: left;
}

.footer p{
	padding: 5px 10;
}
.footer a{
	color: #444444;
}

.innertube{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.arrowlistmenu{
	width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	font: bold 15px Arial;
	color: #35536F;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	#text-transform: uppercase;
	text-align: left;
	padding: 0px 0px 0px 0px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
	font: 15px Arial;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #FFFFFF;
	font: 13px Arial;
	/* background: url(arrowbullet0.gif) no-repeat left; */
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
}

.arrowlistmenu ul li a:visited{
	color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background: url(arrowbullet0.gif) no-repeat left;
	background-color: #d8d8d8;
}



/* Menue not active */
.index0 {
	background: url(arrowbullet0.gif) no-repeat left; 
}

/* Menue active */
.index1 {
	background: url(arrowbullet1.gif) no-repeat left; 
}

