/* CSS Document */
/* CSS Document */
/* size trick */
	body, body div, body p, body th, 
	body td, body li, body dd    {
		/* more specific to override imported rule */
		font-size: x-small;      
		/* false value for WinIE4/5 */
		voice-family: "\"}\"";   
		/* trick WinIE4/5 into thinking rule is over */
		voice-family: inherit;   
		/* recover from trick */
		font-size: small;
		/* intended value for better browsers */
		}
	
	html>body, html>body div, html>body p, 
	html>body th, html>body td, 
	html>body li, html>body dd {
		font-size: small;
		/* be nice to Opera */
		}
		/*end font trick */
* { 
	margin: 0; 
	padding: 0; 
	}
	
	/* Body and Container */
	body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	/* background-color: #C1C185; */
	margin-top: 5px;
	background-attachment: fixed;
	background-color: #FFF;
	background-repeat: repeat;
	background-image: url(../images/background-image.jpg);
	}
	
	div#skiplink{
		font-size: xx-small;
		font-weight: normal;
		color: #000000;
		text-align: left;
		min-height: 5px;
		width: 94%;
		margin: 0 auto;
	}
	div#skiplink a {
		text-decoration: none;
		color: #00a850;
	}
	div#skiplink a:hover{
		text-decoration: underline;
		color: #00a850;
	}
	
	
	div#page {
	width: 94%;
	min-width: 500px;
	margin:  0 auto;
	padding: 5px;
	background: white;
	text-align: center;
	border: #000000 solid 2px;

    }

	/* #663333Header #009966 */
	  div#header {
	width: 100%;
	margin:  0 auto;
	color: #fff;
	/* background: #009678;*/
	background-color: #00a850;
	
	text-align: right;
	min-height: 126px;
      }  
	  div#header h1.temptitle{
		padding: 15px 8px 0px 0px;
	  	margin: 0px;
	  	text-align:right;
	  	font-size: large;
	  	color:#FFFFFF;
	}
	 div#header img{
		margin: 3px 0px 3px 3px;
	}	
	 div#header2 {
        color: #333366;
        text-align: left;
		margin-top: 5px;
		min-height: 117px;
      }  
	  div#header img{
		padding:0px;
		border: none;
	  }  	

	 /* Content - Contains Navigation, Content */
	div#content {
        position: relative;
        width: 100%;  
        margin: 5px auto !important;
		margin: 5px auto 0px auto;
        padding: 0;
        text-align: left;
    }
	  
	  /* Navigation */
	div#topnav {
        width: 99%;
        text-align: left;
		font-size: small;
		font-weight:bold;
		background-color:#FFFFFF;
		border-bottom: 2px solid #000000;
		margin-bottom:5px;
		padding: 3px;
    }
	div#topnav ul {
		list-style: none;
		padding: 5px 5px 0px 5px;
	}
	div#topnav li {
		display: inline;
	}
	div#topnav li a:link, div#topnav li a:visited  {
		padding: 3px;
		color: #FFFFFF;
		background-color: #000000;
		text-decoration: none;
		border: 1px solid #000000;
	}
	div#topnav li a:hover {
		background-color: #D5BC38;
		color: #000000;
	}

	/* Local Navigation */
	
	/*div#local {
        float: left;
        width: 14%;
		background-color:#000000;
    }
	div#local  #navigation {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		font-weight: bold;
		background-image: url(../images/nav-bggl.jpg);
		background-repeat: repeat-y;
		background-position: left;	
	}
	div#local #navigation ul {
		list-style: none;
	}
	div#local #navigation li {
		border-bottom: 1px solid #48488e;
		background-image: url(../images/nav-bggl.jpg);
		background-repeat: repeat-y;
		background-position: left;	
		list-style: none;
	}
	div#local #navigation li a:link, div#local #navigation li a:visited  {
		display: block;
		padding: 5px 0px 5px 18px;
		
		/*border-left: 12px solid #009966;border-left: 12px solid #009966;
		
		background-color: #333366;
		color: #FFFFFF;
		text-decoration: none;
	}
	div#local #navigation li a:hover {
		display: block;
		padding: 5px 0px 5px 18px;
		background-color: #CCCCCC;
		color: #000000;
		text-decoration: none;
	}*/

	/*
	
	div#local {
        float: left;
        width: 13%;
		background-color:#FFFFFF;
		margin-right:5px;
    }
	div#local #navigation {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: left;
	}
	div#local #navigation ul {
		list-style: none;
		padding: 10px 5px 20px 10px;
	}
	div#local #navigation li {
		display: block;
		font-size: x-small;
		padding: 4px 6px;
	}
	div#local #navigation li a:link, div#local #navigation li a:visited  {
		color: #000000;
		text-decoration: none;
		padding-right: 3px;
	}
	div#local #navigation li a:hover {
		border-bottom: #D291BF 2px solid;
	}
	*/
	/* Main Content Area */
	div#main {
        float: left;
        width: 99%;
        display: inline;
		background-color:#FFFFFF;
    }
	div#main h1 {
		font-size: large;
		padding-bottom: 10px;
		color: #000000;
	}
	div#main h2{
		font-size: medium;
		padding-bottom: 10px;
		color: #000000;
	}
	div#main h3{
		font-size: small;
		padding-bottom: 8px;
		color: #000000;
	}
	div#main p{
		font-size: small;
		padding-bottom: 10px;
		padding-top: 2px;
	}
	div#main p.small{
		font-size: x-small;
		font-weight:normal;
		padding-bottom: 10px;
		padding-top: 2px;
	}
	div#main p.score{
		font-size: medium;
		font-weight:bold;
		color:#990000;
		padding-bottom: 10px;
		padding-top: 2px;
	}
	div#main legend{
		font-weight: bold;
	}
	div#main fieldset{
		width: 70%;
		padding: 7px;
	}
	div#main img{
		border: none;
		margin: 8px;
	}
	div#main ul{
	padding-left: 30px;
	padding-bottom: 10px;
	list-style: disc outside;
	}
	div#main ol{
	padding-left: 30px;
	padding-bottom: 10px;
	list-style: decimal inside;
	}
	div#main ol li{
	padding-bottom: 5px;
	}
	div#main table.records {
	font-size: x-small;
	width: 99%;
	}
	div#main .records th{
	font-size: small;
	font-weight: bold;
	}
	div#main .records td{
	font-size: small;
	font-weight: normal;
	vertical-align:top;		
	}
	
	div#main a, div#main a:link {
	text-decoration: underline;
	color: #333366;
	
	}
	div#main a:visited {
	color: #009966;	
	}
	div#main a:hover {
	text-decoration: none;
	color: #990000;	
	}
	
	/*Floating thumbnails */
	div.floattn {
		float: left;
		width: 115px;
		padding: 10px;
		}
	div.floattn p{
		text-align:center;
		}	
		
	div.floattn-top {
		float: left;
		width: 144px;
		padding: 10px;
		}
	div.floattn-top p{
		text-align:center;
		}	
	/* end floating thumbnails */
	
	div#description{
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 8px solid #B3D88C;	
	}
	div#description h2{
	font: large Verdana, Arial, Helvetica, sans-serif;
	color: #4E2F91;
	margin-bottom: 10px;
	}
	div#description p{
	margin-bottom: 10px;
	}
	div#description a, div#description a:link {
	text-decoration: underline;
	color: #333366;	
	}
	div#description a:visited {
	color: #009966;	
	}
	div#description a:hover {
	text-decoration: underline;
	color: #990000;	
	}
	
	/* Footer */
	div#footer {
        text-align: left;
  		font-size: x-small;
  		padding-left: 5px;
  		color:#000000;
		/* background-color: #C1C185; */
		background-color: #ffffff;
		width: 94%;
		margin: 0 auto;
    }
	div#footer p{
		 font-size: x-small;
	}
	div#footer img{
		border:none;
		margin:8px;
	}
	div#footer a, div#footer a:link {
		text-decoration: underline;
		color:#333366;
	}
	div#footer a:visited {
		text-decoration: underline;
		color:#006644;
	}
	div#footer a:hover {
		text-decoration: none;
		color:#663333;
	}
		
