img, body, h3 {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited{color: #FF6C00;}
a:hover, a:active{color: #FF6C00;}

body, table {
	background: #FFF;
	font: 12px/20px 'Trebuchet MS', Georgia, sans-serif;
	text-align:center;
}

body {
	padding-top: 40px;
}

.hr {
	height: 1px;
	background:#DDD;
	width:100%;
}

#header {
	height:120px;
	width: 700px;
	text-align: center;
	color: #FF6C00;
	font: 10px verdana;
}

#content {
	position: relative;
	text-align: left;
	width: 700px;
	height: 300px;
	overflow: auto;
}

#navleft {
	font-weight:bold;
	text-align:left;
}

#navright {
	text-align:right;
}

h1 { font-size:24px; font-weight:bold; }
h2 { font-size:12pt; margin-bottom:0px; }
h3 { font-size: 18px; font-weight: bold; color: #0090E2; }




