@charset "utf-8";
body {
	background: #353535;
	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: #353535;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;		
}

.bloqueNote{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	height: 120px;
	background-color: #E3F3DA;
	background-image: url(../images/quotes.gif);
	background-repeat: no-repeat;
	padding-left: 200px;
	text-align: center;
	vertical-align: middle;
	color: #5D9732;
	font-weight: normal;
	font-style: italic;
	background-position: left top;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}

table, tr, td { vertical-align:top;}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5E9732;
}

h1 {font-size: 41px;color: #353535;}
h2 {
	font-size: 24px;
	text-transform: uppercase;
}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

a:link{
	color: #E87D1E;
}
a:hover{color: #5E9732;	text-decoration: underline;}
a:visited{color: #5E9732;}

.oneColElsCtr #container {
	width: 960px;
	background: #353535;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	
	text-align: justify;
}


.colored {
	background-color: #EEE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
}

.separator {
	height: 50px;
	width: 100%;
	clear: both;
}
#innerContent { 
padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background-color:#FFF;}

#footer{
	color: #FFF;
	font-size: 10px;
	text-indent: 0px;
	padding: 15px;
}
