body {
  margin: 0; padding: 0;
  text-align : center;
}

div.wrapper {
  margin: 20px; 
  padding: 10px 10px;
  width : 900px;
  text-align : left;

}

A 			{ color: #600;   font-weight : bold;  }
A:link		{ color: #600;  font-weight : bold; }
A:visited	{ color: #600;font-weight : bold;  }
A:active	{ color: #600; font-weight : bold; }
A:hover		{ color: #600; font-weight : bold;  }

div.border {
	border-right : 1px dashed #cccccc;
	font-family : Verdana;
	font-size : 12px;
	text-align : right;
    color : Black;
	font-weight : bold;
	padding : 5px;
	width : 150px;
	}
		
h1,h2,h3,h4 {
	font-family : Georgia;
	text-align : left;
	color: #003366;
	margin-bottom : 2px;
	margin-top : 2px;
}

input, select, textarea {    
    border: 1px solid black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color:white;
    font-size: 10px;
    font-weight: normal;
    color: #747474;
}

DIV.overview {
	font: 12px Verdana,Georgia,Times New Roman,serif;
	COLOR: #333;
	margin : 0 0 0 205px;
	padding : 10px;
	line-height : 1.66;
	background-color : White;
}

#pageinfo {
	FONT: bold 11px Georgia,Times New Roman,serif;
	COLOR: #0047be;
	border-bottom : 1px solid #cccccc;
	border-top : 1px solid #cccccc;
	padding : 5px;
}

pre.code {
	color: Black;
	font-size : 12px;
	color: #700000;
	border : 1px solid Black;
	background-color : #ccc;
	padding : 2px;
	margin : 2px;
}	
p {
	font-family : Verdana;
	font-size : smaller;
	color: #666666;
}

div.menu {
	float : left;
	font-family : Verdana;
	font-size : 12px;
	text-align : left;
	font-weight : bold;
	padding : 5px;
	margin : 0px;
	width : 200px;
}
div.menu a {
	display : block;
	padding : 2px;
	padding-left : 10px;
	line-height : 1.66;
	color : #333;
	background-color : #DCDCDC;
	border-top : 1px solid #eee;
	border-left : 1px solid #eee;	
	border-bottom : 1px solid #aaa;	
	border-right : 1px solid #aaa;		
}

div.menu h4 {
	text-align : left;
	font-family : Verdana;
	font-size : 20px;
	font-weight : bold;
	color : #333;
	padding : 2px;
	margin : 0px;
	background-color : #DCDCDC;
	border-top : 1px solid #eee;
	border-left : 1px solid #eee;	
	border-bottom : 1px solid #aaa;	
	border-right : 1px solid #aaa;		
}

div.logo {
	font-family : Verdana;
	font-size : smaller;
	font-weight : bold;
	text-align : center;
	width : 100%;
	background-image : url(img/top.bg.gif);
	padding-top : 10px;
	padding-bottom: 10px;
	border : 2px solid #003366;
}
div.topheader {
	border-bottom: 2px #ff4700 solid;
	border-top: 2px #ff4700 solid;	
	font-family : Verdana;
	font-size : 0.75em;
	font-weight : bold;
	text-align : right;
	width : 800px;
	background-color : #003366;
	color : #ccc;
	padding-right : 20px;
	padding-top : 10px;
	vertical-align : middle;
}
div.pics {
   margin-top : 10px;
   margin-bottom : 10px;   
	text-align : center;
	width : 100%;
}
div.footer {
	text-align : center;
	color : #333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	border-top : 2px solid #003366;
	padding : 5px;
}