/* Basic Pieces */

img {
	border: 0;}

a img {
	border-width: 0;}
  
h1, h2, h3, ul, li, form {
	margin: 0;
	padding: 0;}
  
ul, li {
	list-style: disc;
	list-style-position: inside;
	line-height: 1.5em;}
	
li.noBull {
	list-style: none;}
	
a:link {
	text-decoration: underline;
	color: #8A1B24;}
	
a:visited {
	text-decoration: underline;
	color: #8A1B24;}
	
a:hover {
	text-decoration: none;
	color: #A7545B;}
	
h1 {
	font-size: 2.0em;
	font-weight: normal;}
	
h2 {
	font-size: 1.7em;
	font-weight: normal;}
	
h3 {
	font-size: 1.4em;
	font-weight: normal;}
	
h4 {
	font-size: 1.2em;
	font-weight: bold;}
	
h5 {
	font-size: 1.0em;
	font-weight: bold;}
	
h6 {
	font-size: 0.8em;
	font-weight: bold;}
	
/* End Basic Pieces */



/* Page Setup Start */

body {
	color: #3A312E;
	background: #302828 url(/images/shared/body_bg6.png);
	margin: 0;
	font: 76% Myriad, Verdana, Arial, Helvetica, Sans-serif;}

#pageBackground {
	width: 800px;
	margin: 0px auto;}
  
#pageMain {
	background: #D7CDB4 url(/images/shared/bg.png) no-repeat top;
	float: left;
	width: 800px;
	margin: 0px 0px 20px 0px;
	min-height: 600px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-box-shadow: 0px 0px 20px #000000;}
	
/* Page Setup End */



/* Page Setup End */
	
img.header {
	z-index: 10000;
	position: inherit;
	height: 118px;
	width: 800px;
	margin: 0;
	padding: 0;
	border: 0;}



/* Navigation Start */

#navTabs {
	font-family: arial, sans-serif;
	font-size: 1.02em;
	margin: -8px 0px 0px 4px;}

#navTabs ul {
	margin: 0;
	list-style: none;
	float: left;}
	
#navTabs li {
	background: #8A1B24;
	margin: 1px;
	padding: 0;
	float: left;
	list-style: none;
	line-height: 1em;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-box-shadow: 0px 1px 5px #777777;}
	
#navTabs a  {
	border: none;
	color: #D1C6A9;
	text-decoration: none;
	display: block;
	padding: 8px 7px 5px 7px;}
	
#navTabs a:hover  {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px 7px 5px 7px;}
	
/* Navigation End */



/* Columns/Headings Start */

#mainColumn {
	float: left;
	width: 525px;
	margin: 20px 0px 20px 20px;}
	
#mainColumn p,ul,fieldset,table {
	float: left;
	clear: left;}
	
#mainColumn h4 {
	float: left;
	clear: left;
	color: #304061;
	font-family: georgia, serif;
	letter-spacing: 1px;
	margin: 20px 0px 0px 0px;}
	
#heading {
	float: left;
	background: url("/images/shared/heading_flower.png") no-repeat top left;
	height: 49px;}

#heading h2.headingText {
	font-family: georgia, serif;
	color: #304061;
	padding: 20px 0px 0px 59px;}
	
#subColumn {
	float: left;
	width: 235px;
	margin: 80px 0px 20px 20px;}
	
#subColumn img,ul {
	float: left;}

/* Columns/Headings End */