
body {
	background: #000FF;
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, sans-serif; 
	color: #000;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: small; 
	text-align: center;}
	
	

/* ===== set anchor styling ====== */

a:link {
	color: #0066FF;
	font-weight: bold; 
        text-decoration: underline; }
	
a:visited {
	color: #00000;
	font-weight: bold; 
	text-decoration: none; }

a:hover {
	color: #0066FF;
	font-weight: bold; 
	text-decoration: none; }
	
a:active {
	color: #0066FF;
	font-weight: bold; 
	text-decoration: none; }

/* ===== specific div styling ===== */

	
#header {
	background: url(cloud.jpg) repeat 50%; 
	width: 100%; 
	height: 120px;
	margin: 0;
	padding: 5px 0 0 0; }

#header h1 {
	text-align: center;
	padding: 0;
	margin: 0; 
	vertical-align: middle;
	color: #ffffff;
	font-size: 210%; }	
	
#nav {
	text-transform: uppercase; 
	padding: 0;
	margin: 0;  }
	
#content {
	width: 100%; 
	padding: 20px 30px 30px 20px;
	border-top: 1px solid #A7BAF5; }	
	
#content_description {
	text-align: left; }	
	
#content h1 {
	text-align: center; 
	padding: 0;
	margin: 10px 0 0 0;
	color: #000000;
	font-size:200%; }	
	
#content h2 {
	text-align: left; 
	color: #000000;
	font-size:100%; }
	
#content h3 {
	text-align: center;
	text-decoration: underline; 
	padding: 0;
	margin: 10px 0 0 0;
	color: #000000;
	font-size:100%;
	font-weight: bold ; }
	
#content p  {
	color: #000;
	font-size: medium; 
        font: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px; }
	
#content ol {
	list-style-position: inside;
	list-style: decimal;
	font-size: small;
	margin: 10px;
	padding: 0; }	

#content ul {
	list-style-position: inside;
	list-style: disc ;
	font-size: small;
	margin: 10px;;
	padding: 0; }	
	
#footer {
	margin-top: 50px;
	width: 87%;
	border-bottom: 1px solid #ccc; 
	text-align: center;}
