body, html {
	margin:0px;	
}
body, html, #mainContainer {
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	line-height:140%
}
#topCell {
	background-image:url(/images/headerbg.png);
	background-repeat:repeat-y;
	background-position:left;
	height:51px;
	padding-left:15px;
}
a {
	color:#069;
}
a:visited {
	color:#066;
}
a:hover {
	color:#C00;
}

#navigation {
	width:155px;
	padding:20px 10px 20px 15px;
	background-color:#006;
	background-image:url(/images/navbg.png);
}
#navigation a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#navigation a:hover {
	color:#FF0;
	text-decoration:underline;
}
#divider {
	background-image:url(/images/divider.png);
	background-repeat:repeat-y;
	background-position:left;
	width:14px;
}
#body {
	padding:20px 10px 20px 15px;
}
h1,h2,h3,h4,h5,h6 {
	line-height:130%;
}
.navbox {
	line-height:110%;
	padding-bottom:6px;
	padding-top:6px;
	border-bottom:1px solid #004;
}