@charset "utf-8";
body  {
	font: 1em Arial, Helvetica, sans-serif;
	background: #000000 url(/images/general/main_bground.gif);
	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: #FFFFFF;
}
a:visited, a:active, a {
	color:#b58ff5 !important;
}
.thrColFix #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* 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. */
	padding:0 0 20px 0;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent { 
	margin: 50px 200px 0 0;
	padding: 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFix #mainContent h1 {
	margin:0 0 10px 0;
	padding:0px;
	text-transform:uppercase;
	font-size:.95em;
	font-weight:bold;
}
.thrColFix #mainContent h2 {
	margin:10px 0 10px 0;
	padding:0px;
	font-size:.9em;
	font-weight:bold;
}
.thrColFix #mainContent p {
	font-size:.8em;
}
.thrColFix #topImg {
	background:url(/images/general/mainImg2.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:800px;
	height:13px;
}
.thrColFix #mainNav {
	background:url(/images/general/mainNav-bground.gif);
	background-repeat:no-repeat;
	height:39px;
	width:800px;
	padding:0;
	margin:0px;
}
.thrColFix #mainNav #search {
	font-size:.9em;	
}
.thrColFix #mainNav form {
	margin:0px;
	padding:0px;
}
.searchBox {
	background-color: #FFFFFF;
	border: 1px solid #e1e1e1;
	font-size: 12px;
}
.thrColFix #mainNav ul {
	margin:0px;
	padding:10px 0 0 0;	
}
.thrColFix #mainNav li {
	font-size:.9em;
	float:left;
	padding-left:20px;
	list-style:none;
}
.thrColFix #mainNav li a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.thrColFix #mainNav li a:hover, a:visited, a:active {
	color:#b58ff5;
}
.thrColFix #bottomImg {
	background:url(/images/general/mainImg.jpg);
	background-repeat:no-repeat;
	height:190px;
	width:800px;
	margin:0px;
}
.thrColFix #sqImg {
	background:url(../../../images/general/main-sqImgs.jpg);
	background-repeat:no-repeat;
	height:82px;
	width:800px;
}
.thrColFix #footer {
	text-align:center;
	font-size:.8em;
	margin:15px 0 0 0;
}
.thrColFix #bottomNav {
	margin:0 0 15px 0;
}
.thrColFix #bottomNav a {
	color:#FFFFFF;
	text-decoration:none;
}
.thrColFix #bottomNav a:hover, a:visited, a:active {
	color:#b58ff5;
}
.thrColFix #copyright {
	color:#b58ff5;
	margin:0 0 15px 0;
}
.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:0 0 0 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;
}
#mailingList {
	width:170px;
	margin:50px 15px 0 0;
	font-size:.9em;
}
#mailingList form {
	text-align:center;
}
#mailingList .submit, #search .submit{
	background:url(/images/general/home-submit_bground.gif);
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	width:inherit;
	font-size:.9em;
}
.boxTitleLeft, .boxTitleRight {
	font-size:.9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2C0A4D;
	height: 30px;
	padding: 15px 0 0 10px;
	text-transform:uppercase;
}
.boxContentLeft, .boxContentRight {
	font-size:.9em;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	
}
.boxContentLeft, .boxContentRight input {
	margin:10px 0 0 0;
	width:100%;
}
a.txtLink:visited, a.txtLink, a.txtLink:active {
	color: #b58ff5;
}