@charset "UTF-8";
body {
	font: 100% Verdana, Lucida, sans-serif;
	background: #e9f0f7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #4e85bc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #dce9f9; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

p, ul, ol, li  { 
color: #000000; font-size: 12px; line-height: 150%; font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; font-weight:normal;
}

h1  { 
color: #16205f; font-weight: bold; font-size: 16px; font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; background: transparent
}

h2  { 
color: #bc854e; font-weight: bold; font-size: 14px; font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; background: transparent
}

.textitalic { 
color: #000000; font-style: italic; font-size: 12px; line-height: 150%; font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; font-weight: normal; text-align: left; background: transparent
}

.textboldmedkblue { 
color: #4e85bc; font-weight: bold; font-size: 12px; line-height: 150%; font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; background: transparent
}

.textbolditalmedkblue  { color: #4e85bc; font-style: italic; font-weight: bold; font-size: 12px; line-height: 200%; font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; background-color: transparent }

.textboldbrown { 
color: #bc854e; font-weight: bold; font-size: 12px; line-height: 150%; font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; background: transparent
}

.textboldnavy { 
color: #16205f; font-weight: bold; font-size: 12px; line-height: 150%; font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; background: transparent
}

.quote { 
color: #16205f; font-weight: normal; font-size: 11px; line-height: 150%; font-family: Verdana, Lucida, Arial, Helvetica, sans-serif; background: transparent
}

a:link { 
color: #4e85bc; 
background: transparent
} 
a:visited {  
color: #bc854e; 
background: transparent
}
a:hover {  
color: #a6c2dd; 
background: transparent
}
a:active {  
color: #ddc2a6; 
background: transparent
}
img {
	display:inline;
	border:none;
	padding:10px;	
}

