/*** General Page and Body Styles ***/

body {
    margin: 0px;
    font-family: verdana; 
    color: #E8E48F; 
    font-size: 12px;
	}

html, body{
	min-height: 100%;
    width: 100%;
    height: 100%;
    }

td.center {
   	height: 80%;
    text-align: center;
    padding-top: 25px;
    }

#container {
    margin: auto;
    text-align: left; /*corrects for IE hack*/
    position: relative;
    }
      
.outer_table {
	height: 100%;
	background: url('background.jpg');
	background-position: center;
 	background-repeat: repeat-y;
	background-color: #450000;
	margin: auto;
	}
      
.container_table {
    margin: auto;
    height: 135px;
    text-align: left; /*corrects for IE hack*/
    background-color: #004C1D;
    border: #003615 12px solid;
    width: 773px;
    }

.depth {
	border-top: #035522 1px solid;
	border-left: #035522 1px solid;
	border-bottom: #01421A 1px solid;
	border-right: #01421A 1px solid;
	}
	

/*** Menu Styles - Main Pages ***/

.main_header{height: 80px; background-image: url(header_bg.gif);}	
.main_content {background-image: url(footer_bg.gif); background-repeat: no-repeat; background-position: bottom;}
div.footer {font-size: 11px;width: 600px; clear: left;text-align: center}

div.footer a{text-decoration: none;}

td.main_content p{text-align: left;}
td.main_content img.left{float: left;clear: none;}
td.main_content img.right{float: right;clear: right;}
td.main_content img.center {text-align: center}
td.main_content div.container{margin-left: 75px; margin-right: 50px;margin-top: 20px; margin-bottom: 20px;text-align: left;}

td.main_content {height: 300px}

a:link {text-decoration: underline;color: #DCD76A; }
a:visited {text-decoration: underline;color: #DCD76A; }
a:hover {text-decoration: underline;color: #FBF8C3; }
a:active {text-decoration: underline;color: #DCD76A; }

.inner_stroke {border: #ffffff 1px solid;}

input.contact, textarea.contact {width: 250px; color: #333333; font-family: Arial; }

img.img_border {
	margin: 5px;
	border-top: #0D6B31 1px solid;
	border-left: #0D6B31 1px solid;
	border-bottom: #01421A 1px solid;
	border-right: #01421A 1px solid;
	}
.shadow_table td {
height: 4px;width: 773px;
background-image: url(body_shadow_bg.gif);
background-repeat: repeat-x;
}

table.shadow_table {text-align: center}  

table.copyright {color: #300509;}


td.main_content span.menu_header {text-align: center; font-weight: bold; font-size: 15px; line-height: 50px;}
td.main_content span.page_header {text-align: left; font-weight: bold; font-size: 15px; line-height: 20px;}

.required {color: #ff0000;}

input.button {
margin-top: 3px;
border-top: #0E6730 1px solid;
border-left: #0E6730 1px solid;
border-right: #0B5E2A 1px solid;
border-bottom: #0B5E2A 1px solid;
background-color: #095D29;
color: #DCD76A;
}

td.menus_navigation {
	padding: 20px;
	text-align: center;
	padding-top: 10px;
	float: none;
	}

td.menus_navigation p{
	margin-bottom: -10px;
	text-align: center;
	}



td.menus_navigation div.depth a {
    display: block;
    text-align: center;
	line-height: 28px;
	width: 110px;
	font-weight: bold;
	display: block;
	font-size: 12px;
	}
	
td.menus_navigation a:link {
	text-decoration: none;
	}
	
td.menus_navigation a:visited {
	text-decoration: none;
	}

td.menus_navigation a:hover {
	text-decoration: none;
	color: #FBF8C3;
	}
	
td.menus_navigation a:active {
	text-decoration: none;
	}	
	
td.menus_navigation div.spacer {
	padding-left: 0px;
	}
 
    
td.menus_navigation div.depth {
	float: left;
	}
	
td.menus_container p,div,span {text-align: center;}

td.menus_container {text-align: center; padding-left: 20px; padding-right: 20px; padding-bottom: 20px;}


td.navigation div.depth a {
    
    display: block;
    text-align: center;
	line-height: 30px;
	width: 147px;
	font-weight: bold;
	display: block;
	font-size: 12px;
	}
    

/*  Use the .hover class for the navigation element when using the transmenu.  Do not use the a:hover */
   
td.navigation a.hover {
    background:#EBE7D3;
    }

   
td.navigation a:link {
	text-decoration: none;
	}
	
td.navigation a:visited {
	text-decoration: none;
	}

td.navigation a:hover {
	text-decoration: none;
	}
	
td.navigation a:active {
	text-decoration: none;
	}	

td.navigation div.spacer {
	padding-left: 0px;
	}
    
td.navigation div.depth {
	float: left;
	}
	
td.navigation span {
    display:none;
    }
