@charset "UTF-8";
html  {
height:100%;

}
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	line-height: 18px;
	background: #ffffff;
	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: #3d423c;
	height:100%; 
	
}
p, h1, h2, h3, h4, td {
margin:0;
padding:0;
}
h1 {
font-size: 1.3em;
margin: .4em 0;
color: #28367e;
}
h2 {
color: #28367e;
font-size: .9em;
margin: .4em 0;
}
h3 {
color: #f15a2b;
font-size: 1.2em;
margin: .4em 0;
}
h4 {
color: #f15a2b;
font-size: 1em;
margin: .4em 0;
}
p {
margin: 0 0 .8em 0;
}
.orange  {
color: #f15a2b;
}
#container {
	width: 850px;  
	height:100%;
	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. */
	
}