/* CSS Document */

body {
	background: #FFF;
	text-align: center;
	font-size: .85em;
	font-family: Courier, Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #009900; /*#09C*/
	margin: 0;
	padding: 0;
}
p{
	margin-top: 1.2em;
	margin-bottom: .5em;
	font-size: 1em; 
}
td, tr {
	font-size: 1em;
}
a:link, a:visited{
	text-decoration: underline;
	color: #333;
}
a:hover, a:active{
	text-decoration: none;
	color: #CCC;
}
h1{
	font-size: 1.6em;
	font-weight: normal;
	margin-top: .5em;
	margin-bottom: 1.2em;
}
h2{
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
h3{
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
h4{
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
h5{
	font-size: 1em;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
h6{
	font-size: 1em;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: .5em;
}
/*--------------------------------------------------------------*/
#page{
	width: 600px;
	height: auto;
	margin: 30px auto;
	text-align: center;
	background: url(../images/web-logo.gif) top no-repeat #FFF;
}
#header{
	width: 600px;
	height: 100px;
}
#content{
	width: 600px;
	height: 140px;
	margin: 130px 0 0 0;
	float: left;
	clear: none;
}
#content p{
	margin: 0 0 50px 10px;
}
#footer{
	width: 600px;
	height: 30px;
	clear: both;
	background: #FFF;
}
#footer p{
	margin: 5px 0 0 10px;
	padding: 0;
	line-height: 20px;
	font-size: 90%;
	text-align: center;
}
#footer p.w3c{
	font-size: 70%;
	color: #CCC;
}
#footer p.w3c a:link, #footer p.w3c a:visited{
	text-decoration: underline;
	color: #CCC;
}
#footer p.w3c a:hover, #footer p.w3c a:active{
	text-decoration: none;
	color: #CCC;
}