/* TABLE DATA */
	
/* new stuff */

body{
	font-family: "Gill Sans MT", sans-serif;
	}
	
.td{

	font-family: "Gill Sans MT", sans-serif;
	}
/* spacing between words on top heading */
.letterspacingtop{ 
	letter-spacing: 5.5px;
}

.topmenu{
	font-family: "Gill Sans MT", sans-serif;
	text-transform: uppercase;
	font-size: 1.54ex;
	line-height: 1.5em;
	letter-spacing: 1px;
	color:#FFFFFF;
	font-weight:500;
	float: right;
}

.footer{
	font-family: "Gill Sans MT", sans-serif;
	
	font-size: .84em;
	line-height: 1.2em;
	letter-spacing: 1px;

}
.leftmenu{
	font-family: "Gill Sans MT", sans-serif;
	text-transform: uppercase;
	/* text-decoration: underline; color: #B73A38; */	
	border-bottom: 1px solid #B73A38;
	font-size: .9em;
	color:#000000;
	float: right;
}

.leftcolorbar {
	border-left: 1px solid #B73A38;
	}
	
.reduppercasetitle {
	text-transform:uppercase;
	color:#B73A38;
	font-size: 1em;
	font-weight:800;
	}
/* black border around entire layout */
td.container { 
color: #000;
border: 1px #000 solid;
}

/* Top Bottom Navigation Float Right */
.topbottommenu{
	float:right;
	}
	
.tableright{
	float:right;
		padding: 0px, 2px, 2px, 0px;
	font-family: "Gill Sans MT", sans-serif;
	/*font-size: .85em;*/
	}
	
	
/* regular links */
a:link {
	color: #B73A38;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #B73A38;
}
a:hover {
	text-decoration: underline;
	color: #B73A38;
}
a:active {
	text-decoration: underline;
	color: #B73A38;
}
/*top links */
a.topmenulinks:link{
	color:#FFFFFF
	background-color: transparent;
	text-decoration: none;
}
a.topmenulinks:visited{
	color:#CCCCCC;
	text-decoration: none;
	}
a.topmenulinks:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a.topmenulinks:active {
	text-decoration: none;
	color: #000000;
}	

/* Set grouped link colors using a class */

.white a:link {
	color: #ffffff;
	text-decoration: none;
	}

.white a:visited {
	color: #ffffff;
	text-decoration: none;
	}

.white a:hover {
	color: #cccccc;
	text-decoration: none;
	}

.white a:active {
	color: #ffffff;
	text-decoration: none;
	}
	
.brown a:link {
	color: #000000;
	text-decoration: none;
	}

.brown a:visited {
	color: #000000;
	text-decoration: none;
	}

.brown a:hover {
	color:#ffffff;
	text-decoration: underline;
	}

.brown a:active {
	color: #000000;
	text-decoration: none;
	}

.menu a:link {
    color:#000000;
	text-decoration: none;
	}

.menu a:visited {
	color: #000000;
	text-decoration: none;
	}

.menu a:hover {
	color:#999999;
	
	}

.menu a:active {
	color: #999999;
	text-decoration: none;
	}

.blackuppercase{
	text-transform:uppercase;
	color:#000000;
	font-size: .8em;
}

/* stuff I am really using */

