body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	margin-bottom: 20px;
	padding: 0;
	text-align: center; 
	color: #000000;
}

.menu_links  {
	display: block;
	background-color: #bfbfcf;
	font-family: Garamond;
	font-size: 13pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 3px;
	width: 136px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.menu_links:hover {
	background-color: #6666a3;
	color: white;
}

#container {
	width: 780px; 
	background: #FFFFFF;
	text-align: center; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
}

#mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
}

#contenttext {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	text-align: justify;
	float: left;
}

#contenttext_disclaimer {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#menu {
	width: 155px;
	float: left;
	vertical-align: top;
}

#footer { 
	clear: both;
	padding: 0 10px; 
	background:#DDDDDD;
} 

#footer p {
	margin: 0; 
	padding: 10px 0; 
}

.address {
	width: 200px;
	text-align: left;
}	

.side_stripe {
	width: 5px;
	height: 26px;;
}
	
.float_left {
	float: left;
}

.float_right {
	float: left;
}

.center   {  
	text-align: center;  
	margin-left: auto;
	margin-right: auto;
}

.justify  {  
	text-align: justify; 
	margin-left: auto;
	margin-right: auto;
}

.style1 {
	font-family: Garamond;
	font-size: large;
}

.style2 {font-family: Georgia, "Times New Roman", Times, serif}
.style3 {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style4 {font-family: Garamond}
.style5 {font-size: small}
.style6 {font-size: xx-small; }

