html {
	overflow-y:scroll;
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	background-color:#3E96C6;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size:12px;
	color:#000000;
}

h2 {
	font-size:12px;
	color:#000000;
	margin:0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight:bold;
	width:68;
	text-align: left;
}

h3 {
	font-size:12px;
	color:#000000;
	font-weight: normal;
	padding:0px;
	margin:0px;
	width:auto;
	text-align: right;
}

a:link, a:visited, a:active{
	color:#3E96C6;
	text-decoration:none;
}

a:hover{
	color:#3E96C6;
	text-decoration:none;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	color:#000000;
	line-height:normal;
	
	font-size:small;
}

li {
	margin-bottom:6px;
}

hr {
	color: #3E96C6;
	background-color: #3E96C6;
	height: 1px;
	padding:0px;
	border: 0;
}

#container {
	position:relative;
	margin:0 auto;
	width:600px;
	height:auto !important;
	height:100%;
	min-height:100%;
	background:#FFFFFF;
	border-left: thick double #3E96C6;
	border-right: thick double #3E96C6;
}

#header {
	width:100%;
	text-align: center;
	padding:0px;
	margin:0px;
}

#header img {
	border:none;
	padding:6px;
	margin:6px;
}

#navigation {
	width:100%;
	text-align: center;
	padding-top: 6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size:small;
	color:#999999;
}

#navigation a:link, a:visited, a:active{
	color:#3E96C6;
	text-decoration:none;
}

#content {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:50px;
	padding-top:30px;
	line-height:0px;
	text-align: justify;
}

	#content p {
	line-height:normal;
	padding-top: 2px;
}

	#content img {
	border: none;
	margin-bottom:4px;
}

#footer {
	position:absolute;
	width:100%;
	bottom:0;
}

	#footer p {
		font-size:x-small;
		text-align:center;
		padding:6px;
		margin:0px;
}