body { /* center on the page */
	background-image: url();
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	background-color:#000000;
}

#content {  /* Holds the entire page, which is a table inside it */
	position:relative; /* Going to place the vertical lines as absolute */
	margin-left: auto; /* Centers the content */
	margin-right: auto;
	width:1000px; /* Same as the table */
}

/* Drop-down menus on Home page */

.topmenuul{
	list-style-type:none;
	margin:0 0 0 24px; /* add space to the left of Home */

	padding:0;
}

.topmenuli{
	list-style-type:none;
	float:left;
	/*width: 115px;
	height: 27px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:center;
	padding:0;
	margin:5px 0px 0px 0px;
}
.topmenuli a {
	text-decoration:none;
	color:#000;
}
.topmenuli a:hover {
	color:#fff;
	text-decoration:none;
}

.topmenutitle{
	display:block;
	width:100px;
	text-indent:3px;
	text-decoration: none;
	border:1px solid #000000;
	padding:3px;
	line-height:14px;
	
}

.submenuul{
	list-style-type:none;
	position:absolute;
	top:-1px;
	left:0px;
	padding:0;
	display:none;
	margin-left:1px;
	margin-top: 21px;
	/*margin-top:-2px;*/
	background-color:#000; /* black background */
	z-index:2; /* above images */
}


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

#dmenu li>ul { 
	top: -1px;
	left: auto;
}

#content {
	clear: left;

}

/* menu design */

#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
}

.submenuli a{
	display:block;
	width:150px;
	border-bottom:1px solid #999999; /* grey line on bottom */
	font-size:12px;
	padding:3px;
	text-decoration: none;
	color: #fff; /* White letters */
	text-align:left;
	font-weight:100;
	padding-left:15px;
}

.submenuli a:hover{
	text-decoration: none;
	background:#d8ddb5;
	color: #000;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF; /* white footer */
}

.menu_banner {
	background-image:url(images/template/TopBannerRT.gif);
	background-repeat:no-repeat;
	height:75px;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.headerWT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.send-me-more-info { /* Click area */
	position:absolute;
	left:803px;
	top:41px;
} 
.headerWTLG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.headerRDLG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #901F30;
}
.headerBKLG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.headerBKitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.headerRD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #901F30;
}
.subheadRD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #901F30;
}
.captionRD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #901F30;
}
.subheadWTitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.main_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: normal;
	line-height: 16px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.small_print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
