a {color: #1c3c86; text-decoration: none; text-decoration: underline;}
a:visited {color: #323941;}
a:hover {color: #437af9;}

li a {display: block; 	padding: 10px 0 10px 40px; }
li a:visited {color: #1c3c86;}
li a:hover { color: #437af9; background: url(images/nav_hover.jpg) #fff center bottom; background-repeat: no-repeat;	padding: 10px 0 10px 40px;}

body{
	background-image: url(images/bg_body.jpg);
	margin: 0;
	font-family: "garamond", helvetica, arial, san-serif; 
	font-size: 1.1em;
	}

#wrapper{
	border: 3px solid #aaa;
	margin: 0 auto;
	width: 874px;
	background-color: #fff;}

#banner{
	height: 140px;
	width: 874px;
	background-image: url(images/banner5.jpg)
	}

#nav{
	background: url(bg_nav.jpg) bottom left;
	background-color: #efefef;
	background-repeat: repeat-x;
	width: 215px;
	float: left;
	padding: 0 0 115px 0;
	list-style: none;
	margin: 0;}

#nav li a {
	border-bottom: solid #aaa 1px;
	}

#content{
	padding: 20px;	
	width: 607px;
	float: right;
	}
	
#footer{
	text-align: center;
	color: #aaa;
	padding: 5px 0px;
	clear:both;
	font-size: .8em;
	border-top: #aaa 1px dashed;
	}

h1{
	background: url(bg_header1.jpg) #fff bottom left;
	padding: 5px 88px;
	color: #1753dd;
	background-repeat: no-repeat;
	font-size: 28px;
	}
	
h2{
	background: url(bg_header2.jpg) #fff bottom left;
	padding: 5px 88px;
	color: #1753dd;
	background-repeat: no-repeat;
	font-size: 28px;

	}
	
h3{
	background: url(bg_header3.jpg) #fff bottom left;
	padding: 5px 88px;
	color: #1753dd;
	background-repeat: no-repeat;
	font-size: 28px;

	}

.center {
	text-align: center;
}

h4 {
	text-align: center;
	font-size: 1.2em;
	color: #323941;
}
	
p{
	line-height: 1.5em;
}

td { 
	padding: 5px;
	font-size: small;
	}
td img {padding-right: 10px;}

dd {padding-bottom: 10px;}

img {padding: 8px; border: 0;}

.quote {color: #1753dd; font-size: .8em; font-family: "arial";}
.small {font-size: small; text-align: right; padding-bottom: 0;}
