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

a {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}

a img {
	border: 0;
}

a:link {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
	
a:visited {
	font-weight: bold;
	color: #444988;
	text-decoration: none;
}
	
a:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
	
a:hover {
	text-decoration: underline;
}

.border {
	border: solid #000000 1px;
}

#container {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	text-align:left;
	background-color:#fff;
	border: outset #000000 1px;
	position: relative;
}

#content {
	position: relative;
	width: 780px;
	text-align: justify;
	margin: 0px 10px 5px 10px;
	padding-top: 10px;
	display: block;
	clear:both;
}

body {
	font-family: Calibri, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 90% !important; /*hack for IE6 font-size to roughly equalize IE6 & FF sizes; FF reads this line*/
	font-size: 81%;
	background-color: #999999;
}

#footer {
	border-top: dotted #666666 1px;
	text-align: center;
	position: relative;
	display: block;
	clear: both;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 0.85em;
	color: #535353;
	margin: 5px 0 2px 0;

}

#header {
	border-bottom: solid #666666 1px;
	height: auto;
	position:relative;
}

h1 {
	color: #0C37AA;
	margin: 0 0 0.8em 0;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-family: Calibri, Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
}

h2 {
	color: #53688E;
	letter-spacing: 0.05em;
	font-family: Calibri, Tahoma, Geneva, Verdana, sans-serif;
	margin: 0 0 0.8em 0;
	font-weight: bold;
	font-size: 1.2em;
}

h3 {
	color: #5C3F34;
	letter-spacing: 0.05em;
	font-family: Calibri, Tahoma, Geneva, Verdana, sans-serif;
	margin: 0 0 0.7em 0;
	font-weight: bold;
	font-size: 1.1em;
}

h4 {
	font-weight: bold;
	font-size: 1em;
	color: #774D4D;
	letter-spacing: 0.05em;
	font-family: Calibri, Tahoma, Geneva, Verdana, sans-serif;
	margin: 0 0 0.5em 0;
}

h5 {
	font-weight: bold;
	font-size: 0.9em;
	color: #001646;
	margin: 0 0 0.3em 0;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
}

h6 {
	font-weight: bold;
	font-size: 0.8em;
	color: #333333;
	letter-spacing: 0.1pt;
	margin: 0 0 0.1em 0;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
}

hr {
	color: #999999;	
	height: 1px;
}


#menu-container {
	position: relative;
	display: block;
	width:800px;
	background-color: #CCCCCC;
}

.photoboxleft {
	text-align: left;
	float: left;
	border: 1px solid #333333;
	margin: 0px 10px 0px 0px;
	height: auto;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 0.8em;
	color: #666666;
	background-color: #f5f5f5;
}

.photoboxright {
	text-align: right;
	float: right;
	border: 1px solid #333333;
	margin: 0px 0px 5px 10px;
	height: auto;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 0.8em;
	color: #666666;
	background-color: #f5f5f5;
}

.photocaption  {
	margin: 0px 4px 0px 4px;
}

#print-header {
	display:none;
}

#print-header h1 {
	color: #092675;
	margin: 0 0 0.8em 0;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0em;
	font-family: Calibri, Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
}
