html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size:90%;
	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
	overflow: hidden;
	background-color: #A6B8CA;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
/* */ }

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
}
#content {
	display:block; 
	height:100%; 
	max-height:100%; 
	overflow:auto; 
	
	padding-left:230px; 
	position:relative; 
	z-index:3;
}
#head {
	position:fixed; 
	margin:0; 
	top:0; 
	right:18px; 
	display:block; 
	width:100%; 
	height:120px; 
	background:#003366; 
	font-size:4em; 
	z-index:5; 
	color:#CCCCCC;
}
#foot {
	position:fixed;
	margin:0;
	bottom:-1px;
	display:block;
	width:100%;
	height:50px;
	background:#003366;
	color:#fff;
	text-align:left;
	font-size:1em;
	z-index:4;
	padding-left: 20px;
	left: 200px;
}
#foot a:hover  { 
	color: #003366; 
	text-decoration: none; 
	background-color: #ff6600 
}
#foot a {
	color: #ffcc00;
	text-decoration: underline;
}

#left {
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:200px;
	background-position:0 100px;
	font-size:1em;
	color:#FDFDFD;
	z-index:4;
	background-repeat: no-repeat;
}

* html #head, * html #foot,* html #left {
	position:absolute 
}

#pad1 {
	display:block; 
	width:18px; 
	height:100px; 
	float:left;
}
#pad3 {
	display:block; 
	width:18px; 
	height:50px; 
	float:left;
}
.pad2 {
	display:block;
	height:120px;
	background-color: 003366;
}

#content p {
	padding:5px;
	line-height: 1.5em;
}
#content h1 {
	font-size: 25px;
	margin-bottom: -10px;
	clear: left;
	text-align: center;
}
#content h2 {
	font-size: 15px;
	margin-bottom: -10px;
	clear: left;
}
#content h3 {
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
	color: #FFFFFF;
	padding-top: 50px;
	text-align: right;
	padding-right: 30px;
}
#content h4 {
	font-size: 15px;
	margin-bottom: -10px;
}
#content a:hover  { 
	color: #003366; 
	text-decoration: none; 
	background-color: #ff6600 
}
#content a {
	color: #990000;
	text-decoration: underline;
}
.bold {
	font-size:1.2em; 
	font-weight:bold;
}

#wordsright2 {
	float:right;
	top:100px;
	left:150px;
	height:auto;
	width:150px;
	border:3px dotted #fff;
	margin:20px 20px 5px 10px;
	padding:5px 10px 5px 10px;
	background-color: #003366;
}
#wordsright2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff
	;
}
	
.picright {
	float:right;
	top:100px;
	right:150px;
	height:auto;
	width:auto;
	border:1px solid #000;
	margin:5px;
	padding:5px;
	background-repeat: no-repeat;
	background-position: center;
	clear: right;
}

.picleft {
	float:left;
	top:100px;
	right:150px;
	height:auto;
	width:auto;
	border:1px solid #000;
	margin:15px 25px 15px 0;
	padding:5px;
	background-repeat: no-repeat;
	background-position: center;
	clear: left;
}
#wordsabsolute {
	position:absolute; 
	top:280px; left:400px; 
	background:#eee; 
	border:1px solid #000; 
	margin:5px; 
	padding:5px; 
	font-size:2em; 
	color:#c00;
}
#wordsrelative {
	position:relative; 
	top:10px; 
	left:30px; 
	background:#ddd; 
	border:1px solid #000; 
	margin:5px; 
	padding:5px; 
	font-size:2em; 
	color:#c00; 
	width:200px;
}

a.nav, a.nav:visited {
	display:block; 
	width:100px; 
	height:25px; 
	text-decoration:none; 
	color:#fff; 
	font-weight:bold; 
	line-height:25px;
}
a.nav:hover {
	color:#fc0;
}

#map {
	border: solid #000 3px;
}
.section {
	width: 70%;
	height: auto;
	display: block;
	min-height:200px;
}
/* -- Form --*/
.formcontainer {
	width: 356px;
	text-align: left;
	text-decoration: none;
	height: 400px;
}
.containerleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100px;
}
.containerleft2 {
	float: left;
	margin-top: -3px;
	width: 240px;
	margin-bottom: 10px;
}
.container2head {
	float: left;
	margin-top: 10px;
	width: 380px;
	margin-bottom: 10px;
	color: #FFCC00;
}
/* -- END Form --*/#content ul {
	line-height: 1.5em;
}
