@charset "utf-8";



/* CSS Document */





body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #5B5B5B;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

.oneColElsCtrHdr #container {
	width: 48em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 3px solid #243C6E;
	border-right: 3px solid #243C6E;
	border-bottom: 3px solid #243C6E;
	border-top: 1px solid #243C6E;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtrHdr #header {
	background: #ffffff;
	padding: 0 10px 0 20px;  /* 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. */
	text-indent: -999em;
} 

.oneColElsCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 100%;
	/*padding-top: 10px;*/
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

h1 {
	font-size: 110%;
	color: #83BED7;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-right: 2%;
	padding-left: 5%;
}

 h2 {
	font-size: 60%;
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	/*margin-left: 10px;*/
	margin-top: 0%;
	margin-bottom: 0%;
}

 h3 {
	font-size: 105%;
	color: #243C6E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	margin-top: 1%;
	margin-bottom: 0%;
}
h4 {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 2%;
	padding-left: 5%;
	line-height: 130%;
	color: #243C6E;
	text-align: left;
}

ul {
list-style-type: disc;
list-style-position: outside;
}

li {
	font-size: 84%;
	padding-right: 3%;
	line-height: 130%;
	color: #243C6E;
	text-align: left;
	padding-left: 2%;
}

.oneColElsCtrHdr #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;
}

.oneColElsCtrHdr #mainContent p {
	font-size: 84%;
	padding-right: 2%;
	padding-left: 5%;
	line-height: 130%;
	color: #243C6E;
}

a:link {
	color: #000000;
	text-decoration: underline;
	}

a:visited {
	text-decoration: underline;
	color: #000000;
	}

a:hover {
	color: #4A9FC4;
	text-decoration: underline;
	}


a:active {
	text-decoration: underline;
	color: #4A9FC4;
	}

.oneColElsCtrHdr #footer { 
	background-color: #ffffff;
	margin-bottom: 0px;
	height: auto;	
	color: 000000;
	padding-bottom: .1em;
	padding-top: .3em;
} 

.oneColElsCtrHdr #footer p {
	font-size: 68%;
	text-align: center;	
}

