@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background002.jpg);
	background-repeat:repeat-x;
	margin: 0 auto; /* 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;
}

.standardSet #container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border-left: 1px solid #fee3f4;
	border-right: 1px solid #fee3f4; */
	padding:0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.standardSet #header { 
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
} 

.standardSet #header a{ 
	text-align:center;
	font-size:12px;
	color:#fee6f6;
} 

.headerAbout {
margin: 0 auto;
width: 800px;
	text-align:center;
	font-size:12px;
	color:#000000;
}


.headerAbout a{
	color:#0000ff;
}

a:link, a:visited, a:active  { /* Master link setting */
text-decoration:underline; 
color:#0000FF;
}

a:hover { 
text-decoration:none; 
color:#ff0000;
}

.standardSet #containerContent { 
	float: left;
	width: 920px;  /* total width of the page, minus the center divider (10px)*/
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;

} 

.standardSet #containerRight { 
	float: right;
	width: 493px;  /* total width of the page, minus the center divider (10px)*/
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border-left: 1px solid #e5e5e5;
	

} 

.title01 {
	font-size:28px;
	font-weight:bold;
}

.title02 {
	font-size:18px;
	font-weight:bold;
}

.title03 {
	font-size:12px;
	font-weight:bold;
}

.title04 {
	font-size:12px;
	font-weight:bold;
	padding: 0 0 10px 0;
}

.standardSet #singlecol {
width: 100%;
text-align:center;
	padding: 0px;
	margin: 0px;

}



.standardSet #singlecolBottom {
float:left;
width: 100%;
text-align: center;
	padding: 0px;
	margin: 0px;
}

.standardSet #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 255px; /* 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 */
	padding: 0 8px 0 20px;
	margin: 0px;
}

.standardSet #sidebar2 {
	float: right; /* 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 */
	padding: 0 10px 0 0;
	margin: 0px;
}

.standardSet #mainContentLeft { 
	width: 450px;
	float:left;
	padding: 0 20px 0 10px ;
	border-left: #c5c5c5 1px solid;
	margin: 0px;
} 

.standardSet #rgtCol { 
	width: 115px;
	float:left;
	padding: 0 0 0 15px ;
	border-left: #c5c5c5 1px solid;
	margin: 0px;
} 

.standardSet #mainContentRight{ 
	width: 312px;
	float:left;
	padding: 0 0 0 10px ;
	margin: 0px;
} 

.dateHeader {
font-size:12px;
	font-weight:bold;
	padding: 0 0 0px 0;
	
}

.dateHeaderNext {
font-size:12px;
	font-weight:bold;
	color:#999999;
	padding: 0 0 5px 0;
	
}

.thumbWrapper {
font-size:18px;
padding: 0;
text-align:center;
}




.thumb01 {
float:left;
}

.thumb01 img{
	background-color: #f8f8f8;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.thumb01 a:hover img{
	background-color: #c5c5c5;

}


.thumb01b {
float:left;
}

.thumb01b img{
background-color: #f8f8f8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.thumb01b a:hover img{
	background-color: #c5c5c5;

}



.thumb01Sub {
font-size:12px;
}




.thumbModel {
font-size:9px;
text-align:center;
}

.spacer{
float:left;
}

.salesLink01{
font-size:12px;
font-weight:bold;
padding: 20px 0;
text-align:center;
}

.salesLink02{
font-size:18px;
font-weight:normal;
text-align:center;
}

.salesLink03{
font-size:20px;
font-weight:bold;
text-align:center;
}

.salesLink04{
text-align:center;
font-size:13px;

}

.salesLink05{
font-size:11px;
text-align:center;
}

.topList {
font-size:11px;
line-height: 1.5em;
}

.topList a{
font-weight:bold;
}




.standardSet #footerTop { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	text-align:center; 
} 
.standardSet #footer { 
	background:#c5c5c5;
	font-size: 10px;
	color: #454545;
	text-align:center; 
	padding: 15px 10px;
} 
.twoColFixLtHdr #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 */
	
}
.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;
}

.textQuotes {
font-size:10px;
font-style:italic;
}

.textQuotesLG {
font-size:12px;
font-style:italic;
}

.dotSep {
background-image:url(images/vert_dot_div.gif);
}

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