@charset "utf-8";
/* CSS Document */


body,td,th 
{font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;}

body 
{
	background-color: #FFF;
	background-image: url();
	background-position: ;
	width:900px;
	height:100%;
	background-repeat: no-repeat;
	margin-left: 50px;
		}

a
{font-size: 12px; color: #060;}

a:visited
{color: #060;}

a:hover
{color: #060;}

a:active
{color: #060;}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 10px Arial;
width: 900px;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #FFF;
border-width: 1px 0;
background: black url(image_files/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
font: bold 10px Arial;
}

.solidblockmenu li a{
float: left;
color: #F60;
padding: 10px 15px;
text-decoration: none;
border-right: 1px solid white;
font: bold 10px Arial;
}

.solidblockmenu li a:visited{
color: #F60;
font: bold 10px Arial;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #F60;
background: transparent url(image_files/blockactive.gif) center center repeat-x;
}

.container{
	background-image: url(image_files/smbg.png);
	background-repeat:repeat-x;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	min-height:100%;
	position:relative;}
	
.footer {
	position: relative;
	bottom: 0px;
	background-image: url(image_files/footbg.gif);
	background-repeat: repeat-x;
	width: 900px;
	height: 70px;
} 

.bl {background: url(image_files/bl.png) 0 100% no-repeat #e4ffe5; }
.br {background: url(image_files/br.png) 100% 100% no-repeat}
.tl {background: url(image_files/tl.png) 0 0 no-repeat}
.tr {background: url(image_files/tr.png) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 

.textarea { 
width: 100%;
height:500px;
border:0;
	background-image: url(image_files/smbg.png);
	background-position:top;
	background-repeat:no-repeat;
	background-attachment: scroll;}

.edh1 {color:#F60;
font-size:20px;
border-bottom:thick;
border-bottom-color:#060;
padding-left:10px;}

.edh2 {color:#060;
font-size:16px;
align: right; 
padding-right:10px;}

.u {
text-decoration: none;
border-bottom:1px dashed #006600;
} 
.b { 
font-size: 12px;
font-weight: bold;
color: #006600; 
} 

div.scroll {
height: 200px;
width: 100%;
overflow: auto;
border: 0;}

