@charset "utf-8";
body  {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	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: #333333;
	background-color: #10396D;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bg_container.jpg) repeat-y center top;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 375px;
	padding: 0;
} 
#header p {
	margin-top: 0px;
	text-align: right;
	padding-right: 100px;
	font-size: 1em;
	padding-top: 140px;
}
#header a, #header a:link, #header a:active, #header a:visited {
	color: #3383DA;
	text-decoration: underline;
}
#header a:hover, #header a:focus {
    color: #999999;
    text-decoration: none;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 16px;
	height: 250px;
}
#mainContent {
	margin: 0 20px 20px 245px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 2em;
	border: 1px solid #F7F8FA;
} 
#mainContent h1 {
	font-size: 1.75em;
	margin: 0px;
	padding: 0px 0px 5px;
	border-bottom: 1px dashed #999999;
}
#mainContent a, #mainContent a:link, #mainContent a:active, #mainContent a:visited {
	color: #3383DA;
	text-decoration: underline;
}
#mainContent a:hover, #mainContent a:focus {
    color: #999999;
    text-decoration: none;
}
#footer {
	padding: 10px;
	background: #0E3A6B;
	border-top: 8px solid #4484AA;
	font-size: 0.8em;
	text-align: center;
	color: #FFFFFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus {
    color: #3383DA;
    text-decoration: none;
}
.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;
}
img {
	border: 0;
}
.bold {
	font-weight: bold;
	text-transform: uppercase;
}
.alignright {
	text-align: right;
}
input {
	background: #F7F8FA;
	border: 1px solid #999999;
}
textarea {
	background: #F7F8FA;
	border: 1px solid #999999;
}


.flyerRockwellExtraBold40 {
	font: 40px/1em "Rockwell Extra Bold";
	text-align: center;
	color: #000000;
}
.flyerRockwellExtraBold16 {
	font: 16px/1em "Rockwell Extra Bold";
	text-align: center;
	color: #000000;
}
.flyerArialBlack35 {
	font: 35px/1em Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
}
.flyerCalibri20 {
	text-align: center;
	color: #000000;
	font-size: 20px;
	line-height: 1em;
}
