/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#toppage{
	width:800px;
}
#date{
	float:left; width:190px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
}
#topbar{
	float:left; 
	width:608px; 
	height:40px; 
	background-image:url(bg_topbar.gif);
	background-color:#CBC55C;
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
}
#header{
	width:800px;
        border-top:solid 1px #999999; 
}
#content{
	width:800px;
}
#contenttext{
	float:left; width:545px; 
	background-color:#F7F7F7; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
	min-height:407px;
}
#sectext{
	float:left; width:672px; 
	background-color:#F7F7F7; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
	min-height:300px;
                  
}
#wtext{
	float:left; width:545px; 
	background-color:#FFFFFF; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
	min-height:407px;
}
#rightmenu{
	float:right; width:125px; 
	background-color:#FFFFFF; 
	border-right:solid 1px #999999;
       	border-bottom:solid 1px #999999;
        border-top:dotted 1px #CCCCCC; 
	min-height:360px;
}
#logo{
	float:left; width:278px; height:70px; background-color:#FFFFFF; border-left:solid 1px #999999;
}
#pagetitle{
	position:relative; float:right; width:520px; height:70px; background-color:#F7F7F7; border-right:solid 1px #999999;
}
#title{
	position:absolute; right:10px; bottom:0px; width:600px;
}
#menu{
	float:left; width:125px; margin:0px;
}
#footer{
	width:590px; padding-right:100px; padding-left:110px;
}
#secfooter{
	width:590px; padding-right:50px; padding-left:160px;
}


/*GRAY PANEL*/
.panel{
	padding:10px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	width:500px;
	min-height:60px;
}

.texttabla {padding: 0px; display:table; align:center;}
.texttabla table {border-collapse: collapse; }
.texttabla th {background-color:#F7C880;padding-top: 3px;padding-bottom: 3px; color: #B28D23;text-align: left;}
.texttabla td {background-color:#f7f7f7; padding-top: 6px;padding-bottom: 6px;text-align:justify;color: #333333}
.texttabla td, th {border: 1px solid #B28D23;font-family: Tahoma, sans-serif; font-size: 12px; padding-left: 6px; padding-right: 6px}




/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
                  font-size: 12px;
             
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #CCCCCC;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:22px;
	font-weight:bold;
	color: #B28D23;
        line-height: 150%  
}
.orangelogotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FF9900;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FF9900;
}
#linksmenu a{
	float:right; 
	width:120px; 
	height:20px; 
	background-color:#F7C880; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #B28D23;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#B28D23;
        color: #F7C880;
}
#linksmenu2 a{
	float:right; 
	width:120px; 
	height:30px; 
	background-color:#F7C880; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #B28D23;
	text-decoration:none;
	padding-top:10px;
}
#linksmenu2 a:hover{
	background-color:#B28D23;
        color: #F7C880;
}