/**********************************************************************************
HTML*******************************************************************************/
body {
	font: 76% Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #000066;
}

p {
	line-height: 1.4em;
}
h1 {
	font-size: 1.4em;
	color: #000066;
}
h2 {
	font-size: 1.0em;
	color: #000066;
	text-transform: uppercase;
	margin: 0px 0px 5px;
}
h3 {
	font-size: 1.0em;
	color: #000000;
	margin: 0px 0px 0px 0px;
}
ul {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: square;
	color: #666666;
}
ul li {
	margin: 0 0 15px 0;
}
ul ul {
	list-style-type: square;
	color: #999999;
}
/**********************************************************************************
CLASSES*******************************************************************************/
.mainnav {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .03em;

}
.footer {
	font-size: 0.9em;
	margin-top: 6px;
	margin-bottom: 3px;
}
.rightsidebar {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 5px;
}
#sideNavs ul {
	margin: 10px 10px 0 10px;
	padding: 0;
	list-style-type: none;
	color: #666666;
}
#sideNavs ul li {
	margin: 0 0 10px 0;
}
@media print {
#yabNavs {
	display: none;
}
}