/* CSS Document */

a {
	font-size: 11px;
	color: #9370db;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #9900FF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}

a.whitelink:link {text-decoration: none; color: #ffffff;}

a.whitelink:visited {text-decoration: none;}

a.whitelink:active {text-decoration: none;}

a.whitelink:hover {text-decoration: none; color: #9900ff;}

body,td,th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6666CC;
	line-height: 14px;
}

body
{
	background-color: #ccccff;
	margin-top:5px;
	margin-bottom:5px;
	background-color: #CCCCFF;
}

#MainContentArea
{
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color:#ccccff;
}

.container
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

.imagepadleft {
padding-left:10px;
padding-bottom:10px;
}

.imagepadright 
{
    padding-right:10px;
    padding-bottom:10px;
}

#wrapper {
width: 800px;
height: 110px;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
}

#header {
font-size:21px;
font-family:Georgia, "Times New Roman", Times, serif;
}

.classprinterfriendly
{
	display: none;
	clear: both;
}

.classnonprinterfriendly
{
	display: block;	
}

#printerfriendlyimage
{
	display: none;
	clear:both;
}

#nonprinterfriendlyimage
{
	display: block;
}

.subhead {
font-size: 16px;
font-family:Georgia, Times New Roman, Times, Serif;
font-weight: bold;
color: #cd6839;
}

#leftbar {
width: 200px;
height: 490px;
float:left;
}

#leftcol {
float: left; /*horizontal positioning, puts column to the left*/
left: 0px;
top: 455px;
width: 130px;
border-right: 3px solid #000;
border-top: 3px solid #000;
padding: 10px;
padding-top: 30px;
position: absolute;
background-color:#996;
height: 159px;
}

#rightcol {
width: 600px;
padding: 10px;
padding-top: 30px;
height:490px;
}

#footer {
float:left;
width: 800px;
font-size:10px;
color: #fff;
}