/* CSS Document */

body, html {
	font-size : 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	color : #006633; 
	background-color: #E8FCE8;
	height : 100%; 
	width : 100%; 
	padding : 0; 
	margin : 0;
	background-image: url(../images/bkgd_1.jpg); 
	background-repeat : repeat;
} 

a:link {
	text-decoration : underline; 
	color : #0000FF; 
	background-color : transparent; 
} 

a:visited {
	text-decoration : underline; 
	color: #0000FF; 
	background-color : transparent; 
} 

a:hover {
	text-decoration : underline; 
	color: #990000;
	background-color : transparent; 
} 

a:active {
	text-decoration : underline; 
	color : #FF0000; 
	background-color : transparent; 
} 

/********************************************/
/* HTML Tag Styles							*/
/********************************************/

p {
	text-indent : 10px; 
} 

td {
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	font-style: normal;
	font-weight: bold;
	color: #006633;
} 

h1 {
	font-size : 25px; 
} 

h2 {
	font-size : 23px; 
} 

h3 {
	font-size : 20px; 
} 

h4 {
	font-size : 18px; 
} 

h5 {
	font-size : 16px; 
} 

h6 {
	font-size : 14px; 
}

/********************************************/
/* Special Formatting Classes				*/
/********************************************/

.xsmall {
	font-size : 12px;
}

.small {
	font-size : 14px; 
} 

.large {
	font-size : 19px; 
} 

.center {
	text-align : center; 
} 

.italic {
	font-style : italic; 
}

.bold {
} 

.normal {
	font-weight : normal; 
} 

.right {
	text-align : right; 
} 

.left {
	text-align : left; 
} 

.super {
	vertical-align : super; 
} 

p.noindent {
	text-indent : 0; 
}

img.left {
	float : left; 
} 

img.right {
	float : right; 
} 

/********************************************/
/* Main Layout Table Styles					*/
/********************************************/

table.main {
	margin: 25px auto 25px auto;
	font-weight: bold;
}

td.top_banner {
	border-top: 2px solid #006633;
	border-right: 2px solid #006633;
	border-left: 2px solid #006633;
	border-bottom: 2px solid #006633;
	padding: 0;
	margin: 0
}

td.menu {
	background-color: #CCFFCC;
	color: #006633;
	border-right: 2px solid #006633;
	border-left: 2px solid #006633;
	border-bottom: 2px solid #006633;
	padding: 0;
	margin: 0;
}

td.menu a:link {
	text-decoration : none; 
	color : #003300; 
	background-color : transparent; 
} 

td.menu a:visited {
	text-decoration : none; 
	color: #003300; 
	background-color : transparent; 
} 

td.menu a:hover {
	text-decoration : underline; 
	color: #0000FF;
	background-color : transparent; 
} 

td.menu a:active {
	text-decoration : underline; 
	color : #FF0000; 
	background-color : transparent; 
}

td.top_photo {
	border-right: 2px solid #006633;
	border-left: 2px solid #006633;
	border-bottom: 2px solid #006633;	
	padding: 0;
	margin: 0
}

td.content {
	padding: 25px 25px 25px 25px;
	border-right: 2px solid #006633;
	border-left: 2px solid #006633;
	border-bottom: 2px solid #006633;
	text-align: justify;
}

td.main_text {
	font-size: inherit;
	text-align: left;
}

/********************************************/
/* Home Page Image Table Styles					*/
/********************************************/

table.images {
	font-size: 13px;
	font-weight: bold;
}

/********************************************/
/* Footer Table Styles							*/
/********************************************/

table.footer {
	font-size: 13px;
	width: 100%;
	padding: 10px 0 25px 0;
	text-align: center;
}

