/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B1930;
	font-size: 12px;
	text-align: left;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: normal;
	color: #6B1930;
}

a:link, a:visited, a:hover {
	color: #6B1930;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #B8A65C;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #6B1930;
	font-weight: bold;
}

h2{
 font-size: 18pt;
 color: #6B1930;
}

h3{
 font-size: 24pt;
 color: #6B1930;
}

h4{
 font-size: 24pt;
 color: #6B1930;
}
.Paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #6B1930;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #6B1930;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: normal;
	color: #6B1930;
}

a:hover {
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#Header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	visibility: visible;
	height: 229px;
	width: 100%;
	left: 0px;
	top: 0px;
}

#Nav {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
	width: 150px;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 229px;
}

#Content {
	width: 600px;
	padding-top: 10px;
	padding-right: 20px;
	position: absolute;
	visibility: visible;
	left: 150px;
	top: 229px;
}

#Banner {
	width: 180px;
	position: absolute;
	visibility: visible;
	left: 750px;
	top: 231px;
	left: 750px;
}
