html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	background-color: white;
	color: #000000;
	height: 100%;
	width: 100%;
}

#maincolumn {
background: white; 
padding-top: 20px;
padding-left: 30px;
padding-right: 30px;
}

#leftcolumn {
width: 115px; /* left column width less padding left and right */
padding-left: 10px;
padding-right: 5px;
padding-top: 20px;
background-color: #FFFFFF;
}

#rightcolumn {
width: 155px; /* right column width less padding left and right */
padding-left: 10px;
padding-right: 10px;
padding-top: 20px;
background:#cfe0e2;
}


#header		{
height: 84px; 
background-image: url(images/banner2.jpg);
background-color: #bfbfbf;
background-repeat: no-repeat;
background-position: right;
color: #fff;
text-align:center;
}

#toplevelnav {
	height: 18px;
	padding-top: 2px;
	color:#FFFFFF;
	background-color: #61999f;
	text-align: center;
}

#footer			{
font-size: 0.9em;
background-color: #5663a6;
line-height: 100%;
text-align: center;
padding: 2px 5px 2px 5px;
height: 23px; /* padding-top and height must add up to margin-top */
color: white; 
}


td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #000000;
}



h1 {
	font-size: 1.8em;
	color: #5663a6;
	line-height: 100%;
	font-weight: lighter;
}
h2 {
	font-size: 1.6em;
	color: #5663a6;
	line-height: 100%;
	font-weight: lighter;
}
h3 {
	font-size: 1.4em;
	color: #5663a6;
	line-height: 100%;
	font-weight: lighter;
}
h4 {
	font-size: 1.2em;
	color: #5663a6;
	line-height: 100%;
	font-weight: lighter;
}
h5 {
	font-size: 1em;
	color: #5663a6;
	line-height: 100%;
	font-weight: lighter;
}
h6 {
	font-size: 0.8em;
	color: #5663a6;
	line-height: 100%;
	font-weight: lighter;
}

/* Link Styles */

a:link, a:visited, a:active {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #5663a6;
	text-decoration: none;
}

ul {
	margin-left: -20px;
	margin-top: 0px;
	margin-bottom: 0px;
	*margin-left: 20px;
	list-style-type: disc;
}

ol {
	margin-left: -20px;
	margin-top: 0px;
	margin-bottom: 0px;
	*margin-left: 25px;
}

