body {
	margin: 0px;
	padding: 0px;
	/*
background-image: url('./images/bg.gif');
	background-repeat: none;
*/
	font-family: Arial, Helvetica, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 10px;
	margin-left: 5%;
	
}


/*
########### POSITIONING
*/

#sidebar {
	position: absolute;
	bottom: 0px;
	visibility: hidden;
}

#bgimage {
	position: absolute;
	bottom: 0px;
	visibility: hidden;
}

#main {
	width: 80%;
	text-align: left;
	margin-top:0px;
	/*
position: absolute;
	top: 50px;
	left: 200px;
	width: 800px;
	z-index: 30;
*/
}


/*
########### HEADLINES
*/

div.h1 {
	margin-bottom: 20px;
	/*border: 1px solid #000;*/
}

div.h2 {
	margin-top: 20px;
	margin-bottom: 0px;
	/*border: 1px solid #000;*/
}

h1 {
	color: #000;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: inline;
}

h2 {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*border-bottom: 1px dotted #000;*/
	display: inline;
}

h3 {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}


/*
########### TEXT STYLES 
*/

p {
	line-height: 1.4em;
	text-align: justify;
}

h2 a {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*border-bottom: 1px dotted #7E2C04;*/
	display: inline;
	text-decoration: none;
	background-color: none;
}

h2 a:hover {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*border-bottom: 1px dotted #7E2C04;*/
	display: inline;
	text-decoration: none;
	background-color: #FFE2C1;
}


p a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

p a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

p a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

a,nav,p,td,div {
  font-family: Arial ;
  font-size: 12px;
}

.small {
	font-family: Arial ;
	font-size: 10px;
	}


input,textarea,select{
	background-color: #fff; 
	font-family: Verdana; 
	font-size: 11px; 
	color: #000;
	/*border: 1px solid #7E2C04;*/
	}


/* ##################### sitemap ################ */


#sitemap h3 a {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*border-bottom: 1px dotted #7E2C04;*/
	display: inline;
	text-decoration: none;
	background-color: none;
	margin-left: 30px;
}

#sitemap h3 a:hover {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	/*border-bottom: 1px dotted #7E2C04;*/
	display: inline;
	text-decoration: none;
	background-color: #FFE2C1;
	margin-left: 30px;
}



/*
########### IMAGES
*/

.imageleft {
	float: left;
	border: 0px solid #000;
	margin-right: 35px;
}

.imageleftnoborder {
	float: left;
	border: 0px solid #000;
	margin-right: 35px;
}


