@charset "utf-8";
/* CSS Document */

<style type="text/css">

p {
	font-size: 14 px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 10;
	margin-left: 10px;
}
h1 {
	font-size: 30px;
	color: #000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	text-align: left;
	padding: 10;
	margin-left: 10px;		
}

h2 {
	font-size: 24px;
	color: #000;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 10;
	margin-left: 10px;	
}
h3 {
	font-size: 18px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	padding: 10;
	margin-left: 10px;
}
a:link {
	color: #0C9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #096;
}
a:hover {
	color: #09F;
	background-color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.highlight {
	font-style: italic;
	font-weight: bold;
	color: #C00;
}

html, body
{ padding:0
margin:0;
width:100%;
height: 100%;

}

body
{
	background:white;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 10;
	margin: 10;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */

}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width:100%;
	margin-left: 10px;
	text-align: left;
	font-style: normal;
	
	
}


.header {
	background-color: #FFF;
	height: auto;
	width: 100%;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ~~ The footer ~~ */
.footer {
	background-color: #FFF;
	text-align: center;
	width: 100%;
	left: auto;
	height: auto;
	float: none;
}
.container .content .header {
	font-size: 18px;
}
.header table {
	text-align: center;
	background-color: #FFF;
	color: #FFF;
	border-style: none;
}

</style>
