/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #6B1930;
	font-size: 12px;
	text-align: left;
	background: url(../images/nav_bg.gif) repeat-y;
}

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: 18px;
	color: #B8A65C;
	font-weight: bold;
}

h2{
 font-size: 18px;
 color: #6B1930;
}

h3{
 font-size: 24px;
 color: #6B1930;
}

h4{
 font-size: 24px;
 color: #B8A65C;
}
.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: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color: #660;
}

.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/insideheader_bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	visibility: visible;
	height: 129px;
	width: 100%;
	left: 150px;
	top: 0px;
}
#Navtop {
	position: absolute;
	visibility: visible;
	height: 129px;
	width: 150px;
	left: 0px;
	top: 0px;
}
#Nav {
	width: 150px;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 129px;

}
#Content {
	width: 600px;
	padding-top: 10px;
	padding-right: 20px;
	position: absolute;
	visibility: visible;
	left: 150px;
	top: 159px;
}
#Title {
	position: absolute;
	visibility: visible;
	height: 30px;
	width: 100%;
	left: 150px;
	top: 129px;
}
