
body {
	background: #F2F8FD;
	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;
  font-size: 12px;
}

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

.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: #ffffff;
background-color: rgb(51, 102, 153);
font-family: "Arial";
font-size: 16px;
text-decoration:none;
padding: 70px 20px 10px 20px; 
min-width:112px;
}

.navigation ul li a:hover{
color:#000; 
background-color:rgb(153, 204, 255);

}

#menuitem_link a {
  float:left;
  background-color:rgb(153, 204, 255);
  color: #000;
  list-style-type:none;
}

#menuitem_home a {
  float:left;
  background-color:rgb(153, 204, 255);
  color: rgb(51, 102, 153);
  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: 682px;
  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;
  text-align: right;

}

#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;
}

