@charset "utf-8";

	
.body {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #35349A;
	background-color: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5;
	font-weight: bold;
}

.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EBEBEB;
	background-image: url(../Images/wrapper.780x10.gif);
} 
.twoColFixLtHdr #header {
	background-color: #00157A;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-color: #00157A;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	float: right;
	width: 565px;
	background-color: #fff;
} 

.footer {
	font-family: "Comic Sans MS";
	font-size: x-small;
	font-style: italic;
	line-height: inherit;
	color: #333333;
	font-weight: normal;
	background-color: #EBEBEB;
	text-align: center;
	width: 572px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 208px;
}
.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;
	text-align: center;
	margin: 0px;
	padding: 20px;
	text-align: center;

}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	height: 267px;
	width: 200px;
	padding: 5px;
}
.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;
}
.photobox {
	margin: 5px;
	padding: 0px;
	border: 1px solid #666666;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: xx-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #35349A;
	background-color: #FFFFFF;
	text-align: center;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #35349A;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.calendar {
	font-family: "Comic Sans MS";
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #00217B;
}
.leftmargin5 {
	margin-left: 5px;
}
.yellowbg {
	background-color: #FFFF99;
}
.padding5 {
	padding: 5px;
}
h3 {
	font-family: "Comic Sans MS";
}
h5 {
	color: #0000CC;
	margin: 0px;
	padding: 0px;
}
.blockYellow {
	background-color: #FFFFCC;
	text-align: center;
	display: block;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
three-col-row {
	font-style: italic;
}
.TopPadding9 {
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent table {
	margin: 0px;
	padding: 0px;
}
.ulNoBullets {
	list-style-type: none;
}
