/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
body { 
	font-family: Verdana;
	font-size: 11px;
	margin: 0px; 
	padding: 0px 5px 0px 5px;
	background: WhiteSmoke;
	}
p { 
	text-align: justify;
	padding: 0px 5px 0px 5px;
	}
li { 
	text-align: justify;
	padding: 0px 5px 0px 0px;
	}
h1 { 
	font-style: bold;
	font-size: 18px;
	letter-spacing: 1px; 
	text-align: center
	}
h2 { 
	font-weight: bold; 
	font-size: 14px;
	letter-spacing: 1px; 
	text-align: center;
	padding: 0px 10px 0px 10px;
	}
h3 { 
	background: Black;
	font-weight: bold; 
	font-size: 16px;
	letter-spacing: 1px; 
	color: White;
	text-align: center;
	padding: 0px 10px 0px 10px;
	}
h4 { 
	font-weight: bold; 
	font-size: 12px;
	text-align: left;
	padding: 0px 5px 0px 5px;
	}
a:link { 
	text-decoration: underline; 
	color: Black;
	}
a:visited { 
	text-decoration: underline; 
	color: DarkGrey;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: Blue;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container { 
	background: WhiteSmoke; 
	min-width: 600px;
	}
#header { 
	float: left;
	width: 80%; 
	height: 140px;
	background: url(images/Logo-1.jpg) no-repeat center white;
	}

#preamble {
	background: #EAF5F5; 
	float: left;
	width: 80%; 
	}
#supportingText {	
	background: White; 
	float: left;
	width: 80%; 
	}

#footer { 
	float: left;
	text-align: center;
	width: 100%; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#menu {
	float: right;
	max-width: 20%; 
	text-align: center;
	background: WhiteSmoke;
	}

#menu a {
	text-decoration: none; 
	font-weight: normal;
	}
#menu ul {
	margin: 0px;
	padding: 0px;
	}
#menu li {
	display: block; 
	padding-top: 5px; 
	list-style-type: none;
	text-align: center
	}

