#container  {
	width: 960px;
	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;
} 
#header  {
	margin-left: 231px;
	padding: 0;
	background-image: url(images/newHeader.jpg);
	background-repeat: no-repeat;
	height: 130px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 14px;
	text-align: right;
	line-height: 4px;
} 
#container #headerMenu  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: right;
	height: 15px;
	width: 700px;
	margin-top: 115px;
	color: #FF0;
	text-decoration: none;
}
#container #headerMenu A  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EED674;
	text-decoration: none;
	letter-spacing: 1px;
}
.cfNew #container #headerMenu A:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0;
	text-decoration: underline;
	letter-spacing: 1px;
}
#container #mainMenu  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: right;
	height: 15px;
	width: 700px;
	margin-top: 115px;
	color: #FF0;
	text-align: center;
}
#container #mainMenu A  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EED674;
	text-decoration: none;
}
#container #mainMenu A:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0;
	text-decoration: underline;
}

.cfNew #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 */
	color: #FFF;
}
.cfNew #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	top: 0px;
	height: auto;
	background-repeat: no-repeat;
}

.cfNew #mainContent {
	color: #FFF;
	float: right;
	margin-right: 0;
	margin-left: 0px;
	padding-right: 20px;
	padding-left: 20px;
	width: 690px;
	background-image: url(images/contentBG.jpg);
	background-color: #2B2B2B;
	background-repeat: no-repeat;
	height: 100%;
	clear: right;
} 
.cfNew #container #mainContent A {
	color: #FFF;
}
.cfNew #footer {
	margin-left: 230px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/newFooter.jpg);
	background-repeat: no-repeat;
	height: 102px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
} 
.cfNew #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 */
}
.cfNew #footer A {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #EED674;
	text-decoration: none;
	letter-spacing: 1px;
}
.cfNew #footer A:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FF0;
	text-decoration: underline;
	letter-spacing: 1px;
}
.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;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.contentSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.heading {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.headingNew {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #EED674;
	font-weight: bold;
	font-style: italic;
}

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF00;
	font-weight: bold;
	font-style: italic;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: normal;

}
.copyhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FF9900;
}
.copybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;

}
input.pink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFF00;
	border: 1px groove #000000;
}
.select_alt {
	font-size: 12px; 
	color: #000000; 
	background-color: #FFCC00;
}


.copywhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
}
.NewsDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #00FF00;
	text-decoration: underline;
}
.BoldTitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}

