/* Adapted from CSSPlay.co.uk with permission*/

html {
height:100%; 
max-height:100%;  
padding:0;
margin:0; 
border:0; 
font-size:82%; 
font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; 
background:#fff -18px 0 no-repeat; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ }

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background-color: #f1f1f1;
	}
	
#content {
	display:block;
	height:100%; 
	max-height:100%; 
	overflow:auto;
	padding-left:310px; 
	position:relative;
	z-index:3;
	}
	
p {
	text-indent: 1.5em;
	}
	
/* Links */
	
a:link {
	color: #004674;
	text-decoration:none;
	}
a:visited {
	color: black;
	text-decoration:none;
	}
a:hover {
	color: #004674;
	text-decoration:underline;
	}
a:active {
	color: #004674;
	text-decoration:none;
	}
	
.navbarlinks a:link {
	color: white;
	text-decoration:none;
	}
.navbarlinks a:visited {
	color: white;
	text-decoration:none;
	}
.navbarlinks a:hover {
	color: white;
	text-decoration:underline;
	}
.navbarlinks a:active {
	color: white;
	text-decoration:none;
	}

.lefttxt {
	font-size:12px;
}

	
/* Header */ 

#head {
	position:absolute;
	margin:0;
	top:0;
	right:16px;
	display:block;
	width:100%;
	height:144px; 
	background:#006EB6;
	font-size:4em; 
	z-index:5; 
	color:#fff;
	}
	
#mainheader {
	display:block;
	z-index:3;
	position:relative;
	width:799px;
	height:144px;
	background:url('images/main.jpg');
	background-position:center center; 
	background-repeat:no-repeat;
	margin-left: 113px;
	text-align: left;
	} 
	
#leftbg {
	z-index:0;
	position: absolute;
	top:0;
	left:0;
	width: 25%;
	height: 144px;
	background-image:url('images/leftbg.jpg');
	} 
				
#rightbg {
  z-index:0;
	position: absolute;
	top:0;
	right:0;
  float:right;
	width: 50%;
	height: 144px;
	background-image:url('images/rightbg.jpg');
	}
	
#navbar {
	z-index: 11;
	position:absolute;
	top: 101px;
	left: 330px;
	font-size: 14px;
	font-weight: bold;
	}
	
/* Footer */
	
#foot {
	position:fixed;
	margin:0; 
	bottom:-1px; 
	right:16px; 
	display:block; 
	width:100%; 
	height:34px; 
	background:url('images/bottombar.png') #005B98;
	color:#fff; 
	text-align:right; 
	font-size:1em; 
	z-index:4;
	}
	
/* Left column */

#left {
	position:absolute; 
	left:113px;
	top:0;
	height:100%; 
	width:100%;
	background:url('images/columnbg.jpg') transparent; 
	background-repeat:repeat-y;
	font-size:90%; 
	color:#000;
	z-index:3;
	/* ie positioning 
	*left: 111px;
	*width: 186px; */
	}
	
#mainlogo {
	position: absolute;
	width: 187px;
	height: 56px;
	left: 1px;
	top: 144px;
	background-image:url('images/main2.jpg');
	background-repeat:no-repeat;
	z-index: 7;
	} 

/* Padding */

#pad1 {
	display:block; 
	width:18px; 
	height:100px; 
	float:left;
	}
	
#pad3 {
	display:block; 
	width:18px; 
	height:50px; 
	float:left;
	}
	
.pad2 {
	display:block; 
	height:130px;
	}

.pad3 {
	display:block; 
	height:200px;
	}
	
.bottompad {
	display:block; 
	height:50px;
	}
	
#content p {
	padding:5px;
	}

.bold {
	font-size:1.2em; 
	font-weight:bold;
	}


/* Text Div */
#textdiv {
	width:450px;
}

UL {
list-style-type: square;
list-style-position: outside;
} 
