/* CSS Document */
/* color scheme: Dark Blue: 	 #0033CC
				 Med Dark Blue:  #4066D9
				 Med Light Blue: #7F99E5
				 Light Blue:	 #BFCCF2 */
				 
body {
	background-color: #BFCCF2;
	font-family: Garamond, "Times New Roman", "MS Serif", serif;
	font-size: 18px;
	/*display: block;*/
	max-width: 97%;
	margin: 5px;
	/*position: relative;*/
	}

#banner {
	display: block;
	width: 98%;
	height: 125px;
	top: 10px;
	left: 10px;
	margin-left: 5px;
	background-color: #0033CC;
	background-image: url(../grfx/banner[M].gif);
	background-repeat: repeat;
	z-index: 80;
	position: absolute;
	}
	
#bannerLeft {
	display: block;
	width: 400px;
	height: 125px;
	top: 0px;
	left: 0px;
	background-image: url(../grfx/banner[L].gif);
	background-repeat: no-repeat;
	z-index: 85;
	position: absolute;
	}

#bannerRight {
	display: block;
	float: right;
	width: 299px;
	height: 125px;
	top: 0px;
	right: 0px;
	background-image: url(../grfx/banner[R].gif);
	background-repeat: no-repeat;
	z-index: 90;
	position: absolute;
	}

/* ---------- navigation - left side --------- */	
#navbar {
	display: block;
	background: url(../grfx/navFade.jpg) no-repeat bottom #7F99E5;
	height: 615px;
	width: 170px;
	position: absolute;
	top: 0;
	left: 5px;
	z-index: 50;
	}

#navbar ul {
	float: left;
	padding: 0;
	margin-left: 0px;
	margin-top: 5px;
	top: 140px;
	position: absolute;
	}
	
#navbar li {
	margin: 0;
	float: left;
	padding: 0;
	/*line-height: 2em;*/
	display: block;
	list-style: none;
	}
	
#navbar a {
	float: left;
	margin-left: 0;
	padding: 10px 15px;
	width: 140px;
	background-color: #7F99E5;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	}	
	
#navbar a:hover, #navbar a:active {
	background-color: #4066D9;
	border-left: #7F99E5 solid 10px;
	}


/* ---------- page content ---------- */
	
#content {
	top: 125px;
	left: 185px;
	position: absolute;
	/*display: block;*/
	float: left;
	}

#content h1 {
	display: block;
	clear: right;
	margin-bottom: 10px;
	padding-top: 20px;
	}
	
#content h2 {
	display: block;
	clear: both;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	font-family: Garamond, "Times New Roman", "MS Serif";
	font-size: 24px;
	color: #0033CC;
	}

#content dl {
	padding: 0 5px 10px 0;
	margin-bottom: 10px;
	margin-left: 0;
	float: left;
	}
	
#content dt {
	margin-left: 10px;
	padding: 4px 0 4px 20px;
	font-size: 130%;
	letter-spacing: 1px;
	font-family: Garamond, "Times New Roman", "MS Serif";
	color: #0033CC;
	font-weight: bold;
	float: right;
	border-left: 1px solid  #0033CC;
	}

#content dd.img img {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-left: 0;
	padding: 4px;
	border: 1px solid  #0033CC;
	border-bottom-color: #000066;
	border-right-color: #000066;
	}

#content dd {
	text-align: justify;
	padding-right: 5px;
	}

#content p {
	clear: right;
	margin-left: 5px;
	margin-right: 10px;
	/*display: block;*/
	}
		
a:link {
	color: #0033CC;
	text-decoration: underline;
	}

a:visited {
	color:#000066;
	text-decoration: none;
	}
	
a:hover {
	color: #4066D9;
	text-decoration: underline;
	}
	
a:active {
	color: #4066D9;
	text-decoration: underline;
	}

/* ---------- footer ---------- */
#footer {
	display: block;
	max-width: 800px;
	bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 25px;
	border-top: #0033CC 1px solid;
	/*padding-top: 3px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	z-index: 100;
	position: relative;
	text-align: right;
	clear: both;
	}

#footer img {
	position: relative;
	}