/* CSS Document */

body {
	font-size:12pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color:white;
	margin: 0px;
	padding: 0px;
	height: auto;
	}
	
p {
	line-height:1.1em;
	}

p.small {
	font-size:0.9em;
	}

p.small-right {
	font-size:0.9em;
	text-align:right;
	}
	
#header {
	position: relative;
	height: 120px;
	z-index: 10000;
	margin-bottom: 1em;
	width: 100%;
clear: left;
display: block;
	}
	
.wrap {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

.cf:before, .cf:after {
content: " ";
display: table;
}

.cf:after {
	clear: both;
}

.site-logo {
	float: left;
	width: 150px;
	height: 41px;
	margin: 20px 0 0 40px;
	font-size: 0;
	line-height: 0;
	text-indent: -9000em;
}

.site-logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9000em;
}
	
.navigation {
	position: absolute;
	bottom: 0;
	float: left;
	width: 100%;
	height: 40px;
	background: #002C77;
	font: 300 1.25em/40px Arial, Helvetica, sans-serif;
	clear: left;
}
	
#footer {
	color: #fff;
	line-height: 1.5em;
	width: 100%;
	clear: both;
	position: fixed;
	bottom: 0;
}

#footer .secondary {
	background: #1a326d;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	clear: left;
}
	
#main {
	width:980px;
	margin:auto;
	}

#main a:visited {
	color:#FF6600;
	}

#main a:link {
	color:#005596;
	}

#main h1 {
	text-align:relative;
	font-size:2em;
	margin-top:1em;
	}
	
#main h2 {
	font-size:1.2em;
	margin-top:1.3em;
	}

#main li {
	margin-left:2.0em;
	margin-top:0.5em;
	}

div.inset {
	border-style:solid;
	border-width: 3px;
	border-color:#B2BB1E;
	padding: 0.5em;
	width:60%;
	margin:auto;
	}

#insetleft {
	border-style:solid;
	border-width: 2px;
	border-color:#B2BB1E;
	background-color:#000000;
	color:#FFCC00;
	padding: 0.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:50%;
	text-align:center;
	float:left;
	clear:both;
	font-weight:bold;
	}
	
#insetright {
	border-style:solid;
	border-width: 2px 0px 2px 0px;
	border-color:#B2BB1E;
	background-color:#FFFFFF;
	color:#CC6600;
	padding: 0.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:42%;
	text-align:center;
	float:right;
	clear:both;
	}
	
#insetleft a:link {
	color:#FFCC00;
	text-decoration:underline;
	}

#insetleft a:visited {
	color:#FFCC33;
	text-decoration:underline;
	}
.center {
	text-align:center;
	}

		
