/* General setup */
* { margin: 0; padding: 0; }
img { border: 0; }
hr, .hidden {	display:none;	}
html {
	font-family:Verdana,sans-serif,Arial,Helvetica;
	font-size: 0.9em;
	height: 100%;
}
body {
	font-size: 76%;
	background-color: #A1A19D;
	height: 100%;
}
ul,ol {
	margin-left: 15px;
	margin-top: 10px;
	padding-left: 15px;
}
p,ul,ol	{	margin-bottom: 20px;	}
input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form {	display:inline;	}
a {
	text-decoration:none;
}
a:link,a:visited,a:hover,a:active {	color: #003368;	}
a:hover {
	color:blue;
	text-decoration:underline;
}
a:active {	color: black;	}
h1,h2,h3,h4,h5 {	margin-bottom: 5px;	}
/* structure divs */
#page {
	position: relative;
	width: 748px;
	margin: 0 auto;
	background-color:white;
	border-top: 1px solid white;
	display: inline-block;
}
#page:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}
#toplogo {
	background-color:white;
	padding-left: 21px;
}
#toplogo img {
	width : 82px;
	height: 23px;
}
#header h2 { margin: 0; }
