@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; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {
	background-color: #CCC;
	font-family: Verdana;
	padding-top: 17px;
	padding-right: 7px;
	font-size: 15px;
	padding-left: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.Verdana-Dark {
	font-family: Verdana;
	font-size: 15px;
	color: #777;
}
.BG-HeaderT {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
}
.BG-HeaderB {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.BG-Grey {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #EEEEEE;
}
.BG-Blue {
	background-color: #413ac4;
}




.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;
	text-align: left;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #FFF;
	font-size: 14px;
	border-bottom-width: 2px;
	padding-top: 10px;
}
.CD_Photo {
	margin-top: 2px;
    margin-right: 15px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.CD_Photo_R {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	margin-left: 15px;
}

.Heading-L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.H-Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #777;
}
.H-Grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #777;
}

.oneColFixCtrHdr #footer {
	background-color: #CCC;
	padding-right: 10px;
	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;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;


}
.FontI {
	font-style: italic;
}
.Font-L {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}
.Font-Med {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}


.FontBoldBlack {
	font-weight: bold;
	font-size: 16px;
}
.FontRed {
	color: #900;
}

.FontGrey {
	color: #777;
	font-weight: bold;
	font-size: 16px;
}
.FontGrey-S {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #777;
}

.FontBold {
	font-weight: bold;
}
.Arial16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.FontBlue {
	color: #00C;
}
