/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{
	float:left;
	background-image:url(TBLlogogreengrassblueskysmall.jpg);
	width:200px;
	height:275px;
}
#topheader{
	float:right;
	height:97px;
	background-color:#F0F0F0;
	position:relative;
	width: 750px;
}
#toplinks{
	position:absolute;
	right:10px;
	top:10px;
	width: 114px;
	height: 18px;
}
#menu{
	float:right;
	width:750px;
	height:45px;
	background-image:url(bg_menu.gif);
	background-repeat:repeat-x;
}
#submenu{float:right; width:526px; height:32px; background-image:url(file:///C|/Users/Bruce/Desktop/8143/RedTie/images/bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#contenttext{
	float:right;
	width:750px;
}
#leftpanel{
	float:left;
	width:200px;
}
#footer{
	float:right;
	width:1050px;
	background-color:#F0F0F0;
	padding:10px;
}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666;
	background-color:#F7F7F7;
	padding:0px;
	margin:0px;
	position: relative;
	height: 900px;
	width: 195px;
	float: left;
}

/*TEXT STYLES*/
.bodytext {
	color: #666666;
	font-family: Tahoma, sans-serif;
	font-size: 0.8em;
	}

.titletext {
	font: Croobie;
	font-size:36px;
	font-weight:bold;
	color:#CC0000;
	font-family: Croobie;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font:Croobie
	font-size:24px;
	font-weight:bold;
	color:#CC0000;
	font-family: Croobie;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font-size: 12px;
	font-weight:bold;
	color:#999999;
	font-family: Tahoma, sans-serif;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 1.0em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
