@charset "utf-8";
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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #menu {
	height: 30px;
	background-color: #353535;
}
.oneColFixCtrHdr #header {
	height: 125px;
	background-color: #353535;
}
.errorlist {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.source {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.tips {
	font-size: 12px;
}

.classp {
	margin-bottom: 5px;
}
ul {
	font-size: 14px;
	margin-bottom: 5px;
	margin-right: 25px;
	margin-left: 15px;
	margin-top: -10px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 {
	font-size: 20px;
}

#header img {
	display: block;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #55101C;
	background-color: #FFF;
}
.oneColFixCtrHdr #footer {
	height: 35px;
	background-color: #eee;
	padding-top: 5px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #55101c;
	font-size: 11px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: middle;
}
h1 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h2 {
	font-size: 16px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}
p {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
ol {
	list-style-type: decimal;
	font-size: 14px;
	line-height: 110%;
	margin-left: 10px;
	margin-right: 10px;
}
.asterik {
	font-size: 12px;
	font-style: italic;
}
.imageleft {
	float: left;
	clear: left;
	margin-left: 5px;
}
.imageright {
	float: right;
	clear: right;
	margin-right: 5px;
}
.pbold {
	font-weight: bold;
}
.oneColFixCtrHdr #container #header p {
	color: #FFF;
	font-size: 12px;
	text-align: right;
}
.oneColFixCtrHdr #container #mainContent .privacy {
	font-size: 11px;
	line-height: 100%;
	list-style-type: lower-alpha;
}
.paygate {
	font-size: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-collapse: collapse;
}
.top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #55101C;
	font-size: 12px;
}
.quote {
	font-style: italic;
	line-height: 110%;
	margin-right: 50px;
	margin-left: 50px;
	font-size: 12px;
}
.portfolio {
	font-size: 12px;
	line-height: normal;
}

.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-right: 10px;
	margin-left: 5px;
	clear: both;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.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;
}
