html {
	overflow-y: scroll;
}
body {
	text-align: center;
	padding: 0px;
	font: 100% Trebuchet MS, Helvetica, sans-serif;
	background-color: #eee;
	color:#000000;
}

#desktop {
	position:relative;
	margin:-5px auto 0 auto;
	width:1030px; 
	min-height:600px;
	height:auto;
	border:solid 1px #bbb; 
	background-color: #fff;
}

#boxleft {
	text-align:left;	
	height: auto;  
	float:left;
	left:0px;
	width:220px; 
	top: 160px; 
	margin-left:0px; 
	padding:0;
	line-height: 2.5em;

}
#boxleft ul li {
	background-image: url(images/navi2.png);
	background-repeat:repeat-x;
}
#boxleft ul li a {
	color:black;
	font-weight:bold;
	text-decoration: none;
}

#boxleft ul li a:hover {
	color:red;
}

#boxcenter {
	margin-right:10px;
	float:right;  
	position:relative;
	min-height: 200px;
	width:770px; 
	top: 0px; 
	text-align:left;
	padding:0;
}
#boxcenter td {
	text-align:left;
	border: 0;
}

h2   { font-size:12pt;  }
p   { margin-right:20px;  }
ul,ol,li,dd,dl,div,td,th,address,blockquote,nobr,i { font-size:10pt; }
h6     { font-size:10pt; color:white;}
h5     { font-size:8pt; }
h1     { font-size:16pt; 
		color:#0d4c89;}
table  {width:100%; border:0; border-spacing:0px;}
td, th {border:1px solid black; padding: 2px; text-align:center;}
a     { text-decoration:underline; color:#808080;" }
hr		{ border:solid #ccc 1px;  }
    
