/* CSS Document */

body {
	background: transparent url(images/bg_tile.jpg) repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.scrolls {
	background: transparent url(images/bg_scrolls.gif) no-repeat top center;
	height: 730px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.pg_tile {
	background: transparent url(images/pg_tile.gif) repeat-y;
	width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.content_bg {
	background: transparent url(images/watermark.gif) no-repeat;
	width: 740px;
	height: 490px;
	margin: 0px 30px 0px 30px;
	vertical-align: top;
	}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #8C1E45;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}	

b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #56352C;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}	
	
p {
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}	

li {
	line-height: 18px;
	}

blockquote {
	padding: 5px 20px 5px 20px;
	margin: 0px 0px 0px 0px;
	}	

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	}
	
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	}
	
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #94C740;
	}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	}


/* COPYRIGHT / GLOBAL NAV */

.copyright {
	background: transparent url(images/copyright.jpg) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	width: 800px;
	height: 20px;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	}	
	
.copyright a:link {
	text-decoration: none;
	font-weight: normal;
	color: #999999;
	}
	
.copyright a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #999999;
	}
	
.copyright a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	}

.copyright a:active {
	text-decoration: none;
	font-weight: normal;
	color: #999999;
	}




