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

body {margin:0;
      background-color: #C8C6A5;
}
#container {
	background-color: #FFFFFF;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #002646;
}
p {padding: 0px 20px 0px 20px;
}
a {
	color: #000;
}
a:visited {
	color: #293944;
}
a:hover {
	color: #435e71;
}

/* headline styles */
h1{
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 18px;
	color:#0d3a74;
	padding-left:20px;
	}
h2 { 
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 17px;
	color:#3f3f3f;
	padding-left:20px;}
h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#5298da;
	padding-left:20px;}
h4 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #ededed;
	display: block;
	padding: 3px;
	text-indent: 4px;
	margin-top: 0px;
	margin-bottom: 15px;}

.topnav {
	text-align: center;
	font-size: 9pt;
	font-weight:bold;
	background-color: #002646;
	color: #f7f2d8;
	height:30px;
}
.topnav a {
	color: #f7f2d8;
	text-decoration:none;
}
.topnav a:visited {
	color: #f7f2d8;
	text-decoration:none;
}
.topnav a:hover {
	color: #C8C6A5;
}
ul.circle {
	list-style-type:circle;
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	color:#666666; 
	font-weight:normal; 
	text-decoration:none; 
	font-style:normal; 
	font-size: 13px;
	}
.red {color: #990000;}
.red a:link{color: #990000;}
.red a:visited{color: #990000;}
.red a:hover{color: #990000;}
.bottomnav {
	text-align: center;
	font-size: 9pt;
	font-weight:bold;
	background-color: #7e7d68;
	color: #C8C6A5;
	height:30px;
}
.bottomnav a {
	color: #C8C6A5;
	text-decoration:none;
}
.bottomnav a:visited {
	color: #C8C6A5;
	text-decoration:none;
}
.bottomnav a:hover {
	color: #fff;
}
.copyright {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#7E7D68;
	line-height:20px;
	text-align:center;}
	
.creditlink{
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 9px;
    text-decoration:none;
	text-align:center;
	text-transform:uppercase;
    color: #ffffff;}
.creditlink a:link {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 9px;
	color:#ffffff;
	text-decoration:none;}
.creditlink a:visited {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 9px;
	color:#ffffff;
	text-decoration:none;}
.creditlink a:hover {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 9px;
	color:#7E7D68;
	text-decoration:none;}
