body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	background-color: #FFCC66;
	}

td, th, p, hr, ul, ol, li, blockquote  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

div {
	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 14pt;
	line-height: 16pt;
	}
h2 {
	font-size: 12pt;
	line-height: 10pt;
	}
h3 {
	font-size: 10pt;
	line-height: 6pt;
	}

.hh3 {
	font-size: 10pt;
	font-weight: 900;
	line-height: normal;
	}

a { text-decoration: none; color: #336699; }
a:visited { color: #336699; }
a:active { color: #003399; }
a:hover { color: #003399; }
a.nounderline { color: #000066; text-decoration: none; }

.smalltext {
	padding: 0;
	font-size: 8pt;
	line-height: normal;
	font-weight: 300;
	text-decoration: none; }

img.floatLeft { 
    float: left; 
    margin: 2px; 
}
img.floatRight { 
    float: right; 
    margin: 2px; 
}

#page {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	}

#topbar {
	position: relative;
	/*height: 80px;*/
	width: 100%;
	/* border-radius: 5px;*/
	/* -moz-border-radius: 5px;*/
	color: #333300;
	font-size: 20pt;
	text-shadow: #FFCC66 2px 2px 3px;
	margin-bottom: 0px;
	border-style: none;
	background-color: #CC9933;
	clear: both;
	}

#topbar div {
	padding: 10px;
	}	

#bottombar {
	position: relative;
	margin-top: 10px;
	width: 100%;
	color: #333300;
	font-size: 8pt;
	border-style: none;
	background-color: #CC9933;
	clear: both;
	}

#bottombar div {
	padding: 10px;
	}

div.boxleft {
	position: relative;
	margin: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #333300;
	border-style: none;
	background-color: #FFCC66;
	clear: both;
	}

div.boxleft div {
	padding: 10px;
	}

div.boxleft img {
	width: auto;
	padding: 10px;
	display: inline;
	}

#boxleftblock {
	width: 160px;
	height: 200px;
	position: relative;
	margin: 5px;
	float: left;
	z-index: -1;
	}
	
div.box {
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color: #333300;
	margin: 5px;
	border: 1px dashed #CC9933;
	float:left;
	background-color: #FFCC66;
	}

div.box div {
	padding: 10px;
	}


