/* 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;
	}
	
	div#skiplink{
		font-size: xx-small;
		font-weight: normal;
		color: #c1c185;
		text-align: left;
		min-height: 5px;
		width: 95%;
		margin: 1px auto;
	}
	div#skiplink a {
		text-decoration: none;
		color: #FFF;
	}
	div#skiplink a:hover{
		text-decoration: underline;
		color: #FFF;
	}
	
	
	div#page {
        width: 95%;
		min-width: 500px;
        margin:  0 auto;
		padding: 5px;
        background: white;
        text-align: center;
		border: #663333 solid 2px;
    }

	/* Header #009966 */
	  div#header {
	   	width: 100%;
		margin:  0 auto;
        color: #fff;
        background: #009966;
        text-align: right;
		min-height: 48px;
      }  
	  div#header h1.temptitle{
		padding: 15px 8px 0px 0px;
	  	margin: 0px;
	  	text-align:right;
	  	font-size: large;
	  	color:#FFFFFF;
	}
	 div#header img{
		padding:0px;
	}	
	 div#header2 {
        color: #333366;
        text-align: left;
		margin-top: 5px;
		padding-bottom: 5px;
		border-bottom: #009966 solid 1px;
      }  
	  div#header2 h1{
	  	font-size:x-large;
		}
	  div#header2 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 #333366;
		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: #333366;
		text-decoration: none;
		border: 1px solid #333366;
	}
	div#topnav li a:hover {
		background-color: #66cc66;
		color: #000000;
	}*/

	/* Local Navigation */
	div#local {
        float: left;
        width: 10%;
		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 {
		text-decoration: underline;
		color: #663333;
	}
	
	/* Main Content Area */
	div#main {
        float: right;
        width: 89%;
        display: inline;
		background-color:#FFFFFF;
    }
	div#main h1 {
		font-size: large;
		padding-bottom: 10px;
		color: #333366;
	}
	div#main h2{
		font-size: medium;
		padding-bottom: 10px;
		color: #333366;
	}
	div#main h3{
		font-size: small;
		padding-bottom: 8px;
		color: #333366;
	}
	div#main p{
		font-size: small;
		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 img{
		border: none;
		margin: 8px;
	}
	div#main ul{
	margin-left: 30px;
	padding-bottom: 10px;
	list-style: disc outside;
	}	
	div#main ul li{
	padding-bottom: 5px;
	}
	div#main ol{
	margin-left: 30px;
	padding-bottom: 10px;
	list-style: decimal outside;
	}
	div#main ol li{
	padding-bottom: 5px;
	}
	div#main table.records {
	font-size: x-small;
	width: 100%;
	border: 2px solid #333366;	
	}
	div#main .records th{
	font-size: small;
	font-weight: bold;
	background-color:#BCE9BC;	
	}
	div#main .records td{
	font-size: small;
	font-weight: normal;
	border-bottom: 1px solid #66cc66;		
	}
		div#main table.records caption{
	font-size: medium;
	font-weight:bold;
	text-align:left;
	
	}
	div#main a, div#main a:link {
	text-decoration: underline;
	color: #333366;	
	}
	div#main a:visited {
	color: #009966;	
	}
	div#main a:hover {
	text-decoration: underline;
	color: #990000;	
	}
	div#main fieldset{
		width: 65%;
		padding: 10px;
	}
	div#main legend{
		font-size: small;
		font-weight:bold;
	}
	div#main p.smalltext{
	font-size:x-small;
	}
	div#main label {
		font-weight: bold;
	}
	div#description{
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
	margin: 5px;
	padding: 5px;
	border: 2px solid #66cc66;	
	}
	div#description h2{
	font: medium Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	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;
		min-width: 500px;
        margin:  0 auto;
  		padding-left: 5px;
  		color:#000000;
		background-color: #C1C185;
		width: 95%;
    }
	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;
	}
		
