body {
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size:90%;
	text-align: center;
	background-color: #818181;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	text-align: left;
	background-color: #FFFFFF;
}
/* Content */
#header {
	height:90px;
}
/* Content */
#content {
	width:inherit;
	background-color:#FFFFFF;
}
#contentleft {
	width:300px;
	padding:10px;
	float:left;
	background-color:#FFFFFF;
}
#contentleft p {
	font-size:0.81em;
	line-height:1.5em;
}
#contentleft a {
	color: #ef260b;
	text-decoration: none;
}
#contentleft a:hover {
	text-decoration: underline;
}
#contentright {
	width:630px;
	padding:10px;
	float:right;
	background-color:#FFFFFF;
}
#contentright p, li {
	font-size:0.99em;
	line-height:1.6em;
}
#contentright a {
	color: #ef260b;
	text-decoration: none;
}
#contentright a:hover {
	text-decoration: underline;
}
#contentright h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #FF0000;
}
#contentright h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #FF0000;
	border-bottom: 1px dotted #ff0000;
}
#contentright h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #FF0000;
}

/* Footer */
#footer {
	height:4.5	em;
	clear:both;
	background-color:#f2f2f2;
	padding:10px;
	text-align:center;
	line-height:1.4em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbb8a9;
}
#footer p {
	color:#FF0000;
	text-decoration:none;
	font-size:0.84em;
}
#footer a {
	color:#FF0000;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/* Miscellaneous */
.required {
	color:#FF0000;
}
/* Image align */

img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #bbb8a9;
	border: 0px;
}
.imageleft {
	float:	left;
	padding:	0px 8px 5px 0px;
}
.imageright {
	float:	right;
	padding:	0px 5px;
}

