@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: #DEC4DE;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

.twoColFixLtHdr #container {
	width: 752px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 96px;
	width: 728px;
	display: block;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	height: 78px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 178px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #882288;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #880088;
	line-height: 14px;
}

.twoColFixLtHdr #mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #555555;
	line-height: 24px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 213px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #440044;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 213px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	padding: 0px;
}
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Impact, "Arial Narrow", sans-serif;
	font-weight: normal;
	font-size: 24pt;
	color: #004444;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #004444;
	font-family: Impact, "Arial Narrow", sans-serif;
	font-size: 18pt;
	font-weight: normal;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #440044;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	text-transform: uppercase;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.icon_image {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	white-space: normal;
}

.twoColFixLtHdr #container #mainContent h3 {
	color: #440044;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	border-bottom-style: solid;
	border-bottom-color: #440044;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	font-weight: 900;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #884488;
	line-height: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-collapse: collapse;
}
.social_table {
	float: right;
}

