body {
	margin:10px 0px; padding:0px;
	text-align:center;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	}
.container {
	background-color:#FFFFCC;
	border:1px solid black;
	text-align:right;
	width:760px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	}
.header-name {
	margin-top:20px;
	margin-bottom:0;
	font-size:40px;
	}
.header-hr {
	color:#003399;
	background-color:#003399;
	height:2px;
	width:350px;
	}
.header-box {
	color:#003399;
	padding:10px 15px;
	text-align:center;
	}
.tagline {
	margin:0;
	font-size:18px;
	font-style:italic;
	}
.navigation a:link {
	color:#003399;
	}
.navigation a:hover {
	color:#000000;
	text-decoration:none;
	}
.navigation {
	clear:both;
	padding:0;
	padding-top:5px;
	color:#003399;
	}
ul.navigation {
	margin:0px auto;
	}
.navigation li {
	list-style-type: none;
	display: inline;
	text-align:center;
	padding:5px 8px;
	}
.content {
	background-color:#FFFFFF;
	margin:0 10px;
	border:1px solid black;
	padding:15px;
	}
/* Hides from IE-mac \*/
* html .content {
	height: 1%;
	}
/* End hide from IE-mac http://www.onestab.net/a/pie/explorer/peekaboo.html*/
h2 {
	text-align:center;
	}
.image {
	border:1px solid black;
	}
	

.image_float {
	float:right;
	margin:0 0 15px 15px;
	}
.caption {
	font-size:12px;
	text-align:center;
	width:280px;
	}
.caption-sm {
	font-size:12px;
	text-align:center;
	width:230px;
	}
	
.clear {
	clear:both;
	}