@charset "utf-8";
/* CSS Document */


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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #636363;
	background-color: #F6F3EA;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F6F3EA;
}
.oneColFixCtrHdr #header {
	height: 77px;
	padding-top: 41px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #F6F3EA;
}
.oneColFixCtrHdr #mainContentLeft {
	min-height: 690px !important; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
	background-color: #F6F3EA;
	width: 384px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
}
.oneColFixCtrHdr #mainContentLeft p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0px;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContentLeft A{
	color: #636363;
	text-decoration: none;
} 
.oneColFixCtrHdr #mainContentLeft A:hover{
	color: #DF2000;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContentRight {
	min-height: 690px !important; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
	background-color: #F6F3EA;
	width: 356px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
}
.oneColFixCtrHdr #mainContentRight p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0px;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1px;
	word-spacing: 2px;
	color: #999999;
}
.oneColFixCtrHdr #mainContentRight A{
	color: #999999;
	text-decoration: none;
} 
.oneColFixCtrHdr #mainContentRight A:hover{
	color: #DF2000;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContentRight .Selected{
	text-decoration: none;
	color: #1A1A1A;
}
.oneColFixCtrHdr #mainContentWhole {
	min-height: 690px !important; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
	background-color: #F6F3EA;
	width: 760px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: left;
}
.oneColFixCtrHdr #mainContentWhole p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	word-spacing: 2px;
}
.oneColFixCtrHdr #mainContentWhole A{
	color: #636363;
	text-decoration: none;
} 
.oneColFixCtrHdr #mainContentWhole A:hover{
	color: #DF2000;
	text-decoration: none;
}
.oneColFixCtrHdr #footerH {
	background-color: #F6F3EA;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-bottom: 0;
	color: #B3B3B3;
}
.oneColFixCtrHdr #footerH 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 */
}
.oneColFixCtrHdr #footerH A{
	color: #B3B3B3;
	text-decoration: none;
} 
.oneColFixCtrHdr #footerH A:hover{
	text-decoration: underline;
}


.oneColFixCtrHdr #footer {
	background-color: #F6F3EA;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #B3B3B3;
}
.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 */
}
.oneColFixCtrHdr #footer A{
	color: #B3B3B3;
	text-decoration: none;
} 
.oneColFixCtrHdr #footer A:hover{
	text-decoration: underline;
}
.oneColFixCtrHdr #headerMenu {
	height: 45px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	text-align: right;;
	width: 440px;
} 

.oneColFixCtrHdr #headerMenu td {
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	color: #999999;
	
} 
.oneColFixCtrHdr #headerMenu  A{
	color: #999999;
	text-decoration: none;
	text-align: right;
} 
.oneColFixCtrHdr #headerMenu A:hover{
	text-decoration: none;
	color: #df2000;
}
.oneColFixCtrHdr #headerMenu .Selected{
	text-decoration: none;
	color: #262626;
}

.oneColFixCtrHdr #headerMenuH {
	height: 65px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	text-align: right;
	;
	width: 100%;
} 

.oneColFixCtrHdr #headerMenuH td {
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 1px;
	color: #999999;
	
} 
.oneColFixCtrHdr #headerMenuH  A{
	color: #999999;
	text-decoration: none;
	text-align: right;
} 
.oneColFixCtrHdr #headerMenuH A:hover{
	text-decoration: none;
	color: #df2000;
}
.oneColFixCtrHdr #headerMenuH .Selected{
	text-decoration: none;
	color: #262626;
}

.oneColFixCtrHdr .Menu{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 10px;
}
.oneColFixCtrHdr #headerLogo {
	height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
}
.oneColFixCtrHdr #mainContentTopHome {
	height: 340px;
	background-color: #1A1A1A;
	width: 760px;
	float: right;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 10px;
}

.oneColFixCtrHdr #words {
	margin-left: 384px;
	float: left;
	width: 344px;
	padding-left: 0px;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 1px;
	word-spacing: 1px;
	color: #B3B3B3;
	font-weight: bold;
	margin-right: 10px;
}
.FloatRight {
	float: left;
}

.oneColFixCtrHdr #words p {
	padding-top: 0px;
	padding-bottom: 2px;
}
.oneColFixCtrHdr #mainContentTopHome img{
	float: left;
}
.oneColFixCtrHdr #mainContentTopHome H1{
	color: #FFF;
	font-size: 10px;
	line-height: 13px;
	word-spacing: 4px;
	letter-spacing: 4px;
	margin-top: 25px;
	padding-bottom: 1px;
	font-weight: bolder;
}
.oneColFixCtrHdr #mainContentBottomHome {
	height: 185px;
	background-color: #F6F3EA;
	width: 760px;
	padding-top: 340;
	padding-right: 20px;
	padding-bottom: 30pt;
	padding-left: 20px;
	float: left;
	margin-top: 10px;
	clear: both;
}
.oneColFixCtrHdr #mainContentBottomHome p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 11px;
	letter-spacing: 2px;
	word-spacing: 2px;
	line-height: 12px;
	color: #262626;
}
textarea {
	width: 200px;
	font-size: 11px;
	line-height: 12px;
}
.inputBox {
	font-size: 12px;
	line-height: 11px;
	width: 200px;
}

.oneColFixCtrHdr #mainContentBottomHome A{
	color: #DF2000;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContentBottomHome A:Hover{
	text-decoration: underline;
}

td {
	font-size: 11px;
	line-height: 12px;
	word-spacing: 2px;
	letter-spacing: 2px;
}
.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;
}
#Line2{
	padding-top: 0px;
	font-size: 10px;
	letter-spacing: 0px;
}
#SearchBox {
	float: left;
	width: 200px;
	padding-top: 5px;
}
.oneColFixCtrHdr .ContactLink A{
	color: #333;
	text-decoration: underline;
}
.oneColFixCtrHdr .ContactLink A:hover{
	color: #DF2000;
	text-decoration: none;
}

