body {	
	background-color: #CCCC9A;
	margin: 0 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
		
html { 
	overflow-y: scroll;
}

p {
	margin-bottom: 0;
}

.maintable {
	background-image: url(images/main-bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
		
.nav {
	font-size: 11px;
	cursor: pointer;
	color: white;
	padding-left: 20px;
	text-decoration: none;
}

.tdnav {
	background-image: url(images/nav-bg.jpg);
	padding-top: 10px;
	padding-bottom: 0;
}

.tdnav2 {
	background-image: url(images/nav-bg.jpg);
	padding-bottom: 5px;
}

a:link, a:visited {
	color: black;
}

a:hover, a:active {
	color: #990100;
}

a.nav:link, a.nav:visited {
	color: white;
}

a.nav:hover, a.nav:active {
	color: #990100;
}

.address {
	font-size: 11px;
	color: white;
	padding-left: 20px;
	padding-bottom: 0px;
}
		
.maintext {
	margin-left: 20px;
	margin-right: 25px;
	font-size: 11px;
}
		
.header {
	margin-left: 20px;	
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990100;
}

.subheader, a.subheader:link, a.subheader:visited {
	font-size: 12px;
	color: #990100;
}
			
.subheader2, a.subheader2:link, a.subheader2:visited {
	font-size: 12px;
	color: #990100; 
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
}
			
a.subheader2:hover, a.subheader2:active, a.subheader:hover, a.subheader:active {
	color: black;
}

ul {
	margin-top: 5px; 
	margin-bottom: 0px; 
	margin-left: 20px; 
	list-style-image: url(images/bullet.jpg); 
	list-style-position: outside; 
	padding-left: 10px; 
	padding-top: 0px;
}

li {
	margin-bottom: 5px;
}

.tablepad {
	padding-right: 15px;
}

.textnopad {
	font-size: 11px;
	
}
			
.submenu {	
	margin-top: 0.1em;
}

.subnav {	
	font-size: 10px;
	color: white;
	padding-left: 30px;
}
		
a.subnav:link, a.subnav:visited {
	color: white;
}	

a.subnav:hover, a.subnav:active {
	color: #990100;
}

.border {
	border: 1px solid #CCCC9A;
}

.linkimg {
	margin: 10px;
}

.special {
	background-color: #CCCC9A;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.special p {
	font-size: 12px;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
}

.sm-header {
	color: #9A0000;
	font-weight: bold;
	text-decoration: underline;
}

.sm-header2, a.sm-header2 {
	color: #9A0000;
	font-weight: bold;
}

.cellpad {
	padding-left: 11px;
}
