body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	min-width:760px;
	padding:0px;
	margin:0px;
	
	/*
	background-image:url(/images/nav/bg_watermark.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	*/
	
	height:100%;
	width:100%;
	
}

#pageFrame {
	background-image:url(/images/nav/bg_watermark_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

#pageFooter {
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin: 0px auto;
	
	/*
	background-color:#FFFFFF;
	border:#00FF00 solid 1px;
	
	position: fixed; 
	bottom: 0;
	clear: both;
	*/
}
.footerSpacer {
	height:50px;
}

/* NOTE: Works in Safari, not Firefox or IE
#footerWatermark {
	position: fixed; 
	bottom: 0;
	left: 0;
	width:140px;
	height:180px;
	z-index:-1;
	background-image:url(/images/nav/bg_watermark.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
*/

table.mainContent {
	width: 740px;
	border: 0px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	
}
table.mainContent td {
	text-align: left;
	vertical-align:top;
}

a:link,
a:active,
a:visited
 {
	color: #7A2E10;
	text-decoration: underline;
}

a:hover {
	color: #7A2E10;
	text-decoration: none;
}
a.hidelink:link,
a.hidelink:active,
a.hidelink:visited
{
	color: #333333;
	text-decoration: underline;
}


p {
	font-weight: normal;
	font-size: 14px
}

p img {
	margin-top: 5px; 
	margin-right: 10px; 
	margin-bottom: 5px; 
	margin-left: 10px; 
}


h1 { 
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}

h1 img {
	border-color: #000000;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
}

h2 {
	font-size: 16px;
	text-align: center;
}

h2 a:link,
h2 a:visited  {
	text-decoration: none;
	color: #444444
}

h2 a:hover {
	color: #444444;
	background-color: #CCCCCC;
	text-decoration: none
}

h2 a:active {
	color: #333333;
	text-decoration: none
}


h3 { 
	font-size: 14px;
	text-align: center;
}

h3 a:link,
h3 a:visited { 
	text-decoration: none;

}
h3 a:hover { 
	background-color: #CCCCCC;
	text-decoration: none 
}
h3 a:active { 
	text-decoration: none;
}

h4 { 
	font-weight: bold;
	font-size: 16px;
}

h5 { 
	font-weight: normal;
	font-size: 15px;
	text-decoration: underline;
}


h6 {
	font-size: 10px;
	color: #000000;
}



tr a:hover {
	color: #555555;
	background-color: #eeeeee
}

.leftAlign {
	text-align: left
}
.rightAlign {
	text-align: right
}

.ceterAlign {
	text-align: center
}

.underline {
	text-decoration: underline
}
.semibold {
	font-weight: normal
}

.accent {
	color: #CC0000;
	font-weight: bold
}

.padimage {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px
}

.sectionHeadline {
	color: #000000;
	font-size: 18px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 15px;
	font-weight: bold;
	line-height: 40px;
	width:740px;
}


/* BREADCRUMB LINKS */
.breadcrumb {
	text-align:left;
	margin:5px;
	padding-left:10px;
}

