/* this style sheet should be used if any form elements are used on the page due to the IE z-index bug see: http://www.brainjar.com/css/positioning/default5.asp */
* html body {font-size:90%;/* all IE except Mac IE5.0 (though effectively just Mac IE due to the next hack) */}
/* hide from mac ie5.x \*/
* html body {font-size:89%;}
/* end hide from mac ie5 */

div.cleardiv {clear:both;padding:0 !important;}

img {border: 0;}

body {
	font-size:90%;/* all other browsers (except Mac IE 5.0) */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #D4E2EB;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
	
	
#content {
	width: 780px; 
	padding: 10px;
	margin-top: 120px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #fff;
	border: 3px solid #ccc;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 780px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 750px;
	}
html>body #content {
	width: 750px; /* ie5win fudge ends */
	}

#header {
position:absolute;
top: 0;
left: 0;
height:120px; 
background: #D4E2EB url("../i/header.png") no-repeat top left;
width:100%; 
margin:0;
}

#contentleft {
width: 145px;
float: left;
}

#contentleft img {
margin-bottom: 10px;
}

#contentleft ul {
margin: -5px 0 5px 0;
padding: 0;
color: #333;
list-style:none;
font-size: 75%;
}

#contentleft ul li { background-color:#efefef; padding:3px;width:140px; margin-bottom:2px;}
#contentleft ul li a {text-decoration: none;color:#336699;}	
#contentleft ul li a:hover {text-decoration: underline;}

#contentright {
margin-left: 155px;

}

#footer {
margin: 15px 0 0 0;
color: #666666;
font-size:75%;
}

#footer a {color:#666666; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

h1 {font-size: 95%; color:#333333; border-bottom: 1px solid color:#333333; margin:0 0 10px 0;}
h2 {font-size: 90%; color:#333333; border-bottom: 1px solid color:#333333; margin:0 0 10px 0;}