@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: #FFF;
	background-image: url(../assets/images/template/background.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #F07E00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B96100;
}
a:hover {
	text-decoration: underline;
	color: #502E8D;
}
a:active {
	text-decoration: none;
	color: #502E8D;
}

.oneColFixCtrHdr #container {
	width: 950px;
	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;
	font-size: 12px;
	background-image: url(../assets/images/template/content-background.jpg);
}
.oneColFixCtrHdr #header {

}
.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 {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 340px;
}
.oneColFixCtrHdr #HomePageTop {
	background-color: #9C8DC4;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EDE9F5;
}
.oneColFixCtrHdr #LtColumn {
	padding: 0px;
	width: 415px;
	float: left;
	margin-right: 10px;
}
.oneColFixCtrHdr #RtColumn {
	padding: 0px;
	width: 415px;
	margin-left: 452px;
}


.oneColFixCtrHdr #leftColumn {
	float: left;
	width: 260px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	position: relative;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #502E8D;
}
.oneColFixCtrHdr #mainContentNoColumns {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin: 0px;
	background-color: #FFF;
}
.oneColFixCtrHdr #mainContent2Columns {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin: 0px;
	background-color: #FFF;
	background-image: url(../assets/images/template/content-background-2-columns.jpg);
	background-repeat: repeat-y;
}




.oneColFixCtrHdr #footer {
	color: #FCEB00;
	background-color: #502E8D;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.oneColFixCtrHdr #footer2 {
	color: #666;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.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;
}


ul
{
padding: 0;
margin-left: 1em;
}
h1 {
	color: #502E8D;
	font-size: 24px;
}

h2 {
	color: #502E8D;
	font-size: 18px;
}
