﻿@charset "utf-8";
/* CSS Document */
/* this is the main cascading style sheet used for almost all pages defining layout and texts */

/* properties of all boxes that keeps the same layout */
.oneColElsCtr #container {
	width: 55em;
	background: #000F77;
	margin: 0 auto;
	margin-top:5px;
	margin-bottom:30px;}
	
#map {position:fixed;
	width: 55em;
	background: #000033;
	margin: 0 auto;
	bottom:0%;
	color:#FFFFFF;
	text-align:center}
	
#container {background-color:#000F77}
#main {background-color:#000F77; position:inherit}
#apDivNav {background-color:#000F77;vertical-align:top}
#hometext {border-bottom:dashed; border-bottom-color:#FFFFFF}

/* background properties*/
body {
	background-color:#641E20;;
	background-image:url('images/bgimage.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 100%}

/* properties for heading 1 - main page headings*/
h1 {background-color:transparent;color:#FFFFFF;font-family:Franklin Gothic Heavy;font-size:200%}
/* properties of heading 2 - main headings for text*/
h2 {color:#990000;font-family:Arial Black;font-size:130%;margin: 0.5mm}
/* properties of heading 3 - navigation heading*/
h3 {color:#FFFFFF;font-family:Arial Black;font-size:100%}
/* properties of paragraph*/
p {font-family: arial;font-size: 90%;color:#FFFFFF;margin: 2mm}	
/* this makes the first letter of paragraph larger and white */	
p:first-letter {color: #FFFFFF;font-size:150%}

/* this defines how the hyperlinks look */
a:link {color:#FFFFFF; text-decoration: none}
a:visited {color:#FFFFFF; text-decoration: none}
a:active {color:#FFFFFF; text-decoration: none}
a:hover {color:#641E20; text-decoration:underline}
