body{
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	color: #000;
	background: #356797 url(../images/circuit.jpg) repeat top left;
}
#header{
	width: 900px;
	height: 150px;
	border: 4px outset #666;
}
a{
  color: #356797;
}
a:hover{
  color: #ff0;
  text-decoration: none;
}
#main{
  background: #dadae4 url(../images/content_back.gif) repeat-x top left;
	border-left: 4px outset #666;
	border-right: 4px outset #666;
	border-bottom: 4px outset #666;
	vertical-align: top;
	padding: 25px;
	font-weight: bold;
}
h1{
  font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 15px;
}
h2{
  font-size: 13pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}
.button_heading{
  border-top: 2px outset #356797;
  border-left: 2px outset #356797;
  border-right: 2px outset #356797;
	width:165px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background-color: #356797;
	color: #fff;
	font-size: 10pt;
}
.button_area{
  border-left: 2px outset #356797;
  border-right: 2px outset #356797;
  border-bottom: 2px outset #356797;
	padding: 5px;
	text-align: center;
	background-color: #77abdd;
}
#footer{
	color: #356797;
  font-size: 8pt;
	text-align: center;
	float: left;
}
#influx{
	color: #356797;
  font-size: 8pt;
	text-align: center;
	float: right;
}
#influx a{
	color: #356797;
}
#influx a:hover{
  text-decoration: none;
	color: #391112;
}
.news_area{
	font-family: "Times New Roman", Times, serif;
}

