body {
	font-family: Arial, Helvetica, sans-serif;
	color: #404040 ;
	background-image: url('images/bg3.jpg');
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-weight:lighter;

	}
	
div.top {
		width: 90%;
		min-width:900px;
		height: 140px;
		margin-left:auto;
	    margin-right:auto;
		margin-top: 20px;
		padding: 20px 20px 20px 20px;
		background-color: #FFFFFF;
		background-image: url('images/graphics1.png');
		background-repeat:no-repeat;
    background-position:right top;
}		
	
div.content {
    width:90%;
	min-width: 900px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom:20px;
	padding: 20px 20px 20px 20px;
	

	background-color: #FFFFFF;
}

.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:10px;
}

.left {
  
float: left;
    width: 300px;

    margin-right: 10px;
   
    
}

.right {
    
    float: none;
  
margin-left: 310px;
    
}

.reset {
clear:both;
}


#logo{
	float:left;
	padding-left:40px;
    font-size:2.4em;
    vertical-align:middle;     
	}

.green {
color: #66CC66;
}

.red{
    
    color: #AF313B;
}

a {

    color: #0099FF;
}

#menu {
    padding-top:0px;
	padding-left:0px;
	margin-top:10px;
    margin-left:0px;
}

#menu ul {
	text-align: left;
	}
#menu li {
  display:inline;
  padding:5px 5px 5px 5px;
  text-align: center;
  
  }
  
#current a{
color: #FFFFFF;
background-color: #DABE4A;
padding:5px 5px 5px 5px;
}
  
li a {
color: #FFFFFF;
text-decoration:none;
background-color: #AF313B;
padding:5px 5px 5px 5px;
}
  
li a:hover {
color: #FFFFFF;
background-color: #DABE4A;
padding:5px 5px 5px 5px;
}
  
#text {
clear:both;
text-align:justify;
}

.footer {
margin-top:50px;
text-align:center;
font-size:small;
}

th {
border: 1px;
border-style: solid;
border-color: #AF313B;
background: #AF313B;
color: white;
padding-top: 5px; 
padding-bottom: 5px; 
}

td{
border: 1px;
border-style: solid;
border-color: #AF313B;
text-align: left;
padding-left:10px; 
padding-top: 5px; 
padding-bottom: 5px;    
}


tr.even{
background-color: #e4f6df;
}

table {
width: 100%;
border-collapse:collapse;

}

#uline {
	background-image: url('images/hline.jpg');
	background-repeat:repeat-x;
	background-position:right bottom;
	color: black;
}

p{
    
    line-height: 1.25em;
    font-size: 1.00em;
}

h1,h2{
color: black;    
}

h2{

    font-size: 1.25em;
}

.introtextback {
width:100%;
background-image: url('images/graphics2.jpg');
	background-repeat:no-repeat;
	background-position:right top;

}
.introtext {
padding-top:10px;
padding-bottom:10px;
text-align:left;
width:50%;
}

.firstletter {
font-size:2em;
}

strong{
font-weight:bold;
}