body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background: #7B1A00;
	color:#000000;
}

.goldBackground {
 	background: url('images/background_gold.jpg') repeat-x;
	}

p {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color:#000000;
}

h1 {
	font-size : 24px;
	line-height: 28px;
	font-weight: bold;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
}

h2 {
	font-size : 20px;
	line-height: 24px;
	font-weight: bold;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
}

h3 {
	font-size : 16px;
	line-height: 20px;
	font-weight: bold;
	font-family : Trebuchet MS, Verdana, Arial, sans-serif;
}

ol {
	font-size : 14px;
	font-family : Trebuchet MS, Arial, sans-serif;
	line-height: 8px;
}

ul {
	font-size : 14px;
	font-family : Trebuchet MS, Arial, sans-serif;
	line-height: 8px;
}

li {
	font-size : 14px;
	font-family : Trebuchet MS, Arial, sans-serif;
	line-height: 18px;
	padding : 8px;
}

.highlight {
	background-color: #FFFF00;
}

.blockquote {
	font-size : 12px;
	font-family : Trebuchet MS, Arial, sans-serif;
	line-height: 16px;
	margin : 0px;
	border : 1px solid #333333;
	padding : 10px;
	background : #FFFFCC;
}

.coupon {
	font-size : 12px;
	font-family : Trebuchet MS, Arial, sans-serif;
	line-height: 16px;
	margin : 0px;
	border : 3px dashed #333333;
	padding : 10px;
	background : #FFFFCC;
	width : 80%;
}

.quoteBox {
	font-size : 12px;
	font-family : Trebuchet MS, Arial, sans-serif;
	line-height: 16px;
	margin : 0px;
	border : 1px solid #333333;
	padding : 10px;
	width : 80%;
}


.nav {
	font-weight: bold;
	color : #7B1A00;
	font-family: Times New Roman, Tahoma, serif;
	text-decoration: none;
}

a.nav {
	font-weight: bold;
	color : #DF9E00;
	font-family: Times New Roman, Tahoma, serif;
	text-decoration: none;
}

a:hover.nav {
	color: #FFFFFF;
}

.footer {
	font-size: 11px;
	}

/* Navigation Bar */

#navBar {
	margin: 0px;
	padding: 0px;
	width: 623px;
	background-color: #9D0404;
}

#cssdropdown, #cssdropdown ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#cssdropdown li {
	float: left;
	padding: 10px;
	margin-top: 0px;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}


.mainitems{
	border: 0px ;
	color : #7B1A00;
	margin : 0px;
	font-family: Times New Roman, Tahoma, serif;
	font-size: 14px;
	font-weight: bold;
}

.mainitems a {
	padding: 10px;
	margin : 0px;
	background-color: #DF9E00;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

.mainitems a:hover {
	padding: 10px;
	margin: 0px;
	background-color: #DF9E00;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

.mainitems2{
	border: 0px;
	margin : 0px;
	font-family: Times New Roman, Tahoma, serif;
	font-weight : bold;
	font-size: 14px;
	color : #DF9E00;
}

.mainitems2 a{
	padding: 10px;
	margin: 0px;
	font-weight : bold;
	background-color: #7B1A00;
	color : #DF9E00;
	text-decoration : none;
}

.mainitems2 a:hover {
	padding: 10px;
	margin: 0px;
	background-color: #DF9E00;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}