@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 10px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #container {
	width: 720px;
	text-align: left;
	background-color: #FFF;
	margin: 0 auto;
}

.oneColFixCtrHdr #header {
	padding: 0px 0px 0px 0px;
	background-color: #F26621;
}

.oneColFixCtrHdr #footer {
	width: 720px;
	text-align: left;
	background-color: #F26621;
	
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #EC6829;
	font-size: 12px;
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 40px 20px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #FBBC77;
	border-top-width: 0px;
	border-top-color: #FFF;
	border-top-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	color: #333;
	text-align: justify;
}
#mainContent a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #C00;
	text-decoration: underline;
}
#mainContent a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline
}


.oneColFixCtrHdr #footer {
	padding: 0 0px;
	letter-spacing: 1px;
	text-align: center;
	border-top-color: #FFF;
	border-top-width: 12px;
	background-color: #EC6829;
	border-top-style: solid;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: ff6500;
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FC9;
}

#footer a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #999;
}


#navbar {
	height: 5px;
}
#navbar ul {
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	width: ausssto;
}
#navbar ul li a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
}
.image {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333;
}
.month {
	color: #FFF;
}
.rightcolumn {
	color: #666;
	font-size: 9px;
}
.rightcolumn strong {
	font-size: 9pt;
}

