/* CSS Document */
body{
background:#464646 url(../images/bg_body.jpg) repeat-x;
margin:0; 
padding-top:20px; 
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#404040;
}
input,textarea,select{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#404040;
}
a:link {
	color: #255898;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color:#255898;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #000099;
	font-weight:bold;	
}
a:active {
	color: #255898;
	text-decoration: none;
	font-weight:bold;
}
#holder{
width:960px;
height:100%;
overflow:hidden;
}
#header{
width:100%;
height:159px;
background-image:url(../images/headernew2.jpg);
background-repeat:no-repeat;
background-position:center;
margin-bottom:20px;
overflow:hidden;
}
.headerbar{
width:625px;
height:40px;
margin-top:90px;
/*background-color:#404040;*/
margin-right:12px;
background-image:url(../images/nav_bg.jpg);
background-repeat:repeat;
}

.headerbarosc{
width:625px;
height:40px;
margin-top:90px;
/*background-color:#404040;*/
margin-right:30px;
background-image:url(../images/nav_bg.jpg);
background-repeat:repeat;
}

#menubar{
width:611px;
height:26px;
margin-top:7px;
float:left;
}
.navleft{
width:7px;
height:40px;
float:left;
}
.navright{
width:7px;
height:40px;
float:right;
}
.logoutbar{
width:100%;
height:14px;
text-align:right;
color:#FFC000;
font-weight:bold;
margin-top:8px;
}
#roundcorner{
width:100%;
height:12px;
}
#content{
width:100%;
height:100%;
background-image:url(../images/main_bg.jpg);
background-repeat:repeat;
overflow:hidden;
}
#contentmain{
margin-top:7px;
margin-left:20px;
margin-right:20px;
margin-bottom:20px;
/*background-color:#FF0000;*/
overflow:hidden;
}
#footer{
width:100%;
height:34px;
background-image:url(../images/footer2.jpg);
background-repeat:no-repeat;
}
#footerbar{
width:90%;
height:20px;
text-align:center;
/*background-color:#FFFF99;*/
font-size:11px;
padding-top:10px;
}
#footerblockleft{
width:23%;
float:left;
/*background-color:#99FFFF;*/
}
.footerblockkvs{
width:4%;
float:left;
/*background-color:#CCCCFF;*/
margin-left:5px;
}
.footerblockkvs2{
width:6%;
float:left;
/*background-color:#CCCCFF;*/

}
.footerblocks{
width:6%;
float:left;
/*background-color:#CCCCFF;*/
margin-right:5px;
}
.footerblocksc{
width:7%;
float:left;
/*background-color:#CCCCFF;*/
}
.footerblocksb{
width:8%;
float:left;
/*background-color:#CCCCFF;*/
margin-right:5px;
}
.footerblocksr{
width:9.5%;
float:left;
/*background-color:#CCCCFF;*/
margin-right:5px;
}
.footerblocksu{
width:10%;
float:left;
/*background-color:#CCCCFF;*/
margin-right:5px;
}
.footerblocksh{
width:8.5%;
float:left;
/*background-color:#CCCCFF;*/
margin-right:5px;
}
.footerlinks a:link {
	color:#404040;
	text-decoration: none;
	font-weight:normal;
}
.footerlinks a:visited {
	color:#404040;
	text-decoration: none;
	font-weight:normal;
}
.footerlinks a:hover {
	color:#404040;
	text-decoration:underline;	
	font-weight:normal;
}
.footerlinks a:active {
	color:#404040;
	text-decoration: none;
	font-weight:normal;
}
.redtext{
color:#FF0000;
}
.redtextsmall{
color:#FF0000;
font-size:11px;
}
.backhand{
cursor:pointer;
}