@charset "utf-8";


.style1 {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: top;
	color: #000000;
	line-height: 17px;
}
.style2 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 16pt;
	font-weight: bold;
}
.style4 {
	font-size: 12pt;
	color: #000000;
}
.style5 {
	font-size: 10pt;
	color: #000000;
	line-height: 27px;
}
.style6 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.style7 {
	color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.style8 {
	color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}
.style9 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 30px;
}
.style10 {
	color: #CC0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}
.backgroundpicture {
	background-repeat: no-repeat;	
}
/* CSS Document */

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;
	text-align: left;
	background-color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #header {
	background-color: #5A7BC5;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #5A7BC5;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-y;
	border: 0px solid #FFFFFF;
	background-image: url(../images/body.jpg);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

.oneColFixCtrHdr #footer {
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(../images/bottom.jpg);
	padding-top: 10px;
}
