@charset "UTF-8";

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1A5380;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;

}

a:link, a:visited {
	color: #005cb1;
	text-decoration: none
	}
	
a:hover, a:active, a:focus {
	text-decoration: underline
	}

.container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 1000px;
	height: auto;
	min-height: 100%;
	background-image: url(images/twirly_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.headerdiv {
	width: 1000px;
	top: 160px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	background-color: #FFF;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.25);
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar {
	height: 40px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/navbar_background_dark_full.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bodytext {
	padding: 20px;
	width: 960px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #333;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #155380;
}
h2 {
	font-size: 16pt;
	color: #999;
}
h1 {
	font-size: 24pt;
	color: #155380;
}
.copyright {
	padding: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #7ba9ca;
	color: rgba(255,255,255,.5);
	text-align: center;
	font-size: 8pt;
}
.justified_cell {
	text-align: justify;
}
hr {
	height: 1px;
	width: 100%;
	background-color: #CCC;
	color: #CCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
