/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFF;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

* {
	margin:0;
	padding:0;
	}

img	{
	border:0;
	display:block;
	}

#mainTable {
	width: 974px;
	font-size:.94em;
	}
	
#wrapper {
	width:974px;
	margin:0 auto;
	text-align:left;
	}

#contentTxt {
	padding:20px 225px 20px 15px;
	float:left;
	line-height: 1.27em;
	}

/*  ******************   TEXT FORMATTING   **********************  */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #964F39;
}
h2 {
	font-size: 14px;
	color: #D7B673;
}
h3 {
	font-size: 12px;
	color: #964F39;
}

/*  **********************   LINKS   **************************  */

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B4870B;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B4870B;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #B4870B;
}

/*  **********************   MENU BAR   **********************  */

#mnLeft	{
	
	} 
	
#mn1 {
	
	}
	
#mn2 {
	
	}
#mn3	{
	
	}
#mn4	{
	
	}
	
#mn5 {
	
	}
#mnRight	{
	
	}
	
/*    ********************** BODY CELLS **********************  */

#leftCol
	{
	width:56px;
	background-image: url(../images/leftbar.gif);
	background-repeat: repeat-y;
	}

#centCol
	{
	width:864px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	}
	
#rightCol
	{
	width:54px;
	background-image: url(../images/rightBar.gif);
	background-repeat: repeat-y;
	}
	
/*    *******************  FLASH ROW  ******************  */

#lFlash
	{
	width:36px;
	background-image: url(../images/picLeft.gif);
	background-repeat: repeat-y;	
	}
	
#Flash
	{
	width:899px;
	background-color:#FFFFFF;
	}
	
#rFlash
	{
	width:39px;
	background-image: url(../images/picRight.gif);
	background-repeat: repeat-y;
	}

/*    *******************  HOME SPECIFIC  ******************  */

.homeImg
	{
	padding:0px 0px 10px 15px;
	float:right;
	}

	
