@charset "utf-8";
/* CSS Document */

.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent h2 {font-size: 12px; font-weight: bold; color: #FFCC00; }
.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 */
}
.oneColFixCtrHdr #container #header #menu .navbtnhilite {
	color: #FFCC00;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 12px;
}
a:active{
	color: #CC0000;
	text-decoration: none;
}

a:link {
	text-decoration : underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration : underline;
	color: #FFFFFF;
}
a:hover{
	text-decoration : none;
	color: #CCCCCC;
}
a.orangelink:active{
	color: #CD4E0B;
	text-decoration: none;
}

a.orangelink:link {
	text-decoration : underline;
	color: #FFCC00;
}
a.orangelink:visited {
	text-decoration : underline;
	color: #FFCC00;
}
a.orangelink:hover{
	text-decoration : none;
	color: #CD4E0B;
}
.orangeline {
	width: 100%;
	height: 1px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CD4E0B;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F73C33;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #EEBF1B;
}
.oneColFixCtrHdr #container #mainContent #twoColContainer .blocktable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent #rightbox li {
	font-size: 12px;
}
.oneColFixCtrHdr #container #mainContent li {
	font-size: 12px;
}
