body {
	margin: 0px;
	padding: 0px;

}

div#hdr {
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	margin: 0px;
	

}
div#bnr {
	background-color: #FFFFFF;
	height: 150px;
	background-image: url(../pics/bannerbkg.jpg);
	background-repeat: repeat-x;
}

div#bnr p {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	width:550px;
	padding-left: 205px;
	padding-top: 20px;
	color: #006699;
	overflow:hidden;
		}



img#title {
	
	left: 25px;
	top: 15px;
	position: absolute;
	height: 128px;
}

div#page_content {
	line-height: 110%;
	position: absolute;
	left: 7%;
	top: 220px;
	padding-right: 160px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	
}




div#page_content h1 {
	font-size: 140%;
	font-weight: bold;
	left: 5%;
	color: #006699;
}

div#page_content h2 {
	font-size: 110%;
	font-weight: bold;
	color: #006699;
}


div#page_content li {
	padding-bottom: 12px;
}

div#page_content a:active {
	color: #006699;
	text-decoration: none;
}
	
div#nav {
	font-size: 80%;
	color: #FFFFFF;
	background-color: #006699;
	border: 1px solid #000000;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	min-height: 20px;
	overflow:visible;

}

div#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 3%;
	padding-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}


div#nav li {
  	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-right: 3px;
	padding-left: 2px;

}

div#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	
}
div#nav a:visited {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #006699;
}

div#nav a:hover {
	color: #FFFFFF;
}

div#nav a:active {
	color: #000000;
	text-decoration: none;
}

.lastmenu {
    border-right: none;

	}
	
	
div#sidebar {
	position: absolute;
	color: white;
	width: 140px;
	top: 230px;
	min-height: 300px;
	right: 8px;
	padding-left: 2px;
    padding-top: 8px;
	background-color: #006699;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
    
}

div#sidebar h1 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #ffffff;
	padding-left: 3px;

}


div#sidebar ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;

}
div#sidebar li {
    position: relative; left:10px;
	color: #FFFFFF;
}

div#sidebar a:link {
  text-decoration:none;
	color: #FFFFFF;
}
div#sidebar a:visited {
  text-decoration:none;
	color: #FFFFFF;
}

div#sidebar a:hover {
  text-decoration: none;
	background-color: #FFFFFF;
	color: #006699;

}

div#sidebar a:active {
  text-decoration: none;
}

div#schedule ul {
	list-style-type: none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
    line-height: 80%;

}

div#schedule h3 {

    font-size: 100% ;
}


