/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: small;
	margin: 0px;
	background-color: white;
}

.greentext {
	color: #7FC31E !important;
}

.bluetext {
	color: #0B1F6B;
}

#container {
	width: 968px;
	background-color:#ECECEC;
}

#leftside {
	float: left;
	width: 655px;
	background-color:#999999;
}

#rightside {
	float: right;
	width: 313px;
}
#topleft {
	background-color: #ECECEC;
}

#topright {
	height: 89px;
	background-color: #E2E2E2;
}

#topright p {
	color: #7C7C7C;
	margin: 0px;
	padding: 5px 0px 5px 0px ;
}

#topright a {
	color: #7C7C7C;
	text-decoration: none;
}

#topright a:hover {
	color: #7C7C7C;
	text-decoration: underline;
}

#navtopleft {
	background-image: url(images/blue_strip.gif);
	background-repeat: repeat-z;
	height: 24px;
	padding-bottom: 8px;
	
}
	
#navtopleft p {
	color: White;
	font-weight: bold;
	padding: 8px 0px 0px 18px;
	margin: 0px;
	font-size: 0.9em;
	
}

#navtopleft a {
	color: White;
	text-decoration: none;
}

#navtopleft a:hover {
	color: White;
	text-decoration: underline;
}

#navtopright {
	background-image: url(images/blue_strip.gif);
	background-repeat: repeat-z;
	height: 32px;
}


#maintext {
	background-color: #ECECEC;
}

#maintext p {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	color: #535353;
}

#maintext p a {
	color: #535353;
	text-decoration: none;
	}
	
#maintext p a:hover {
	color: #535353;
	text-decoration: underline;
	}
	
#maintext li {
	color: #535353;
}

h1 {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	color: #0B1F6B;
	font-size: 1.2em;
}

#rightimage {
	height: 303px;	
}

#rightlinks {
	background-color: #E2E2E2;
}

#rightlinks p {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	color: #535353;
}

#rightlinks a {
	color: #0B1F6B;
	text-decoration: underline;
}

#rightlinks a:hover {
	color: #80C31C;
	text-decoration: underline;
}

#navbottomleft {
	float: left;
	background-image: url(images/green_strip.gif);
	background-repeat: repeat-z;
	height: 24px;
	width: 655px;
	padding-bottom: 8px;
	
}
	
#navbottomleft p {
	color: White;
	font-weight: bold;
	padding: 8px 0px 0px 18px;
	margin: 0px;
	font-size: 0.9em;
}

#navbottomleft a {
	color: White;
	text-decoration: none;
}

#navbottomleft a:hover {
	color: White;
	text-decoration: underline;
}

#navbottomright {
	background-image: url(images/green_strip.gif);
	background-repeat: repeat-z;
	height: 32px;
	width: 313px;
	float: right;
}

#navbottomright p {
	color: #0B1F6B;
	font-size: xx-small;
	padding: 10px 0px 0px 18px;
	margin: 0px;
}

#navbottomright a {
	color: #0B1F6B;
	text-decoration: none;
}

#navbottomright a:hover {
	color: #0B1F6B;
	text-decoration: underline;
}

.print-table {
background-color: #ffffff;
	
}
.print-table-title{
background-color: #0B1F6B;


}
.print-table-title td, .print-table-title p,  .print-table-title a, .print-table-title h2, {
	color: White !important;
}

