/* type: element selectors */
body {
	margin:40px;
	background:#999999;
	color: #E6E6CC;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
 img {
	border: 0px none;
	}
h1 {
	font-size: 1em;
	color: #009933;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}
h2 {
	font-size: 0.75em;
	color: #009933;
	font-family: Arial, Helvetica, sans-serif;
	}
h3 {
	font-size: 0.7em;
	color: #009933;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}


table {
	color: #996633;
	font-size: 0.8em;
	font-weight: 900;
	display: block;
	border-bottom: 2px solid #D1D1A3;
	background: #EAEAD5;
	font-family: Arial, Helvetica, sans-serif;
	}




li {
	color: #9C9C4E;
	font-size: 0.7em;
	list-style: circle;
	}
/* type: id = "selector-elements" should be used only once within each page presentation to validate */
#container {
	border:1px solid #009933;
	margin: auto;
	text-align: left;
	width: 650px;
	}
#hdr {
	background:#E6E6CC;
	text-align: center;
	padding: 10px;
	}
#bar {
	height:16px;
	background:#009933;
	color: #E6E6CC;
	vertical-align: middle;
	font: 0.65em Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 2px 1px;
	text-align: right;
	}
#l-col {
	float:left;
	background:#EEEEDD;
	color: #009933;
	width:170px;
	text-align: center;
	margin: 0px 20px 0px 0px;
	padding: 20px 0px;
	}
#l-col p {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #6A3500;
	}
#r-col {
	float:right;
	background:#EEEEDD;
	color: #009933;
	width:170px;
	text-align: center;
	margin: 0px 0px 0px 20px;
	padding: 20px 0px;
	}
#r-col p {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #6A3500;
	}
#cont {
	background: #F7F7EE;
	padding: 20px 190px;
	}
#cont p {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #6A3500;
	margin-bottom: 0px;
	text-align: justify;
	}
#ftr {
	background:#E6E6CC;
	color: #009933;
	margin:0;
	font-size: .6em;
	text-align: center;
	padding: 2px 5px;
	border-top: 1px solid #009933;
	border-right: 0 solid #009933;
	border-bottom: 0 solid #009933;
	border-left: 0 solid #009933;
	}	
/* class = "pseudo-classes" */
a:link {
	color: #8A4500;
	} 
a:visited {
	color: #8A4500;
	} 
a:hover {
	color: #9C9C4E;
	} 
a:active {
	color: #8A4500;
	}
