
body {
	background: #f9f9e9;
	font-family: verdena, garamond, serif;
	font-size: 14px;
	color: #747272;   
}

#centerstage {
	margin: 0 auto;
	width: 880px;
}

#header_left {
  float: left;
	width: 310px;
	height:112px;	
}

#header_right {
  float: left;
  width: 570px;
  height:112px;
}

#header_right img{
  margin: 0px 0px 0px 10px;
}

#headline {
  color: #747272;
  font-family: verdana, sans-serif;
  font-size: 32px;
  text-decoration:none;
  padding: 10px 0px 10px 15px;
  font-weight:bold;
}

#subline {
  color: #17479c;
  font-family: verdana, sans-serif;
  font-size:28px;
  text-decoration:none;
  padding: 0px 0px 0px 15px;
}

#navigation {
  float: left;
}

.navigation {
  float: left;
  width: 880px;
  height:40px;
  font-size: 12px;
}

.navigation ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.navigation ul li {
  float:left;
  padding: 0px 0px 0px 0px; 
  margin: 0px 10px 0px 0px;
  list-style-type:none;
}

.navigation ul li a {
float:left;
color: #17479c;
background-color:#e5e39b;
font-family: "Arial";
font-size: 16px;
text-decoration:none;
padding: 10px 20px 10px 20px; 
}

.navigation ul li a:hover{
color:#e5e39b; 
background-color:#17479c;

}

#menuitem_link a {
  float:left;
  background-color:#17479c;
  color: #e5e39b;
  list-style-type:none;
}

#menuitem_home a {
  float:left;
  background-color:#17479c;
  color: #e5e39b;
  width: 270px;
  list-style-type:none;
}

#content_left {
  float: left;
  width: 310px;
  height:500px;
  margin: 0px 0px 0px 0px;
  font-family: arial;
  font-size: 14px;
  color: #17479c;

}

#content_left p {
  float: right;
  margin: 110px 10px 0px 0px;
  font-family: arial;
  font-size: 14px;
  color: #17479c;
  font: bold;
  line-height: 15pt;

}

#content_right {
  background: #ffffff;
  float: left;
  width: 486px;
  min-height: 700px;
  margin: 0px 0px 0px 0px;
  font-size:14px;
  font-family: verdana, sans-serif;
  line-height:20px;
}

#content_right h1{
  font-size:22px;
  line-height: 30px;
  font-family: verdana, sans-serif;
  font-weight: normal;

}

#content_right a{
  font-size:14px;
  font-family: verdana, sans-serif;
  color: #17479c
}

#content_right ul{
  padding: 0px 0px 0px 15px;
  line-height:20px;
  
}

#content_text{
  padding: 15px 20px 0px 20px;
}

#content_text td {
  min-width: 90px;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

