/* CSS layout */
body { padding: 0px; text-align: center; }

a {
font-weight: bold;
color: #FF6C00;
}
img {
clear:left;
}
#container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 767px;

}
#content
{
	font-size: 12px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #4B4B4B;
	max-width: 36em;
	padding: 0;
	padding-left: 5px;
}

#navigation
{
	color: #fff;
	font-family: arial;
	font-size: 0.7em;
	margin-top: 0;
	padding: 0;
	background-color: #FF6C00;
	border-top: 5px solid #FF6C00;
	border-bottom: 5px solid #FF6C00;
}
#navigation a
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#navigation a:visited
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#navigation a:hover 
{
	color: #000;
	text-decoration: none;
}
#highlight p { 		font-size: 13px; font-family: Geneva, Arial, Helvetica, san-serif; border: 2px dotted #FF6C00; padding: 5px; margin: 0; }
table.highlight  { 		font-size: 13px; padding: 10px; font-family: Geneva, Arial, Helvetica, san-serif; border: 2px dotted #FF6C00; margin: 0; }
table.highlight td {padding: 10px; }


#footer
{
	color: #fff;
	font-family: arial;
	font-size: 0.75em;
	clear: both;
	margin: 0;
	padding: 0.5em;
	background-color: #FF6C00;
	border-top: 1px solid #fff;

}
#footer a:visited
{
	color: #fff;
	text-decoration: none;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

a.footerLink {
	color: #FFFFFF;
	text-decoration: none;
}
