@charset "UTF-8";
body {
	font: 100% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #0A3943;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #061719;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #061719;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #D3C792;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #061719; 
	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: 14px;
	line-height: 150%;
	font-family: Trebuchet MS, Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align: left;
}

h1  { 
color: #21689b; font-weight: bold; font-size: 18px; font-family: Trebuchet MS, Verdana, Lucida, Arial, Helvetica, sans-serif; background: transparent
}

h2  { 
color: #a7040c; font-weight: bold; font-size: 16px; font-family: Trebuchet MS, Verdana, Lucida, Arial, Helvetica, sans-serif; background: transparent
}

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

.textboldblue { 
color: #21689b; font-style: bold; font-size: 15px; line-height: 150%; font-family: Trebuchet MS, Verdana, Lucida, Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; background: transparent
}

.textboldred { 
color: #a7040c; font-style: bold; font-size: 14px; line-height: 150%; font-family: Trebuchet MS, Verdana, Lucida, Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; background: transparent
}

.textbolditalicred { 
color: #d55508; font-style: italic; font-size: 14px; line-height: 150%; font-family: Trebuchet MS, Verdana, Lucida, Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; background: transparent
}

a:link { 
color: #21689b; 
background: transparent
} 
a:visited {  
color: #21689b; 
background: transparent
}
a:hover {  
color: #a7040c; 
background: transparent
}
a:active {  
color: #a7040c; 
background: transparent
}
img {
	display:inline;
	border:none;
	padding:0px 0px 0px 0px;	
}
