@charset "utf-8";
/* CSS Document */



body{
margin: 0px auto;
background-color:#FFFFFF;
background-image:url(images/background-droplet-random.jpg);}




#wrapper{
width: 760px;
margin: 0px auto;
}

#banner{
width: 760px;
height: 212px;
background-image:url(images/banner3.png);
}

#content-wrapper{
width: 760px;
margin-left: 76px;
margin-right: 101px;

}
#body-left{
width: 76px;
height: 50px;
float: left;
}

#nav-n-content{
width: 583px;
float: left;
background-color: #003399;
min-height: 250px;
}
#buttons{
width: 174px;
height: 700px;
float: left;
}

#content{
width: 409px;
float: right;
background-color: #003399;

}
#body-right{
width: 101px;
height: 50px;
float: right;
}

#footer-wrapper{
width: 760px;
height: 115px;
float: left;
}
#footer{
width: 583px;
height: 115px;
background-image:url(images/footer.jpg);
float: left;
margin-left: 76px;
margin-right: 101px;
}

#alt-text-links{
width: 583px;
height: 125px;
float: left;
margin-left: 76px;
margin-right: 101px;
background-color: #003399;
}








/*************stylize links*************/
a:link{
	color:#FFFFFF;
}
a:visited {
	color:#CCCCCC;
	}
a:hover{
	color:#6699FF;
	text-decoration: underline;
	}
a:active{
	color:#FFFFFF;
	}
	
a{
	text-decoration: none;	
	border: none;
	}






/****************************fonts**************************/
p, h1, h2, h3, li, td, fieldset, legend{
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;

}

p, li, fieldset, legend, td{
font-size: 12px; 
line-height: 18px;
}

h1{
font-size: 16px;
}
h3{
font-size: 13px;
}

/***********************bullet*****************************/

ul {list-style-image: url(images/bullet.jpg);}




img{

border-color: #003399;}

/***********************classes*****************************/

.content
{
margin: 15px;
}
.footer{
color: #FFFFFF;

}
.white-footertext{
color:#FFFFFF;
margin: 0px;}


.footer-text{color: #FFFFFF}

.accredited{
margin-right: 17px;

}
