@charset "UTF-8";

/* PAGE STRUCTURE */

#header {
	margin-left: auto;
	margin-right: auto;
	width: 964px;
	}

#maincontent {
	margin-left: auto;
	margin-right: auto;
	width: 964px;	
	}


#footer {
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	background-color: #cccccc;
	width: 964px;
	}


/* GENERAL ELEMENTS */

a {	
	text-decoration: underline;
	color: #009999;
	}

a:hover {
	text-decoration: underline;
	}

body {
	font-family: Verdana, Arial;
	background-color: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	}



h1{
	font-family: Verdana, Arial;
	font-size: 28px;
	font-style: normal;
	#font-weight: normal;
	color: #009999;
	}
	
	
	
sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.8em;
	}
	
	
.h1sup  {
	font-size: 10px;
	
	
}

h2, h3{
	font-family: Verdana, Arial;
	font-size: 18px;
	font-style: normal;
	#font-weight: normal;
	color: #000000;
	}

h4{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}


img {
	border:0;
	}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	
	}


td {
	vertical-align: top;
	}

/* CLASSES */







.bodybullets ul {
	list-style: none;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	}

.bodybullets li {
		color: #000000;
		text-decoration: none;
		padding-left: 13px;
		padding-bottom: 5px;
		background: url(images/bullet-green-gray.gif);
		background-repeat: no-repeat;
		background-position: 0 .4em;
		}


.callout {
margin-left: 10px;
margin-right: 10px;
}


.calloutheader {
	font-size: 12px;
	font-weight: bold;
	color: #009999;	
	margin-left: 10px;
margin-right: 10px;
}


.calloutbullets ul {
	list-style: none;	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	}

.calloutbullets li {
	color: #000000;
	text-decoration: none;
	padding-left: 13px;
	padding-bottom: 5px;
	background: url(images/bullet-green-gray.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	font-size: 10px;
		}
		
		
		.fineprint {
	
	font-size: 9px;
	padding-bottom: 20px;
}



.leftbarlink  {
	color: #000000;
	
}

