/* CSS Document */

body {
	background-image: url(images/pageBG.gif);
	background-repeat: repeat-x;
	background-color: #005CB9; 
	margin: 0; }
	
td {
	text-align: left;
	font: 14px/21px "Times New Roman", Times, serif  }
	
ol {
	margin-left: 60px; }
	
a {
	font-weight: bold;
	color: #003368;
	text-decoration: none; }
a:hover {
	font-weight: bold;
	color: #003368;
	text-decoration: underline; }
	
.subMenu {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff; }
	
.subCell {
	background-color: #01458C;
	font-size: 12px;
	line-height: normal;
	padding: 5px 23px; }

.highlight {
	background-color: #1B5897;
	font-size: 12px;
	line-height: normal;
	padding: 5px 23px; }
	
.subLink {
	color: #fff;
	text-decoration: none; 
	font-size: 12px;
	font-weight: normal; }
.subLink:hover {
	color: #fff;
	text-decoration: none; 
	font-size: 12px;
	font-weight: normal; }
	
.content {
	padding: 30px 40px 0 40px; }
	
.content p {
	padding-left: 30px; }

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 22px;
	color: #003368;
	margin-left: -30px;
	margin-bottom: 30px; }
	
.subHead {
	font-style: italic;
	font-weight: bold;
	font-size: 18px; }
	
.insetPhoto {
	margin-right: 10px; }
	
.insetPhoto2 {
	margin-left: 10px; }
	
.sidebar {
	margin: 0 20px 0 30px; }
	
.footer {
	color: #ffffff;
	background-color: #5996D1;
	font-size: 10px;
	line-height: normal; 
	padding: 0 65px 15px 65px;}
	
.greyBG {
	background-color: #E0E0E0;
	padding: 10px 10px 10px 0; }
