/* Layout Stylesheet */ 
/* ///////////////////////////////////////////////// */
/* Start Default Body Layout */ 
BODY
 {
   background: #D5CAB8 url(bgimages/bgtgradeB.jpg) bottom left fixed repeat-x;
	FONT-SIZE: 11px;
	LINE-HEIGHT: 12px;
	FONT-FAMILY: arial;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;  
 }
 
/* ///////////////////////////////////////////////// */
/* Start Default Linking */ 
A 
 {
	FONT-SIZE: 12px;
	COLOR: #003264;
	FONT-FAMILY: verdana,arial,helvetica,sans-serif;
	TEXT-DECORATION: underline
 }

/* Link Action OnMouseover */
A:hover
 {
	COLOR: #778899;
	TEXT-DECORATION: none
 } 
/* ///////////////////////////////////////////////// */
/* End Default Linking */ 
/* ///////////////////////////////////////////////// */
/* End Default Body Layout */ 


/* ///////////////////////////////////////////////// */
/* Start Global Image Settings */ 
img
{
border: 0px;
}
/* ///////////////////////////////////////////////// */
/* End Global Image Settings */


/* ///////////////////////////////////////////////// */
/* Start Top Description Settings */ 
td.description
{
   background-image: url(bgimages/splash_b.jpg);  	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 5px;
	vertical-align: top;
	
}
/* ///////////////////////////////////////////////// */
/* End Top Description Settings */



/* ///////////////////////////////////////////////// */
/* Start Main Content Headers */
td.splash
{
   vertical-align: top;
   padding-top: 20px;	 
	font-size: 25px;
   color: Black;
   font: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
/* ///////////////////////////////////////////////// */



td.splashb
{
   font-size: 15px;
   color: #313131;
	line-height: 25px;
   font: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
/* ///////////////////////////////////////////////// */




/* Start Main Content Headers */
td.splash span
{
	font-size: 12px;
   color: #313131;
	font: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	 
}



/* ///////////////////////////////////////////////// */
/* Start Main Content Headers */
td.description span
{
	font-size: 12px;
   color: Black;
	font: normal; 
}
/* ///////////////////////////////////////////////// */
/* End Main Content Settings */



/* ///////////////////////////////////////////////// */
/* Start Main Content Settings */
td.maincontent
{
	background-color: #F5F5F5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font: bold;
	color:#8B3A3A; 	
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	vertical-align: top;
}
/* ///////////////////////////////////////////////// */
/* End Main Content Settings */



/* ///////////////////////////////////////////////// */
/* Start Main Content Headers */
td.maincontent span
{
	font-size: 12px;
   color: Black;
	font: normal; 
}
/* ///////////////////////////////////////////////// */
/* End Main Content Settings */


/* ///////////////////////////////////////////////// */
/* Start Right Side Content Settings */
td.rcontent
{
	background-color: #EDE8D1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#8B3A3A;
	font: bold;
   text-align: left;
	vertical-align: top;
	padding-top: 50px;	
}

td.rcontent span
{
	font-size: 12px;
   color: Black;
	font: normal; 
}

/* ///////////////////////////////////////////////// */
/* End Right Side Content Settings */

td.footer
{
 background-color: #D4CAB7; 
 height: 5px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: White;
 padding-top: 5px;
 text-align: center;
}

td.footerb
{
 background-color: #A4A58B; 
 height: 20px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: White;
 padding-top: 5px;
 text-align: center;
}

.overline
{
	text-decoration: overline;

}

.underline
{
	text-decoration: underline;
}