@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: #000000;
	font-family: Calibri, Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../images/bg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-radius: 9px;
}
.oneColFixCtrHdr #header {
	background-color: #840000;
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	border-radius: 8px;
}
.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 {
	background: #FFFFFF;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: right;
	font-size: 0.85em;
	color: #666;
}
.oneColFixCtrHdr #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 */
}
.listing {
	clear: none;
	width: 100%;
	overflow:hidden;
	width:100%; 
}
.logos {
	margin-right: 20px;
	float: left;
}
.url-symbol {
	font-size: .9em;
	color: #600;
}
p {
	margin: 0px;
	padding: 0px;
}
/**/
.hr {
	height: 10px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/divider02.png);
	background-repeat: repeat-x;
}
.hr2 {
	height: 10px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../images/divider01.png);
	background-repeat: repeat-x;
}
h1 {
	padding: 0px;
	line-height: 3pt;
}
h2 {
	color: #333;
}
/**/
a:link {
	color: #4F0000;
	font-weight: bold;
	font-size: 1.4em;
}
a:visited {
	color: #000;
	font-weight: bold;
	font-size: 1.4em;
}
a:hover {
	color: #F90;
	font-size: 1.4em;
	font-weight: bold;
}
a:active {
	color: #4F0000;
	font-size: 1.4em;
	font-weight: bold;
}
/**/
a.client-url:link {
	color: #999;
	font-weight: bold;
	font-size: .75em;
}
a.client-url:visited {
	color: #666;
	font-weight: bold;
	font-size: .75em;
}
a.client-url:hover {
	color: #4F0000;
	font-size: .75em;
	font-weight: bold;
}
a.client-url:active {
	color: #999;
	font-size: .75em;
	font-weight: bold;
}
/**/
a.foooter-link01:link {
	color: #666;
	font-size: 1em;
}
a.foooter-link01:visited {
	color: #666;
	font-size: 1em;
}
a.foooter-link01:hover {
	color: #600;
	font-size: 1em;
}
a.foooter-link01:active {
	color: #666;
	font-size: 1em;
}

