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

BODY {
	background-color: #243f6d;
	width: 100%;
	margin: 0px 0px 0px 0px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
div#wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}

div#title {
	width: 100%;
	height: auto;
	background-color: inherit;
	font-size: xx-large;
	color: #ffffff;
	margin: 10px;
}

div#innerwrapper {
	width: 100%;
	height: 100%;
	background-color: #efefef;
	border: #000000 3px solid;
	min-height:650px;
}

h1 {
	
}

h2 {
	margin: 0px;
	display: inline;
	font-size: small;
}

div#content {
	margin: 20px 20px 20px 40px;
	padding: 0px 0px 0px 20px;
	width: auto;
	height: inherit;
	line-height: 150%;
	color: #666666;
	}