body
{
	margin-top:       0px;
	margin-right:     0px;
	margin-bottom:    0px;
	margin-left:      0px;

	font-family: Arial, Verdana, sans-serif;
	
	/* font-family: Geneva, Arial, Helvetica, sans-serif; */
	/*font-family: "Myriad Pro","Myriad","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial","sans-serif";*/
	
	font-size: 13px;

   background-image: url(../tpl_images/page_bg.jpg);
   background-repeat: repeat-x;

   background-color: #828387;

   color:   #384D60;
}

table, td
{
	/* font-family: Geneva, Arial, Helvetica, sans-serif;*/

	font-size:     13px;
	/* color:         #404040;*/
	font-weight:   normal;
}

/* STANDARD TAGS */
/* ------------------------------------------------------------------ */
td
{
	/* font-family: Geneva, Arial, Helvetica, sans-serif;*/

	font-size: 13px;
}

a:link
{
	color:         #991F15;
	font-weight:   normal;
}

a:visited
{
	color:         #991F15;
	font-weight:   normal;
}

a:hover
{
	color: #991F15;
	text-decoration: none;
}

a:active
{
	color:         #991F15;
}

h1
{
   font-size: 		18px;
   margin-top: 	0px;
   margin-bottom: 0px;
   color:         #334257;
}


h2
{
   font-size:     16px;
   margin-bottom: 0px;
   color:         #485E7B;
}


h3
{
   font-size: 14px;
   margin-bottom: 0px;
	color:         #6B160F;
}

p
{
   margin-top: 0px;
   margin-bottom: 0px;
   font-size: 13px;

}


/* ORIGINAL STUFF */
/* ------------------------------------------------------------------ */
.StdImage1
{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;

	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
}

table.page_frame_table
{
   width:   960px;
   
   background-color: #ffffff;

   border-top:  solid 0px #ffffff;
   border-right: solid 1px #f0f0f0;
   border-bottom: solid 0px #f0f0f0;
   border-left: solid 1px #f0f0f0;
}


td.header
{
   height: 140px;
   background-color: #ffffff;
   vertical-align: top;
}

td.header_logo
{
	vertical-align:	middle;
	padding-top: 		15px;
	padding-right: 	15px;
	padding-bottom: 	15px;
	padding-left: 		15px;
}

td.header_right
{
	vertical-align:	top;
}

td.header_menu
{
	text-align:			right;
	vertical-align: 	top;
	padding-top: 		15px;
	padding-right: 	15px;
	padding-bottom: 	25px;
	padding-left: 		15px;
}

td.header_slogan
{
	font-size:     18px;
   color: 			#5E7893;
	font-weight:   normal;
	font-style:		italic;
	/*font-family:	serif;*/

	text-align:	right;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}


td.header_menu a
{
	text-decoration: none;
	font-weight: bold;
}

td.header_menu a:hover
{
	text-decoration: underline;
}


td.top_menu
{
	height:					48px;
   background-image: 	url(../tpl_images/blue_menu_bg.jpg);
   background-repeat: 	repeat-x;
	
	text-align:			center;
	vertical-align: 	middle;
	padding-top: 		0px;
	padding-right: 	0px;
	padding-bottom:	0px;
	padding-left: 		0px;  
}

td.top_menu a
{
	text-decoration:  none !important;   
}

div.top_menu_link
{
   font-size:        14px;
   
   line-height:      40px;
   padding-left:     10px;
   padding-right:    10px;
	text-decoration:  none !important;
}

a div.top_menu_link, a:visited div.top_menu_link, a:active div.top_menu_link
{
	color:			   #f0f0f0;
	font-weight:	   normal;
	text-decoration:  none !important;
}

a.active div.top_menu_link, a.active:active div.top_menu_link, a.active:visited div.top_menu_link
{
	font-weight:	   bold;
	color:			   #ffffff;
   text-decoration: none !important;
}

a:hover div.top_menu_link
{
   background-color:  #2D3D51;
	text-decoration:  none !important;
}

/*
td.top_menu_sep
{
	width:	40px;
}
*/
td.top_spacer
{
	height:					2px;
	background-color:		#b0b0b0;
}

/* Page left column */

td.left_column
{
   background-image: 	url(../tpl_images/red_gradient.jpg);
   background-repeat: 	repeat-x;
	
	background-color: #6B160F;
	
	color: #d0d0d0;

	width:	235px;
	
	padding-top: 		20px;
	padding-right: 	20px;
	padding-bottom:	20px;
	padding-left: 		20px;
	
	vertical-align: top;
	
}

td.left_column h1, td.left_column h2, td.left_column h3, td.left_column h4
{
	color: #e0e0e0;
}

td.left_column a, td.left_column a:link, td.left_column a:visited, td.left_column a:hover, td.left_column a:active
{
	color: #ffffff;
}

/* right shadow */
td.right_shadow
{
	width:	13px;
   background-image: 	url(../tpl_images/right_shadow.png);
   background-repeat: 	repeat-y;
}

/* page main column */

td.main_column
{
	vertical-align:	top;
	
	padding-top: 		20px;
	padding-right: 	20px;
	padding-bottom: 	20px;
	padding-left: 		20px;
	
	border-top:		solid 0px #b0b0b0;
	border-right:	solid 0px #b0b0b0;
	border-bottom:	solid 0px #b0b0b0;
	border-left:	solid 0px #b0b0b0;
	
   /*
   background-image: 	url(../tpl_images/very_light_shade_to_white.jpg); 
   background-repeat: 	repeat-x;
   */
   
	background-color:	#fdfdfd;
	
}

td.bottom
{
   background-color:	#D6D8D7;
}

td.bottom_copyright
{
   font-size:  10px;
	height:					40px;
	
	text-align:			left;
	vertical-align: 	middle;
	padding-left: 		20px;
	
	color:	#2E4557;
}

td.bottom_menu
{
   font-size:  11px;
	height:					40px;
	
	text-align:			right;
	vertical-align: 	middle;
	padding-right: 		20px;
	
	color:	#2E4557;
}

td.bottom_menu a
{
	color:			#2E4557;
	font-weight:	bold;
	text-decoration:none;
}

td.bottom_menu a:hover
{
	color:			#2E4557;
	font-weight:	bold;
	text-decoration:underline;
}

td.bottom_menu a.active
{
	color:			#991F15;
}


.credits
{
	padding-top:	10px;
	color:	#c0c0c0;
	font-size:	10px;
}
.credits a
{
	color:	#d0d0d0;
	text-decoration: none;
}

.credits a:hover
{
	color:	#d0d0d0;
	text-decoration: underline;
}


