@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F7F7F7;
}
.oneColLiqCtrHdr #container {
	width: 720px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#69A5D9;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#header h1 {
padding: 0px;
margin: 0px;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #666666;
}
h2{
	font-size: 22px;
	color: #4666BB;
}
h3{
	font-size: 16px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.important {color: #FF6600}
.veryimportant {
	color: #FF6600;
	font-size: 18px;
	font-weight: bold;
}
.veryveryimportant {
	color: #FF6600;
	font-size: 24px;
	font-weight: bold;
}
p.history {
	margin: 15px;
	padding: 15px;
	border: 1px solid #999999;
	margin-top: 15px;
}
.historyimportant {
	margin: 15px;
	padding: 2px;
	border: 2px solid #00CC33;
	margin-top: 15px;
}
.video {
	display: block;
	margin: 15px;
	padding: 10px;
	border: 2px solid #FF6600;
	margin-top: 15px;
	width: 430px;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
object {
	border: 5px solid #333333;	
	display: block;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #666666;
	font-weight: normal;
	margin-bottom: 5px;
}
