@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #container {
	width: 784px;
	margin: 0 auto;
	padding-top: 20px;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;
	background-color: #FFF;
} 
.twoColFixLtHdr #menu {
	background-color: #1566E9;
	width: 784px;
	padding: 0px;
	height: 16px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px 0px;
}
.twoColFixLtHdr #sidebar1 h2 {
	text-align: center;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.twoColFixLtHdr #sidebar1 h3 {
	text-align: center;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixLtHdr #sidebar1 h4 {
	text-align: center;
	color: #F71A11;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



.twoColFixLtHdr #sidebar1 p {
	text-align: left;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0 0 225px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	width: 559px;
} 
.twoColFixLtHdr #wide {
	font-size: 70%;
	color: #333;
	text-align: center;
}

.twoColFixLtHdr #footer {
	font-size: 70%;
	color: #333;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin: 5px;
}
.twoColFixLtHdr #footer a:link {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #footer a:visited {
	color: #666;

}
.twoColFixLtHdr #footer a:hover {
	color: #ED008C;

}
.twoColFixLtHdr #footer a:active {
	color: #ED008C;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #1566E9;
}
a:visited {
	color: #1766E7;
}
a:hover {
	text-decoration: underline;
	color: #ED008C;
}
a:active {
	text-decoration: underline;
	color: #1566E9;
}
p {
	font-size: 100%;
	text-align: left;
	color: #000;
	margin-bottom: 5px;
	margin-top: 0px;
}
li {
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}



h1 {
	font-size: 120%;
	font-style: normal;
	color: #1566E9;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
}
h2 {
	font-size: 100%;
	color: #F71A11;
	font-style: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: 100%;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: bold;
	text-align: left;
	color: #000;
	margin-top: 4px;
}

h4 {
	font-size: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	color: #1567E7;
}
h5 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
h6 {
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-weight: normal;
	text-align: center;
}


.picLeft {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.picRight {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}