body {
	text-align: left;
	font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight:  bold;
	background: #434470;
	background-image: url(/images/tile.gif);
	margin-top: 20px;
	padding: 0px ;
	}

p {
	font-family: "Verdana", Lucida, Verdana, sans-serif;
	font-size: 11px;
	color: #333347;
	font-weight: normal;
	margin: 5px;
	margin-bottom: 20px;
	text-align:justify;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:  bold;
	margin: 5px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #6A6A6A;
	}
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	margin-left:5px;
	}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: normal;
	margin-left:5px;
	}
	
.ruler {
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
	border-top: 1px dotted #6A6A6A;
	}
	
img {
	border: 1px solid black;
	padding: 3px;
	text-decoration: none;
	}

img.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
	}

p.caption {
	text-align: center;
	font-size: 9px;
	color: black;
	font-weight:  normal;
	margin-bottom:25px;
	}

.home_link {
	display: block;
	height:105px;
	}

.center {
	text-align: center;
	}

/* start main DIV CSS */

#container {
	width:750px;  /* adjust this width to increase overall size, then divide among left, right, center */
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	text-align:left;
	background: white;
	border: 2px solid #3C3D5A;
	}
	
#contentheader {
	text-align: center;
	border: 0px solid #525f74;
	height: 105px;
	background: url(/images/header.gif);
	background-repeat: no-repeat;
	}
	
#contentcenter {
	width:730px;  /* adjust this width to account for border sizes of all main divs (subtract 1% if using fluid layout, otherwise, do the pixel math) */
	padding:10px;
	padding-top:25px;
	float:left;
	text-align: left;
	background: #E2E3F0;
	border-bottom: 1px solid black;
	}

#contentcenter.splash {	
	height:178px;
	background:url(/images/middle.gif);
	background-repeat:no-repeat;
	padding-top:0px;
	padding-bottom:0px;
	border-bottom: 0px solid black;
	}

#contentfooter {
	text-align: left;
	height: 50px;
	background: url(/images/footer.gif);
	background-repeat: no-repeat;
	border:0px solid white;
	}
	
#contentfooter p {
	font-family: "Verdana", Lucida, Verdana, sans-serif;
	font-size: 9px;
	color: white;
	font-weight: normal;
	margin: 0;
	padding: 10px;
	}

#contentfooter p .bbb {
		border:0px;
		height:47px;
		margin-top:-12px;
		margin-left:5px;
		margin-right:-10px;
		float:right;
	}

/* end main DIV CSS */


/* start navigation CSS */

	#contentnav {
		text-align: center;
		border: 0px;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		border-color: black;
		background: #cccccc;
		background:  url(/images/nav-background.gif);
		margin: 0px;
		}

	#contentnav ul {
		list-style: none;
		padding: 5px;
		margin: 0px;
		}

	#contentnav li {
		display: inline;
		text-align: center;
		margin: 10px 0 0 0;
		}

	#contentnav li a {
		color: white;
		background: none;
		border: 0px;
		border-left: 0px solid black;
		font-size: 15px;
		font-weight:  bold;
		text-decoration: none;
		text-align: center;
		font-variant: small-caps;
		padding: 5px 25px 5px 25px;
		}

	#contentnav li a.active {
		color: black;
		}

	#contentnav li.last a {
		border-right: 1px solid black;
		}

	#contentnav li a:hover {
		color: black;
		}
	
/* end navigation CSS */

a {
	color: #434470;
	padding: 2px;
	font-weight:bold;
}

a:hover {
	color: white;
	background-color: #434470;
	text-decoration: none;
}

a:visited {
	color: #434470;
	padding: 2px;
	font-weight:bold;
}

a.img:hover {
	padding: 0px;
	background-color:#E2E3F0;
}

#contentheader a:hover {
	background: url(/images/header.gif);
	background-repeat: no-repeat;
}