@charset "UTF-8";
/* CSS Document */

body {
	margin: 20px 10px;
	background: #ACD7F7 url(assets/pageBkg3.jpg) no-repeat left top;
}
#container {
	margin: 3em auto 4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	position: relative;
	}
#header {
	position:relative;
	width: 52em;
	margin-right: auto;
	margin-left: auto;
	height: 165px;
}
#headerPages {
	position:relative;
	width: 52em;
	margin-right: auto;
	margin-left: auto;
	background: url(assets/logo.gif) no-repeat right top;
	height: 165px;
	}
#logo {
}
	
#navigation {
	position: relative;
	height:26px;
	 }
	 
#navigation ul {
	margin:	0;
	padding: 0;
	position: relative;
	height:2.2em;
	list-style: none;
	background:url(assets/linkBkg.gif) repeat-x top left;
	}
	
#navigation ul li {
	float: left;
	font:Verdana, Arial, Helvetica, sans-serif;
	}
	
#navigation ul a {
	padding: 0 2.60em;
	font-size: 14px;
	line-height: 1
.em;
	text-decoration:none;
	color:#006666;
	float:left;
	display:block;
	background:url(assets/linkSep.gif) no-repeat left top;
	line-height: 2em;
	margin: 0px;
	}
	
#navigation ul a.first {
	background:none;
	}
	
#navigation ul a:hover {
	color:#561216;
	}
#bodyText {
	width: 52em;
	margin:1.5em auto 3em;
}
#clear {
	clear:both;
	}

#footer {
	position: relative;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
	border-top: 1px solid #999999;
	white-space: nowrap;
	}
	
#footer ul {
	margin:	0;
	padding: 0;
	position: relative;
	bottom: 0;
	list-style: none;
	}
#footer ul li {
	float: left;
	}
	
#footer ul a {
	color: #0000FF;
	text-decoration: underline;
	display: block;
	margin: 14px 20px;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0000ff;
	border-left-color: #0000ff;
}

#footer a:hover {
	background-color: #0000ff;
	color: #EEEEEE;
}

#footer a:active {
	color: #FF0000;
	background-color: #D1E6FD;
}
.titles {
	font-family: "Comic Sans MS", fantasy;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #477AE6;
	text-align: center;
	font-variant: small-caps;
	background: #EEEEFF url(assets/linkBkg.gif) repeat-x left top;
}
.colorBlock {
	background: #3067DD;
	height: 2px;
}
h1 {
	font-family: "Comic Sans MS", fantasy;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #2F65DD;
	text-align: center;
	font-variant: small-caps;
	background: #EEEEFF url(assets/linkBkgInv.gif) repeat-x left top;
	margin: 0em 0px 0px;
	padding: 0.4em 0px 0.3em;
}

