html, body { 
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 145%; 
	text-align: left; 
	color: #000; 
	background: #fff;
} 

#page { 
	margin: 20px;
	padding: 20px;
} 

#header {
}

#logo {
}

#dashboard {
	position: absolute;
	top: 49px;
	right: 40px;
	text-align: right;
}

#topmenu { 
	font-weight: bold;
}

#content {
	border-top: 1px solid #000;
}

#footer {
}

h1 {
	font-size: 120%; 
	font-weight: bolder;
	letter-spacing: 1px;
	padding: 3px 0px 3px 0px;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}

h3 {
	font-size: 110%; 
	font-weight: normal;
	padding: 3px 0px 3px 0px;
}

a:link, a:visited { 
	color: #000; 
	text-decoration: underline;
} 
a:hover, a:active { 
	color: #000; 
	text-decoration: none; 
} 
