/* CSS Document */

/*PAGE LAYOUT*/
/*body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}*/
h1{
	margin-left:-9000;
}
#toppage{
	width:800px;
}
#date{
	float:left; width:190px; height:28px; 
}
#topbar{
	float:left; 
	width:608px; 
	height:30px;
	/*background-image:url(menu_bg.jpg); background-repeat:no-repeat; background-position: 5px 0px;*/
	background-color:#D7D7D7;
	
	/*border-right:solid 1px #999999; */
}
#header{
	width:800px;
	background-image: url(hex22.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
	height:106px;   
}

#upperlink{
	float: left; vertical-align:top;
	padding: 59px 0 0 83px;
}
#estupper{
	padding-left: 204px;
}
#content{
	width:800px;
}
#contenttext{
	float:left; width:608px; 
	/*background-color:#F7F7F7; */
	border-right:solid 1px #999999; border-left:solid 1px #CCCCCC;
	border-bottom:solid 1px #999999; 
	min-height:360px;
}
table{
	width: 100%;
	
	font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	border-collapse: collapse;
}
caption{
	text-align: center;
	font-size: .75em;
}
td,th {
	font-size: .8em;
	padding: 10px;
	border-bottom: 1px solid #73afb7;
	
}
th {
	text-align: left;
	background-color: #FFFDDA;
	border-color: #14556b;
}
td {
	text-align: justified;
	vertical-align: top;
	
}
ul {
 list-style-type: circle;
 list-style-position: inside;
}


#logo{
	float:left; width:190px; height:110px; background-color:#F7F7F7; border-left:solid 1px #999999;
}
#pagetitle{
	position:relative; float:left; width:608px; height:110px; background-color:#F7F7F7; border-right:solid 1px #999999;
}
/* #title{
	position:absolute; right:550px; bottom:10px; width:600px;
} */
#menu{
	float:left; width:190px; margin:0px;
}

#footer{
	width:590px; padding-right:10px; padding-left:200px;
}

/*GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-image:url(panel_back.jpg);
	background-color:#FFFFFF;
	margin:10px;
	padding:10px;
	width:550px;
	
	
	
}
#estform{
	align:right;
	border:solid 1px #E4E4E4;
	margin:10px;
	padding:10px;
	width:225px;
}
#apDiv3 {
	
	align:right;
	margin:10px;
	padding:10px;
	background-color: #F4E7F1;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.8em Tahoma, sans-serif;
	color: #666666;
}
.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:14px;
	/*font-weight:bold;*/
	color: #47720F;
}
.orangelogotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FF9900;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	color:#CCCC99;
	font-weight:bold;
}
#linksmenu a{
	float:right; 
	width:183px; 
	height:20px; 
	background-image:url(menu_bg.jpg); border-left:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #636363;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-image:url(menu_bg2.jpg);
	color: #252525;
}
