/* CSS Document */


body {
	background-image: url(images/csf_bg.gif);
	background-repeat: repeat-x;
	background-color: #ebeff4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height:1.5em
}

.largeRedHeader {
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
	line-height:1.3em
}
.style2 {
	font-size: 18px;
	font-weight: bold;
}
.footer {font-size: 12px}

 .cssnav
{
position: relative;
font-family: myriad, verdana, arial, helvetica, sans-serif;
background: url(/images/button_on.gif) no-repeat;
white-space: nowrap;
display: block;
width: 170px;
height: 29px;
margin: 0;
padding: 5;
}

.cssnav a
{
display: block;
color: #ffffff;
font-size: 13px;
width: 170px;
height: 29px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnav img
{
width: 170px;
height: 29px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
left: 10px;
top: 7px;
margin: 0px;
padding: 0px;
cursor: pointer;
}


 .cssnav2
{
position: relative;
font-family: myriad, verdana, arial, helvetica, sans-serif;
background: url(/images/button2_on.gif) no-repeat;
white-space: nowrap;
display: block;
width: 170px;
height: 50px;
margin: 0;
padding: 5;
}

.cssnav2 a
{
display: block;
color: #ffffff;
font-size: 13px;
width: 170px;
height: 50px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnav2 img
{
width: 170px;
height: 50px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav2 a:hover img
{
visibility:hidden
}

.cssnav2 span
{
position: absolute;
left: 10px;
top: 7px;
margin: 0px;
padding: 0px;
cursor: pointer;
}
.content_small {
	font-size: 11px;
}
.sm_header {
	font-size: 16px;
	font-weight: bold;
	color: #0033CC;
}
.sm_red {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

.large_blue {
	font-size: 20px;
	font-weight: bold;
	color: #0033CC;
}.sm_header {
	font-size: 16px;
	font-weight: bold;
	color: #0033CC;
}
.largerRedHeader {
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	
}
.side_style {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.side_style_sm {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


#boardmenu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 5oopx;
}
#boardmenu li {
	float: left;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#boardmenu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#boardmenu #nav_secure a {
	background: red url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#boardmenu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
#boardmenu #nav_secure a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
