/* globals */
body {
	margin:-10px 10px 10px -10px;
	font-family:verdana,arial,sans-serif; 
	color:#333333;
	background:#ffffff;
}
div, p, td, li, span{
	font-family:verdana,arial,sans-serif;
	font-size:11px;
}
img	{
	border:0px;
}

/* links */
a {
	font-family:verdana,arial,sans-serif; 
	color:#663333;
}
a.sidebarlink {
	color:#333333;
}
a.footerlink {
	font-size:11px;
	color:#333333;
}

/* text */
.title {
	font-size:12px;
	font-weight:bold;
	color: #990000;
}
.contenttitletxt {
	font-family:Times New Roman, Serif;
	font-size:16px;
	font-weight:bold;
	color: #663333;
	margin:0px 0px 0px 10px;
}
.addresstxt {
	font-family:Arial, Sans-Serif;
	font-size:12px;
	font-weight:bold;
	color: #333333;
	margin:0px 0px 0px 10px;
}
.header {
	color: #333333;
}
.subheader {
	color: #666666;
}
.textred {
	color: #660000;
}
.errormsg {
	color:#ff0000;
	font-weight:bold;
}
.whitetext {
	color:#ffffff;
	font-weight:bold;
}
.hilite {
	background-color:#ffff33;
	font-weight:bold;
}
.footertext {
	font-size:11px;
	color:#ffffff;
}
.footerblacktext {
	font-size:11px;
	color:#000000;
}

/* forms */
.inputbox {
	font-family:verdana,arial,sans-serif; 
	color:#333333;
	font-size:11px;
}
.select {
	font-family:verdana,arial,sans-serif; 
	color:#333333;
	font-size:11px;
}
.textarea {
	font-family:verdana,arial,sans-serif; 
	color:#333333;
	font-size:11px;
}
.button {
	font-family:verdana,arial,sans-serif;
	font-size:11px; 
	color:#333333;
}

/* containers */
div.contentarea {
	margin:10px 10px 10px 15px;
}
div.contentattractions {
	margin:10px 10px 10px 0px;
}
div.sidebar {
	margin:10px 10px 10px 0px;
}
div.sidebarblurb {
	margin:10px;
}
div.contenttitle {
	margin-bottom:5px;
}
div.imgcaption {	
	font-family:Times New Roman, Serif;
	font-size:12px;
	font-style:italic;
	text-align:center;
	margin:0px 5px 5px 5px;
}
div.pullquote {
	font-family:Times New Roman, Serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color: #333333;
	text-align:center;
	margin:15px 0px;
}
div.forwardfooter {
	margin: 0px 3px 3px 30px;
	color:#cccccc;
	font-size:11px;
}
div.iconpad {
	margin-top:3px;
}
div.textblock {
	margin-top:5px;
}
div.textblock p {
	margin-top:0px;
}
div.newsblock {
	margin:5px 0px;
}
div.newsblock p {
	margin-top:0px;
}
div.indent {
	margin-left:10px;
}
hr.divider {
	margin:5px 0px;
	color:#ccd3da;
}

/* other stuff */
.tblrowtitle {
	background-color:#999999;
}
.tblrowform {
	background-color:#ffcc66;
}
.tblrow1 {
	background-color:#eeeeee;
}
.tblrow2 {
	background-color:#cccccc;
}
.tblborder {
	border: 1px solid #cccccc
}

