html, body {
  margin: 0px;
  padding: 0px;
  height:100%;
  width: 100%;
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #005E9E;
  background-image: url("../images/mainbg.gif");
  background-repeat: repeat-x;
  background-color: #B5C6E0;
}

a {
  color:#000;
  text-decoration:none;
}
p {
	margin: 0px 0px 15px 0px;
}
img {
  border:none;
}

h1{
  color: #005E9E;
  margin:0px 0px 10px 0px;
  font-size: 15px;
}
h2 {
	color:#005E9E;
	font-size: 11px;
	font-weight: bold;
	margin:0px;
}
.global {
  width: 856px;
}

.header {
	padding: 4px 0px 0px 0px;
	background-image: url("../images/nav_bevel.gif");
	width: 100%;
	height:152px;
}
.logo {
	margin: 0px 0px 10px 0px;
	/*background-image: url("../images/logo.gif");*/
	height: 73px;
	width: 355px;
}

.navigation {
	width:100%;
}
.navigation ul {
	margin:0px;
	padding:0px;
	list-style: none;
}
.navigation li {
	margin:0px 0px 0px 10px;
	padding:0px;
	float:left;
	list-style: none;
}
.navigation a {
	display: block;
	font-size:13px;
	color: #A8ADCA;
	font-weight:bold;
	padding:5px 10px 5px 10px;

}
.navigation a:hover {
	color: #fff;
	border-bottom: 4px solid #fff;
}

.subnavigation {

}
.subnavigation ul {
	margin:20px 0px 0px 30px;
	padding:0px;
	list-style: none;
}
.subnavigation li {
	margin:15px 0px 0px 0px;
	padding:0px;
	list-style: none;
}
.subnavigation a {
	display: block;
	font-size:11px;
	color: #005E9E;
	padding:1px 0px 1px 10px;
	border-left: 1px solid #fff;

}
.subnavigation a:hover {
	color: #003C70;
	border-left: 1px solid #003C70;
}

.body {
	width: 100%;
	background-image: url("../images/mainbevel.gif");
	background-repeat: repeat-y;
	background-color: #fff;
	text-align: left;
	margin-top: -1px;
	padding-bottom:10px;
}
.body table {
	clear: both;
}

.adress {
	margin:40px 0px 0px 40px;
	color: #5B8BAB;
font-size: 11px;
}
.footer {
	background-image: url("../images/nav_bevel.gif");
	height: 10px;
	width:100%;
}
.copyright {
	text-align: right;
	font-size: 9px;
	margin-top:3px;
}
.content {
	padding:20px 10px 0px 30px;
}
.content a {
	text-decoration: underline;
	color:#005E9E;
}
.content a:hover{
	text-decoration: none;
}
.content td {
	vertical-align: top;
}
.input {
	background-color: #CCEAF6;
	border: 1px solid #748085;
}
.textarea {
	background-color: #CCEAF6;
	border: 1px solid #748085;
	height:50px;
}








