@charset "utf-8";
.leftside {
	background-color: #70C7FF;
	width: 200px;
}
body {
	margin: 0px;
	background-image: url(images/bkgd_light2.gif);
	background-repeat: repeat;
	background-attachment: fixed;
}

.leftmenubutton {
	background-color: #3995D0;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.leftmenublank {
	height: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.graphsummary {
	border: 1px solid #000066;
	margin-bottom: 15px;
	line-height: 1;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 235px;
	text-align: center;
	font-size: 12px;
	color: #000099;
}

a:link {
	text-decoration: none;
}

.blueheading {
	color: #000099;
	font-style: normal;
	font-weight: bold;
}

.contentarea {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
}
.maintable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000033;
	border-left-color: #000033;
	background-color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.padleft {
	margin-left: 200px;
}
.padtop {
	margin-top: 30px;
}
.largertext {
	font-size: 16px;
}
.menubar {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #1F94D9;
	line-height: 2;
	font-family: Verdana, Geneva, sans-serif;
}
.maintable .menubar td {
	text-align: center;
}

.maintable .menubar td a {
	color: #FFF;
}
.maintable .menubar td a:hover {
	color: #FFF;
	text-decoration: underline;
}
