/* CSS Document */

body {
	background-color: #000099;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 140%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color:#000099;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color:#000099;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color:#000000;
}
ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	list-style-type: square;
    text-align:left;
}
li {
   line-height: 2em;
 }
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
a:link {
	color: #000099;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #990000;
}

a.white:link {color:#ffffff; text-decoration:none;}

a.white:visited {color:#ffffff; text-decoration:none;}

.form_lists {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal;}

.center {
	text-align: center;
}

li.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	
}

.bold {
	font-weight: bold;
}

.textfield_effect:hover {
	background-color: #CCCCCC;
}

.textfield_effect:focus {
	background-color: #CCCCCC;
}

.strike {
	text-decoration:line-through;
}

.image-float {
	float:right;
	text-align:center;
	padding-left:20px;
	padding-bottom:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}

#outerWrapper {
	background-color: #fff;
	border: solid 1px #000000;
	width: 900px;
	padding: 8px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contentWrapper {
	background-color: #FFFFFF;
	padding: 15px;
	margin: 0px;
	border: 1px solid #000099;
}
    
.videoBox {
    width:100%;
    text-align:center;
 }



