/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	background-color: #000080; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.88889;
	color: #000; 
	margin: 0; 
	padding: 0;
	}

p { 
	margin-top: 0; 
	text-align: left;
	line-height: 1.5
	}
h3 { 
	font: italic bold 1.45em Arial, Helvetica, sans-serif;
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #244217;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #A1C8CF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #CC0000;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */

#container { 
	
	text-align: center;
	background: white;
	padding-top: 20px;
	padding-left: 20px; 
	padding-right: 20px; 
  	margin-left: 250px;
  	margin-right: 250px;
	margin-bottom: 0px;
	height: 100%;
	}

#footer { 
	text-align: center; 
	font: bold 0.75em Arial, Helvetica, sans-serif;
	margin-top: 10px; margin-bottom: 10px;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}
