*{ margin:0; padding:0; }

body {
	font-family: san-serif;
	background-color: #FFF;
	color: #000;
	font-size: 0.9em;
	line-height: 160%;
	color: #000022;
}

h2{font-size:1.3em; margin-bottom:1em; margin-top:0.5em;}

#header h1 {
	font-size:2.5em; 
	margin-bottom:1em; 
	margin-top:0em; 
	vertical-align:middle; 
	padding:0.25em; 
	padding-left:0.5em; 
	color:white; 
	background:#000066;
	line-height: 120%;
}
#header h2 {
	font-size:1em; 
	font-weight: normal;
	margin-bottom:0em; 
	margin-top:0em; 
	vertical-align:middle; 
	padding:0.5em; 
	color:red; 
	background:#000066;
	line-height: 100%;
}
#header img {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

content {
	line-height: 180%;
}


#content_container table.imgleft {
margin-right: 20px;
margin-bottom: 20px;
float: left;
}
#content_container table.imgright {
margin-left: 20px;
margin-bottom: 20px;
float: right;
}
#content_container table td {
	font-size: 12px;
	color: #000022;
	padding: 5px;
	text-align: center;
}

#footer {
	clear: both;
	height: 100px;
	background-color: #FFF;
	text-align: right;
	padding: 10px;
	margin-top:2em;
}
#footer p {
	font-size: 12px;
	font-family: sans-serif;
	line-height: 160%;
	margin: 10px;
}

p {
	margin-bottom: 1.0em;
}

ul {
list-style-type: square;
margin-left:2em;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

hr{
height: 1px;
border: none;
border-top: 1px #888888 solid;
}

