body {

    font-family: verdana, helvetica, sans-serif;
    text-align:justify;

}


a {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover
{
    color:#0000ff;
    background: white;
	
}

	
/* ----- NAV MENUS ---- */

#navsite{
}

#navsite ul{
    padding: 3px 0px;
    margin-left: 0; 
    border-bottom: 1px solid #ff6600;
    font: bold 10px verdana, sans-serif;
}

#navsite ul li {
    list-style: none;
    margin: 0;
    display: inline;
}

#navsite ul li a {
    padding: 3px 0.5em;
    margin-left:4px;
    border: 1px solid #ff6600;
    background: #ff6600;
    color:white;
    
    text-decoration:none;
}

#navsite ul li a:hover {
    color: #ff6600;
    background: white;
    
}

#navsite ul li a#current {
    color:black;
    border-top: #ff6600 solid 1px;
    border-right: #ff6600 solid 1px;  
    border-left: #ff6600 solid 1px;
    border-bottom: white solid 1px;  
    background: white;
}

/* ---- end menus ---- */



table {
    border: solid 2px #666666;
}


p {
    
    font-size: 9pt;
    text-align:justify;
    
}

.i{
	font-style: italic;
}

.b{
	font-weight: bold;
}

.small {
	font-size: 7pt;
}


td {
    padding-right: 7px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 7px;  
    
    font-size: 9pt;
    text-align:justify;
      
}



td.fieldname {
    text-align: right;
    text-transform: capitalize;
    font-style: italic;
    font-size: 8pt;
    background: #cccccc; 
    border-bottom: solid #666666 1px;
    
}

td.field {
    text-align: left;
    font-size: 8pt;
    border-bottom: solid #666666 1px; 
     
    
    
}


th {
    
    font-weight: bold;
    font-size: 8pt;  
    background: #666666; 
    color: white;
    padding: 3px;
    margin: 0px;
    
}

h1, h2, h3, h4 {
    font-weight: bold;
    font-family: times, serif;
    font-style: italic;
    
}


h1 {
    color:#ff6600;
}


div.center{
	margin-left: auto;
	margin-right: auto;
	background: #dddddd;
	margin-bottom: 10px;
}

div.button{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.center{
	text-align:center;
}
.center table{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
	

/* stuff for nicer input forms */

label {
	background: #666666;
	color: white;
	padding:2px;
	margin: 0px 15px 0px 0px;
    display:block; 
	width:135px;
	text-transform: capitalize;
	font-weight: bold;
    font-size: 7pt; 
    
}

	
	
input {
	margin:0px; 
	width:170px;
	font-size: 8pt; 
}

input.radio {
	margin:0px; 
	width:17px;
	font-size: 8pt; 
}



textarea {
	margin:0px; 
	width:170px;
	font-size: 8pt;
	height: 100px;
}


div.formfield {
	float:left;
	margin: 10px 15px 2px 0px;
	width: 	170px;
	
	/*  border: 1px solid black; */
}


p.data{
	font-size: 8pt;
	margin-top: 2px;
	margin-bottom: 4px;
	width: 170px;
	}

	
p.radiolabel, td.radiolabel {
		font-size: 7pt; 
		display: inline;
		margin: 0px 8px 0px 2px;
}




	
	
.clear{
	clear: both;
}


	
	




   





    
    
    
    
    


