* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
	background: #fff;
}

body {
	font-size: 100%;
	height: 100%;
	min-height: 100%;
	font-family: Chaparral-Pro,Georgia,Palatino,'Palatino Linotype',Times,'Times New Roman',serif;
	min-width: 640px;
}

.content_wrapper {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

#header {
	background-color: #00458A;
	color: white;
	padding: 1em 0;
}

#header .content_wrapper {
	display: table;
}

#header img {
	float: left;
	margin-right: .2em;
	height: 2.3em;
}

#header h1 {	
	font: bold 3em sans-serif;
	text-transform: uppercase;
	display: table-cell;
	width: 50%;
	padding-left: .2em;
	vertical-align: center;
}

#header h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
	display: table-cell;
	width: 50%;
	text-align: right;
	padding-right: .5em;
}

#main { padding: 1em .6em; }

#swf{
	width: 640px;
	height: 480px;
	max-width: 100%;
	float: left;
	margin: 0 2em 1em 0;
}

#content {
	line-height: 1.5em;
	text-align: justify;
}

#content h1, #content h2, #content #h3 {
	text-align: left;
}

#content p {
	margin-bottom: 1em;
}

#content h1 {
	font: bold 2em sans-serif;
	text-transform: capitalize;
	text-indent: -.3em;
}

#content h1 + p {
	font-style: italic;
}

#content h2 {
	color: rgb(212, 84, 37);
	font: italic normal 1.2em sans-serif;
	text-indent: -.5em;
	margin-top: 1em;
	text-transform: capitalize;
}

.tag {
	font-family: monospace;
	font-size: 1.1em;
}

#content a {
	color: #1F5C88;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

.em {
	font-weight: bold;
}

#nonfooter {
	min-height: 100%;
	padding-bottom: 1.6em;
}


ul {
	margin: .5em 0 1em 2em;
	list-style-type:none;
}

.bullet {
	font-size: 1.5em;
}

#header a {
	text-decoration: none;
	color: #fff;
}

#header a:hover {
	text-decoration: underline;
}

#footer {
	height: 1.2em;
	font-style: italic;
	margin-top: -1.2em;
	text-align: center;
	background-color: #323232;
	color: #fff;
	
	overflow: hidden;
}