
		
	html {
	padding: 0 0 0 1px;
	margin: 0;
	background: #ccc;
	}
	
	body {
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	text-align: center;
	}
	
	div#container1 {
	position: relative;
	max-width: 950px; 
	border: 1px solid #00F;
	border-width: 1px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
	}
	
	/* Holly hack to fix IE6 and below absolute position bug - \*/
	* html div#container1 {height: 1%;}
	/* End Holly hack */
	 
 	#banner {
	position: relative;
	height: 200px;
	background:  url(images/banner-background.jpg) no-repeat;	
	}
		
	div#banner-text {
	position: absolute;
	top:66px;
	right:0px; 
	margin: 0;
	}
	
	
	div#content-cent {
	margin-left: 170px;
	padding-top: 2em;
	position: relative;
	
	}
	
	/* Holly hack to fix IE6 and below absolute position bug - \*/
	* html div#content-cent {height: 1%;}
	/* End Holly hack */
	
	
	div#rightpanel {
	position: absolute;
	width: 170px;
	right: 0;
	top: 2em;
	height: 475px;
	background-image:  url(images/rightpanel.gif);
	background-repeat: repeat-y;
	z-index: 1;
	}
	
	#groupnavcontainer {
	background-color: #D9E2ED;
	margin-right: 170px;
	}
	
	#nav1 {
	position: absolute;
	margin-top: 0px;
	top: 154px;
	left: 0px;
	
	width: 150px;
	height: 400px;
	background: url(images/navbackground.gif) no-repeat;
	}
	
	#nav1 ul{
	padding: 0;
	margin: 0;
	margin-top: 20px;
	list-style-type: none;
	}

	#nav1 li {
	margin-bottom: 5px;
	padding-left:10px
	}

	#nav1 a{
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #036;
	width: 120px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;}
	
	#nav1 a:link, #nav1 a:visited{
	 text-decoration: none;
	 }
	 
	#nav1 a:hover, #nav1 a:active {
    text-decoration: none;
	font-weight: bold;
    color: #F00;
	background-color: #369;
    }
	
	
	#groupnavcontainer ul {
	margin: 0;
	text-align: center;
	font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
	}
	
	.groupnav li {
	display: inline; 
	}
	
	.groupnav li a {
	text-decoration: none;
 	font-size: 16px;
	color: rgb(0, 0, 102);
    line-height: 22px;
	padding-right:0.3em;
	}

	
	.groupnav a:link, .groupnav a:visited {
	 text-decoration: none;
	 font-size: 16px;
	 font-weight: bold;
	 }
	 
	.groupnav a:hover, .groupnav a:active {
    color: #F00;
    }
	
	
	div#scrollcontainer {
	height: 450px; 
	margin-top: 20px;
	margin-right: 170px;
	}

	div#content-scroll {
	height: 370px; 
	overflow: auto;
	padding: 20px;
	}
	
	div#content-scroll a:link, div#content-scroll a:visited{
	outline: none;
	font-size: 14px;
	font-weight: bold;
    text-decoration: none;
    color: rgb(0, 102, 0);
    }
	
	div#content-scroll a:hover, div#content-scroll a:active {
    color: #F00;
    }
	
	div#content-cent-right {
	margin-left: 190px;
	padding-top: 3em;
	padding-right: 3em;
	}
	
	div#content-cent-right a:link, div#content-cent-right a:visited {
	 outline: none;
	 font-size: 12px;
	 font-weight: bold;
	 text-decoration: underline;
	 color: #080;
	 }
	 
 	div#content-cent-right a:hover, div#content-cent-right a:active {
	color: #F00;
	}
	
	
	#cleardiv{clear: both;}
 
	

	p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    font-size: 12px;
	font-weight: normal;
    line-height: 20px;
    }
	
 	h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 28px;
	font-style: normal;
	line-height: 35px;
	color: rgb(0, 0, 102);
    font-weight: bold;
    }

  	h2 
  	{ font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 25px;
    color: rgb(0, 0, 102);
    font-weight: bold;
    }

  	h3 
	{ font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    color: rgb(0, 0, 102);
    font-weight: bold;
    }

  	h4 
	{ font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: rgb(0, 0, 153);
    font-weight: bold;
    }

 	h5 
	{ font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #FF0000;
    font-weight: bold;
    }
	
	h6 
	{ font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    font-weight: normal;
    }

	td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0, 0, 0);
	line-height: 20px;
    }


	.header { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    background-color: rgb(102, 153, 0);
    color: rgb(255, 255, 51);
    }
  	
	.groupheader { 
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-transform: capitalize;
    color: rgb(0, 0, 153);
	}
	
	.pageheader { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 1em; 
    font-size: 28px;
    font-style: normal;
    line-height: 35px;
    color: rgb(0, 0, 102);
    font-weight: bold;
    }

	.gplistnolink { 
	font-weight: bold;
    text-decoration: none;
    color: rgb(0, 0, 153);
    font-size: 16px;
    line-height: 28px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }

	.noticeheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	color: rgb(0, 102, 0);
	line-height: normal;
    }
	
	.noticefloatbox {
	float: left;
	width: 200px;
	height: 185px;
	padding-right: 15px;
	padding-bottom: 15px;
	}
	
	.galleryfloatbox {
	float: left;
	width: 200px;
	height: 270px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
	
	
