html {
 	min-height: 100%;
 	height: auto;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	margin: 0px;
	padding: 0;
	height:100%;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Impact", "Arial Narrow", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 22px;
	color: #AE0202;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size: 18px;
	color: #AE0202;
	border-bottom: solid 1px #666666;
}
h3 {
	color: #999999;
	font-size: 18px;
	text-decoration:none;
	background-color: #E2E2E2;
	border: solid #cccccc 1px;
	padding:4px;
}
h4 {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #AE0202;
	border: solid #000000 1px;
	padding:3px;
}

ul {
	padding-left:5px;
	margin-left: 15px;
}

.copyright, .copyright a:link, .copyright a:visited, .copyright a:active {color: #CCCCCC; font-weight: normal; text-decoration: none; font-size:10px;}
.copyright a:hover {color: #CCCCCC; font-weight: normal; text-decoration: underline;}

.green, .green a:link {color: #339900;}
.red, .red a:link {color: #FF0000;}
.strikthrough {text-decoration: line-through;color: #CCCCCC;}

marquee {
	-moz-binding:   url("marquee-binding.xml#marquee");   /* needed */
	display:        block;   /* needed */
	overflow:       hidden;  /* needed */
	height:         13px;   /* needs to be a value. auto does not render correctly */
}

.frm_textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #F9F9F9;
	border: solid #CCCCCC 1px;
}
.frm_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #AE0202;
	text-decoration: none;
	padding: 2px;
	margin: 0;
	border: 0;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.button a:link, .button a:visited, .button a:active{
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}
.button a:hover {
	color: #000000;
	background-color: #6699CC;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}

#navcontainer
{
	margin: 0;
	padding: 0;
	position: static;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

#navcontainer ul li a
{
	padding: 0;
	margin: 0;
	/*border-right: 1px solid #333333;*/
	width: 115px;
	height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/42px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background-color:#BA0202;
	background-image:url(../images/btn_bg_sml.gif);
}

#navcontainer ul li a:hover
{
	color: #FFFFFF;
	background-color:#000000;
	background-image:url(../images/btn_bg_sml.gif);
}

#navcontainer li#active a
{
	color: #333333;
	background-color: #F9F7FF;
	background-image:none;
	background-image:url(../images/btn_bg_big.gif);
}




#side_nav
{
	border-top: 1px solid #CCCCCC;
	width: 150px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	position: static;
	list-style-type: none;
}
#side_nav li
{
	margin: 0;
}

#side_nav li a
{
	display: block;
	padding: 4px 0 4px 3px;
	width: 145px;
	margin: 0;
	color: #666666;
	background-color: #E8E8E8;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	border-top:none;
}

#side_nav li a:hover
{
	text-decoration: none;
	color: #000000;
	background-color: #D7D7D7;
}

#side_nav li a#current
{
	text-decoration: none;
	color: #000000;
	background-color: #DDDDDD;
}
