body{
	 font-family: verdana,  helvetica, sans-serif; 
	background-color: #666666;
	background-image: url(pix/paper.gif);
	background-repeat: repeat-x repeat-y;

}

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

#navsite{
}

#navsite ul{
    padding: 3px 0px;
    margin-left: 0; 
    border-bottom: 1px solid #0000FF;
    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: 2px;
    border: 1px solid #0000FF;
    background: #0000FF;
    color:white;
    
    text-decoration:none;
}

#navsite ul li a:hover {
    color: #0000FF;
    background: #cccccc;
    
}

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

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






a{
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;

}

a:hover{
	color: #ff5500;
}
	
	
p, td {
	font-size: 8pt;
	color: black;

}

.error {
	color: #ff0000;
}


h1, h2, h3, h4{

	color: black;
	font-family: garamond, times, serif;
	font-weight: bold;
	font-style: italic;
}


.b {
	font-weight: bold;
}

/* -------- divs and tables ------------  */

.l {
	float: left;
	margin: 3px 10px 3px 3px;
}

.r {
	float: right;
	margin: 3px 3px 3px 10px;
}

div.info{	
	margin: 0px 10px 20px 0px;
	width: 40%;
	padding: 0px 0px 0px 0px;
/*	padding: 0px 0px 8px 0px; */
	border: solid 1px #0000FF;
}

div.wide{

	margin: 0px 10px 20px 0px;
	width: 90%;
	padding: 0px 0px 0px 0px;
/*	padding: 0px 0px 8px 0px; */
	border: solid 1px #0000FF;

}

div.address{

	margin: 0px 10px 20px 0px;
	width: 40%;
	padding: 0px 0px 0px 0px;
	border: 0px;
	float: left;

}

div.center, div.centre{
	margin-left: auto;
	margin-right: auto;
}

.center, .centre{
	text-align:center;
}

table.info {
   
    border-collapse: collapse;
    width: 100%;
}

td.field{
	padding: 2px 2px 2px 5px;
	font-style: italic;
	vertical-align: top;
}

td.data{
	padding: 3px 3px 3px 5px;
	vertical-align: top;
}

td.right{
	text-align: right;
}

td.underline{

	border-bottom: 1px black solid;
}

th.c{
	background:  #0000FF;
	color: white;
	font-size: 9pt;
	padding-bottom: 3px;

}

th.bottom{

	background-color: #0000FF;
	color: white;
	font-size: 9pt;
}

.clear{
	clear: both;
}

.submit{
     width: 120px;
     font-size: 7pt;
}

.textinput{
	font-size: 8pt;
	width: 200px;
	height: 1.2em;	
}

.selectinput{
	font-size: 8pt;
}

textarea.full{
	width: 97%;
	height: 200px;
}


