/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */

BODY { font-family: Arial; font-size: 12px; font-weight: normal; font-style: normal;}
A:active { font-family: Arial; font-size: 12px; font-weight: normal; font-style: normal;}
A:link { font-family: Arial; font-size: 12px; font-weight: normal; font-style: normal;}
A:hover { font-family: Arial; font-size: 12px; font-weight: normal; font-style: normal;}
A:visited { font-family: Arial; font-size: 12px;}
.TextObject { font-family: Arial; font-size: x-small; font-weight: normal; font-style: normal;}
.TextNavBar { font-family: Arial; font-size: x-small; font-weight: normal; font-style: normal;}
H1 { font-family: Arial; font-size: 18px; font-weight: bold;}
H2 { font-family: Arial; font-size: 16px; font-weight: bold;}
H3 { font-family: Arial; font-size: 14px; font-weight: bold;}
H4 { font-family: Arial; font-size: 12px; font-weight: bold;}
H5 { font-family: Arial; font-size: 12px; font-weight: bold;}
H6 { font-family: Arial; font-size: 12px; font-weight: normal;}
P { font-family: Arial; font-size: 12px; font-weight: normal;}
LI { font-family: Arial; font-size: 12px; font-weight: normal;}

img.block {
	display:block;
	}

div, img {
  	margin:0;
  	padding:0;
  	border:0;
	}

div#container {
  	width:790px;
  	height:auto;
  	margin-left:auto;
  	margin-right:auto;
  	border:no;
	}

div#header {
	float:top;
	width:790px;
   	height:75px;
   	background-color:#FFFFFF;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	}

div#top {
	float:top;
  	width:790px;
  	height:30px;
  	background-color:#FFFFFF;
  	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	}

div#links { 
	float:left;
	width:148px;
	height:450px; 
	background-color:#FFFFFF;
  	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:2px;
	}

div#center { 
	float:left;
	width:490px;
	height:auto;
	background-color:#FFFFFF; 
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	}

div#right { 
	float:right; 
	width:148px;
	height:450px;
	background-color:#FFFFFF;
	text-align:left; 
	padding-top:0px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:0px;	
	}

div#footer {
	float:auto;
	width:790px;
	height:35px;
  	background-color:#FFFFFF;
	}
 