@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #006666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
}


a:link {
	color: #006666;
	text-decoration:none;
}

a:hover  {
	color: #003399;
	text-decoration:underline;
}

a:visited{ 
	color: #551a8b;
}



p {
	color:#333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #336666;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: 114%;
	color: #336666;
	text-align: center;
}

h3{
 font-size: 100%;
 color:#336666;
 padding: 5px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}


#container { 
	width: 800px;  
	background: #FAFAFA;
	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. */
}

#header { 
	background: #006666;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FAFAFA; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin-top: 20px;
	border-right:#EBEBEB 1px solid; 
}

#buttonArea {
	text align: center;
	width:800px;
}

#mainContent { 
	margin: 20px 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#submit {
	float:right;
	border: #333333 double 3px;
	padding-top:3px;
	margin:0 20px;
	width:250px;
	height:auto;
}

#submitContent {
	border:#CCCCCC solid thin;
	padding:20px;
	margin:20px;
	margin-left:230px;
}

#footerContainer {
	background:#EAF6FF;
}

#footer { 
	padding: 0 10px 0 20px;
	margin-top: 20px;
	background:#EAF6FF;
	border-top:#EBEBEB 1px solid; 
	border-bottom:#EBEBEB 1px solid; 
} 

#footer p {
	text-align:center;
	background:#EAF6FF;
	font-size:x-small;
	color: #333333;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.small {
	font: normal .79em arial, sans-serif;
	text-align:center;
	letter-spacing:1px;
	line-height:18px;
	color: #333333;
	background:#EAF6FF;
}

.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.84em;
	color: #333333;
}

.comments {
	font: normal .82em arial, sans-serif;
	text-align:left;
	color: #333333;
}
	
.order {
	font: normal .80em arial, sans-serif;
	text-align:left;
	color: #333333;
}

.disclaimer {
	font: normal .77em arial, sans-serif;
	text-align: justify;
	color: #666666;
	margin:20px 30px;
	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
