/*defaults */
body {
	background: #660000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	}
	
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
	
/*links*/	
a:link { color: #660000; text-decoration: none; font-weight: normal; }
a:visited { color: #660000; text-decoration: none; font-weight: normal; }
a:hover { color: #333333; text-decoration: underline; font-weight: normal; }
a:active {color: #660000; text-decoration: none; font-weight: normal; }

.nav:link { color: #333333; text-decoration: none; font-weight: bold; font-size: 13px; letter-spacing: 1px; }
.nav:visited { color: #333333; text-decoration: none;  font-weight: bold; font-size: 13px; letter-spacing: 1px; }
.nav:hover { color: #888888; text-decoration: none;  font-weight: bold; font-size: 13px; letter-spacing: 1px; }
.nav:active {color: #333333; text-decoration: none;  font-weight: bold; font-size: 13px; letter-spacing: 1px; }

.anchor:link { color: #999999; font-size:10px; text-decoration: none; }
.anchor:visited { color: #999999; font-size:10px; text-decoration: none; }
.anchor:hover { color: #660000; font-size:10px; text-decoration: none; }
.anchor:active { color: #999999; font-size:10px; text-decoration: none; }

.copy:link {color: #996666; text-decoration: none; }
.copy:visited {color: #996666; text-decoration: none; }
.copy:hover {color: #ffffff; text-decoration: underline; }
.copy:active {color: #996666; text-decoration: none; }

/*text styles*/
h1 { color: #666666; font-size: 20px; font-weight: bold; text-transform: uppercase; }
h2{ color: #660000; font-size: 14px; letter-spacing: 3px; font-weight: bold; }
h3 { color: #333333; font-size: 13px; font-weight: bold; }
.white { color: #ffffff; font-size: 12px; }
.address { font-size: 11px; }
.title {font-size: 22px; font-weight: bold; color: #666666; }

/*div styles*/
.toptab { background-image: url(images/top_tab_bg.gif); width: 800px; height: 21px; }
.content { padding-top: 25px; padding-left: 25px; padding-right: 25px; text-align: justify; vertical-align: top; }
.home_rad { width: 120px; height: 110px; text-align: center; vertical-align: center; border-style: solid; border-color: #999999; border-width: 1px; }
.copyright { font-size: 10px; color: #996666; background-color: #660000; text-align: center; vertical-align: top; padding-top: 5px; }

#dropmenudiv{ position:absolute; border:1px solid #660000; font:normal 12px Arial, Helvetica, sans-serif; line-height:16px; padding:7px; z-index:100; }
#dropmenudiv a{ width: 100%; display: block; text-indent: 3px; } 
#dropmenudiv a:hover{ /*hover background color*/ background-color: #ffffff; }

.highlight { background-color: #FFEB99; padding-top: 16px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px; text-align: justify; font-size: 12px; font-weight: bold; color: #666666; vertical-align: top; }

.tblhighlight { background-color: #CCCCCC; color: #000000; }

.sample {width: 150px; border-left:solid 1px #cccccc; border-right:solid 1px #cccccc; text-align: center; font-size: 11px; line-height: 10px; }
