@CHARSET "US-ASCII";


#contentdiv{
	/*clear:both;*/
	width: 780px;
	height: 405px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

/* change the background-colour of the page here */
body {
	background-color: #494949;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 9pt;
}

table {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 9pt;	
}

td.r {
	text-align:right;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom:2px;
}


.column {
	width:360px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

.lowerwidth {
	width:300px;	
}


/* this is the main box, centered in the page */
#bodydiv {
	background-color: #E3E3E3;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 495;
	width: 800;
	margin-left: -400px; /* Half the width of the DIV tag which is 50 pixels */
	margin-top: -247px; /* Half the height of the DIV tag which is also 50 pixels */
	overflow: hidden;
	min-height: 495;
	min-width: 800;
}

	


#menudiv {
	float:left;
	width: 500px;
	height: 70px;
	margin:0px;
	padding:0px;
	background-color: #E3E3E3;
}

#topdiv {
	width: 800px;
	height:70px;
	margin:0px;
	padding:0px;
}


#logo {
	float:left;
	background-color: #FFFFFF;
	height:70px;
	width:220px;
	margin:0px;
	padding:0px;
}



