/*- - - - - - - - - - - - - - - - - - - - - */

body {
	background: transparent url(../images/back.gif) repeat top left;
	background-color: #000000;
	height: 100%; 
	padding: 0 0 0 0; 	/* top right bottom left */	
	margin: 0 0 0 0; 	/* top right bottom left */	
}
 

/* ----- TEXT ----- */

td, th {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color: #FFFFFF;	
	line-height: 22px;
	
}
.fontsm {
	color: #666666;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 10px;
}
.fonttan {
	color: #E6E6C2;
	font-family: Arial, Helvetica;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 8px;
}
.fontsmwht {
	color: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 9px;
	line-height: 12px;		
}
.title {
	color: #660000;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
/* ----- FORMATTING ----- */

#header {
	background: transparent url(../images/header_back.gif) no-repeat top left;	
	background-color: #393F27;
	color: #FFFFFF;
	height: 126px;
	width: 900px;
}
#footer {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 13px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 10px;	/* top right bottom left */
	width: 850px;
}
#bottom {
	background: transparent url(../images/bottom_back.gif) repeat-x bottom left;
	background-color: #5A6142;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 13px;
	height: 150px;
	padding: 10 10 10 10;	/* top right bottom left */
}
#nav {
	background: transparent url(../images/navigation/nav_back.gif) repeat-x top left;	
	background-color: #620000;
	height: 29px;
}
#main {
	background: transparent url(../images/main_back.gif) repeat top left;
	background-color: #393F27;
	padding-bottom: 0px;
}
#innerbody {
	background: transparent url(../images/inner_back.gif) repeat-x top left;
	background-color: #5A6142;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	line-height:17px;
	width: 850px;
	padding: 0px;
}
.fields   {
	font-family: Trebuchet MS, Arial, Helvetica;
	border: 1px solid #333333;
	font-size: 12px; 
	color: #333333;
	background-color: #FCFCFC;
	width: 150px;
}
.select  {
	font-family: Trebuchet MS, Arial, Helvetica;
	border: 1px solid #333333;
	font-size: 12px; 
	color: #333333;
	background-color: #FCFCFC;
}
.textbox   {
	font-family: Trebuchet MS, Arial, Helvetica;
	border: 1px solid #333333;
	font-size: 12px; 
	color: #333333;
	background-color: #FCFCFC;
	width: 200px;
}
.button   {
	font-family: Trebuchet MS, Arial, Helvetica;
	border: 1px solid #CCCCCC;
	font-size: 10px; 
	color: #FFFFFF;
	background-color: #660000;
	margin-top: 10px;
}
hr {
   	border: 0;
   	color: #E6E6C2;
   	background-color: #E6E6C2;
   	height: 1px;
   	margin-top: 12px;
   	margin-bottom: 12px;
}
.hide {
	display:none
} 
.show {
	display:inline
}
/* ----- IMAGES ----- */

.img_bord {
	border:3px solid #660000;
	padding:4px;
	margin:4px;
}
/* ----- LINKS ----- */


	a:link{ color: #E6E6C2; TEXT-DECORATION: underline;}
	a:visited{ color: #c5c595; TEXT-DECORATION: underline;}
	a:active{ color: #E6E6C2F; TEXT-DECORATION: underline;}
	a:hover{ color: #E6E6C2; TEXT-DECORATION: none;}
	
	a.foot:link{ color: #FFFFFF; TEXT-DECORATION: none;}
	a.foot:visited{ color: #FFFFFF; TEXT-DECORATION: none;}
	a.foot:active{ color: #FFFFFF; TEXT-DECORATION: none;}
	a.foot:hover{ color: #999999; TEXT-DECORATION: underline;}
	
	a.dark:link{ color: #333333; TEXT-DECORATION: underline;}
	a.dark:visited{ color: #333333; TEXT-DECORATION: underline;}
	a.dark:active{ color: #333333; TEXT-DECORATION: underline;}
	a.dark:hover{ color: #666666; TEXT-DECORATION: none;}	
	
	a.white:link{ color: #FFFFFF; TEXT-DECORATION: none;}
	a.white:visited{ color: #FFFFFF; TEXT-DECORATION: none;}
	a.white:active{ color: #FFFFFF; TEXT-DECORATION: none;}
	a.white:hover{ color: #FFFFFF; TEXT-DECORATION: none;}	
	

	
/*- - - - - - - - - - - - - - - - - - - - - */

.mceContentBody { background-image: none; background-color: #FFFFFF; color: #000000; } /*TinyMCE*/
.mceContentBody a:link, .mceContentBody a:visited   { color: #FFFFFF; text-decoration: underline; } /* FF requires a important here */
.mceContentBody a:hover, .mceContentBody a:active   { color: #99d9e8; text-decoration: none; } /* FF requires a important here */