body { background-color:#B7AFA3; font-family:Verdana, Arial, Helvetica, sans-serif; padding:15px; margin:0px; text-align: center;}
body a { color:#000000; text-decoration:none; font-weight:800; border-bottom: 1px dotted gray;}
body a:hover { color: #999999; text-decoration:underline; font-weight:800 }

#container { 
border-left: 1px solid black;
border-right: 1px solid black;
width:750px; 
margin:0 auto; 
font-size:12pt; 
text-align: left;
}
#header {
background: url(image/header.jpg) no-repeat;
margin: 0px 0px 0px 0px;
float: left;
width:750px; 
height:262px; 
border: 0px solid red; 
}
#header h2{
  display: block;
  font-size: 13pt;
  color: rgb(0,147,221);
  text-align: right;
  margin: 0px 30px 0px 0px;
}
#header h2 a{
  color: rgb(0,147,221);
  text-decoration: none;
  border: none;
}
#header h2 a:hover{
  text-decoration: underline;
}
#header a{
  border: none;
}
img { border:0; padding:0}

#navigation {
	width: 50%;
  position: relative;
  float: right;
	text-align: center;
  border: 4px solid rgb(0,147,221);
}
#navigation ul {
	list-style: none;
	padding: 5px 5px;
	margin: 0;
}
#navigation li {
	display: inline;
	padding: 8px 10px;
  text-align: center;
}
#navigation li a, #navigation li a:visited {
  padding: 5px 4px 5px 4px;
  margin: 0px;
	font-weight: bold;
  font-size: 16pt;
	color: blue;
  border-top: 4px solid rgb(0,147,221);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgb(0,147,221);
}
#navigation li a:hover, #navigation li a:active, #navigation li a.current {  
  margin: 0px;
	color: blue;
	background: white;
  border-top: 4px solid rgb(0,147,221);
  border-left: 4px solid rgb(0,147,221);
  border-right: 4px solid rgb(0,147,221);
	border-bottom: 4px solid white;
}
#main { 
  border: 0px solid green;
  color:#000000; 
  background-color: white;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  font-size: 13pt;
  text-align: justify;
  line-height: 160%;
}
#main h1, #main h1 a { text-align:left; font-size:16pt; color: rgb(0,147,221);}
#main h2, #main h2 a { text-align:left; font-size:14pt; color: rgb(0,147,221);}
#main h3 {color: rgb(82, 14, 225); font-size: 16pt; text-align: center;}
#main p {text-indent: 2em;}
#footer { width:750px; background: #ffffff; }
#insidefooter { width:750px; border-top: 10px solid #B7AFA3; text-align:center; float:left; margin: 20px 0px 0px 0px; padding-top:15px;
		background-color:#FFFFFF;}

.clear { clear:both ; height: 1px; font-size: 1px; line-height: 0%; }