body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 11px;
	color: #006479;
	margin: auto
}
a {
	text-decoration:none;
	color:#006479;
	font-weight:normal;
}
a:hover {
	text-decoration:none;
	color:#666666;
	font-weight:normal;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #006479;
}
hr {
	border: 1px dashed #999999;
	height: 1px;
	padding: 10px 0px 10px 0px;
}
b {
	color: #20a0a1;
}
ul {
	margin-left: 20px;
	padding-left: 0px;
}
li {
	font-weight: bold;
}
img {
	border: 0px;
}
form  {
	margin: 0px
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear:both;
}
.input {
	background-image: url(../images/bgdInput.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 150px;
	border: 1px solid #000000;
	height: 20px;
	color: #000000;
	font-size: 12px;
	padding: 3px 0px 0px 5px;
}
#header {
	width: 748px;
	height: 225px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: auto;
	background-image: url(../images/bgdBody.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 708px;
	overflow: hidden;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 10px 20px 0px 20px;
	margin: auto;
}
#contentLeft {
	float: left;
}
#contentRight {
	width: 390px;
	padding: 0px 10px 0px 0px;
	float: right;
	text-align: justify;
}
#footer {
	width: 750px;
	height: 50px;
	margin: auto;
	background-image: url(../images/bgdFooter.jpg);
	background-repeat: no-repeat;
	padding: 70px 0px 0px 0px;
}