/* CSS Document */

/** Boxes **/

body {
	margin: 0px;
	padding: 0px;
	background-color: #cce1eb;
	height: 100%;
	}

#header {
	position:absolute;
	left: 10px;
	top:10px; 
	width:984px; 
	height:158px; 
	z-index:1
	}

#smallheader {
	position:absolute;
	left: 10px;
	top:10px; 
	width:984px; 
	height:68px; 
	z-index:1
	}
		
#navbar {
	position:absolute; 
	left:10px; 
	top:175px; 
	width:984px; 
	height:38px;
	background-image:url(images/navbar.gif);
	z-index:2;
	}
#highnavbar {
	position:absolute; 
	left:10px; 
	top:85px; 
	width:984px; 
	height:38px;
	background-image:url(images/navbar.gif);
	z-index:2;
	}
		
#image {
	position:absolute; 
	left:40px; 
	top:145px; 
	width:200px; 
	height:135px; 
	z-index:3;
	}
#highimage {
	position:absolute; 
	left:40px; 
	top:77px; 
	width:200px; 
	height:135px; 
	z-index:3;
}
	
#wrapper {
	position:absolute; 
	left:10px; 
	top:220px; 
	margin:0px;
	width:984px; 
	z-index:1;
	background-image:url(images/mainbackground.gif);
	background-repeat:repeat-y;
	}
#highwrapper {
	position:absolute; 
	left:10px; 
	top:130px; 
	margin:0px;
	width:984px; 
	z-index:1;
	background-image:url(images/mainbackground.gif);
	background-repeat:repeat-y;
	}
	
#top {
	background-image:url(images/maintop.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 984px;
	height:8px;
}

#title {
	width: 970px;
	}
#title div{
	margin-left: 270px;
	}
	
#left {
	float:left; 
	width: 260px;
	height: 100%;
}
#left div {
	margin: 20px;
	}
	
#middle {
	float:left;
	width: 355px;
	height:100%;
}
#right {
	float:left;
	width: 355px;
	}
#middle div, #right div{
	margin: 10px;
	}
#wide {
	
	width: 970px;
	clear:both;
	}
#wide div{
	margin-left: 270px;
	}

#bottom {
	clear:both;
	background-image:url(images/mainbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 984px;
	height: 9px;
}

/****** text styles *********/
/* colors 
light blue #cce1eb
mid blue #99c2d7
dark blue # 006699  */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	}
h1 {
	color:#006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	}
h2 {
	color:#006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	}
h3 {
	color:#006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	}

a {
	text-decoration:none;
	}
a:hover {
	text-decoration: underline;
	}
	
/* area specific styles */
#nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin: 7px 0px 0px 260px;
	}
#highnavbar #nav {
	margin-left: 20px;
	}
#nav a{
	color: #FFFFFF;
	}
	
.this {
	color:#cce1eb;
	}

#left p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}	
#left ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #006699;
	}
blockquote{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style: italic;
	color:#006699;
	}

.credit{
	padding-top: 0px;
	margin-top: 0px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}