@charset "utf-8";
body {
	font: 100% 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: #000000;
	background-color: #CCC;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left;
	background-color: #CCC;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: auto;
}
.oneColFixCtrHdr #header {
	background-color: #CCC;
	font-family: Verdana;
	padding-top: 17px;
	padding-right: 7px;
	font-size: 15px;
	padding-left: 7px;
	font-weight: bold;
}
.Page-Links {
	font-size: 15px;
	color: #777;
}

.BG-LineT {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}
.BG-LineB {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}



.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0px;
	background-color: #FFF;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding-right: 7px;
	padding-left: 7px;
	line-height: normal;
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	font-size: 14px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.Heading-L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.Heading-S {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.Font16 {
	font-size: 16px;
}
.Font18 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

.FontBlue {
	color: #00C;
}

.FontItalic {
	font-style: italic;
}
.FontItalicBlue {
	font-style: italic;
	color: #00C;
}
.FontItalicRed {
	font-style: italic;
	color: #900;
}
.BG-Dark {
	background-color: #666;
	text-align: center;
}
.BG-Light {
	background-color: #EEE;
	padding-left: 30px;
}
.BG-Light2 {
	background-color: #DDD;
}
.Arial20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.Arial20W {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

.Arial16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.Arial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Arial24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.White-L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.White14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.Blue14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0FF;
}







.oneColFixCtrHdr #footer {
	background-color: #CCC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #CCC;
	padding-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;


}
.BG-Light3 {
	background-color: #EEE;
	margin-top: 20px;
	margin-right: 3px;
	margin-left: 3px;
}
.BG-Links {
	padding-left: 35px;
}


.Font30 {
	font-size: 30px;
}
.Contact-Dark {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.Contact-Blue {
	font-size: 16px;
	color: #00C;
}
.Contact-Blue2 {
	font-size: 18px;
	color: #00C;
}
