@charset "utf-8";
/* CSS Document */

a:link {
   	font-family: Arial,Verdana;
	font-size: 11px;
	color: #8f8f8f;
	text-decoration:none;
}

a:visited {
   	font-family: Arial,Verdana;
	font-size: 11px;
	color: #8f8f8f;
       text-decoration:none;
}

a:active {
   	font-family: Arial,Verdana;
	font-size: 11px;
	color: #8f8f8f;
	 text-decoration:none;
}

a:hover {
   	font-family: Arial,Verdana;
	font-size: 11px;
	color: #FFFFFF;
	 text-decoration:none;
	
}

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.headerfont1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#989898;
}

.headerfont2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
}

.login_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#989898;	
}

/* ------- HOME PAGE STYLES -------*/


.footer_left{
	background:url(images/footer_left.png) no-repeat top right;
	background-color:#FFDC41;
	padding-right:50px;
	padding-top:6px;
}

.footer_right{
	background:url(images/footer_right.png) no-repeat top left;
	background-color:#FEC837;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}

.footer_right_div{
	text-align:right;
	width:280px;
}

.home_newsheader{
	padding-left:15px;
}

.home_topleft_bg{
	background:url(images/bg_topleft.png);
	background-repeat:repeat-x;
	background-color:#ffc634;
}

.home_bottomleft_bg{
	background:url(images/bg_bottomleft.png);
	background-repeat:repeat-x;
	background-color:#ffdd42;
}
.home_topright_bg{
	background:url(images/bg_right.png);
	background-repeat:repeat-x;
	background-color:#ffca37;
}

.darktext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

.content1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

.header_bg{
	background:url(images/header_tile.jpg);
	background-repeat:repeat-x;
}

.logologin_bg{
	background:url(images/home_headslice_04.jpg);
	background-repeat:repeat-x;
}


.leftbanner{
	background:url(images/home_headslice_01.jpg);
	background-repeat:no-repeat;
}

.rightbanner{
	background:url(images/home_headslice_03.jpg);
	background-repeat:no-repeat;
}

.nav_bg{
	background:url(images/home_headslice_05.jpg);
	background-repeat:no-repeat;
}

.login_field{
	background-color: #999999;
	color: #000000;  
	border: 1px solid #333333; 
}

/* ------- END OF HOME PAGE STYLES -------*/

/*-------- INSIDE PAGE STYLES ------------*/
.inside_toptile{
	background:url(images/inside_toptile.png);
	background-repeat:repeat-x;
}

.inside_centergradient{
	background:url(images/template_04.png);
	background-repeat:no-repeat;
}

.inside_nav{
	background:url(images/template_05.png);
	background-repeat:no-repeat;
	padding-right:10px;
}

.inside_leftbg{
	background:url(images/inside_leftgradient.png);
	background-repeat:repeat-x;
	background-color:#ffcc32;
	padding-right:10px;
	padding-top:10px;
}

.inside_rightbg{
	background:url(images/inside_rightgradient.png);
	background-repeat:repeat-x;
	background-color:#fec031;
	padding-left:10px;
	padding-top:10px;
}

.inside_footer_left{
	background:url(images/inside_footer_left.png) no-repeat top right;
	background-color:#ffcc32;
	padding-right:50px;
	padding-top:6px;
}

.inside_footer_right_div{
	text-align:right;
	width:340px;
}