@charset "utf-8";
body  {
	background: #000;
	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: #efc618;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
/* -- generic styles ------------------------*/
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333366;
	margin: 25px auto 20px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #efc618;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixRtHdr #header {
	background: #313163;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-style: none;
} 




.twoColFixRtHdr #mainContent {
	margin: 0 auto 0 0;
	background: #333366;
	padding: 0px;
} 
#container #header a img {
	border-width: 0px;
	border-style: none;
}

a:hover {
	color: #FFF;
}

#container #sidebar1 {
	margin: 0px;
	padding: 40px 10px 0px 0px;
	float: right;
	width: 140px;
	text-align: center;
}
#container #sidebar1 p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #efc618;
}
#container #sidebar1 p img {

}


#container #sidebar1 h2 {
	font-size: 1.3em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #efc618;
}
#container #sidebar1 h3 {
	font-size: 0.9em;
	color: #efc618;
	font-weight: bold;
}
#container #mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 40px 0px 0px 20px;
	background: #333366;
}

#container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #efc618;
	margin: 0px;
	padding: 0px;
}
#container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 1.3em;
	font-weight: normal;
	color: #efc618;
	margin: 0px;
	padding: 0px;
}
#container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #efc618;
	font-size: 1em;
}
.twoColFixRtHdr #container #mainContent p {
	margin-top: -10px;
	margin-bottom: 5px;
}


#mainContent p  a{
	color: #efc618;
	text-decoration: underline;
}


#container #mainContent p a:hover {
	text-decoration: underline;
	border-top: none #efc618;
	border-right: none #efc618;
	border-bottom: none #efc618;
	border-left: none #efc618;
	color: #FFF;
}
#container #mainContent ul li a {
	color: #efc618;
	text-decoration: none;
	text-align: left;
}
#container #sidebar1 h1 a {
	color: #efc618;
	text-decoration: underline;
}
#container #sidebar1 h1 a:hover {
	color: #FFF;
}

#container #sidebar1 p a {
	color: #efc618;
	text-decoration: underline;
}
#container #sidebar1 p a:hover {
	color: #FFF;
}








.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333366;
	color: #efc618;
} 
.twoColFixRtHdr #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 */
	font-size: 0.6em;
	text-align: center;
	color: #666;
}
#MenuBar1 li .MenuBarActive   {
	background: #300;
}


.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;
}
.cococo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #C93;
}
.salestext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
