Ôªø#body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    width: 726px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color:White;
}

.menu
{
    margin-left:5px;
    width:120px;
}
A:link
{
    text-decoration: none;
    color: black;
}
A:visited 
{
    text-decoration:none;
    color: black;
}
A:hover
{
    text-decoration:underline;
    color: black;
}
.menu A:hover
{
    text-decoration:none;
    color: black;
}


#header
{
    background: url(images/topbanner.jpg)   no-repeat;
    width: 723px;
    top: 0px;
    height: 95px;
    background-color:White;
}
#middle
{
    background: url(images/leftlogo.jpg) #9cab9d  no-repeat;
    top: 98px;
    width:144px;
    background-color:#cccccc;
}

.middlebanner
{
    background: url(images/midbanner.jpg) fixed no-repeat;
    height: 130px;
    width:577px;
    background-color:White;
}


#pageTitle
{
    background-color: #f8f9d7;
    text-align: center;
    font-weight: normal;
    height: 22px;
    vertical-align: middle;
    font-size: 1.2em;
    font-family: Verdana, Arial;
}

#menutext
{
	position: relative;
	top: 90px;
	width: 132px;
	font-size: .75em;
	color: Black;
	font-family: Verdana, 'Times New Roman';
	text-align: center;
	height: 210px;
	background-color: #cccccc;
	margin-left: 7px;
}

#middle .center
{
    background: #edf0be;
    width: 576px;
    margin-left: 143px;
    margin-top: -210px;
    border-left: white 3px solid;
    border-top: white 3px solid;
}


#footer 
{
    background-image: url(images/btmbanner-p.jpg);
    width: 723px;
    left:0px;
    background-repeat: no-repeat;
    position:absolute;
    border-width:0px;
    height:68px;
}
#footertext
{
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	border:0px;
}
#footermenu
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.smallFont
{
    font-size: 12pt;
    font-family:Verdana;
}
.mediumFont
{
    font-size:1em;
    font-family:Arial;
}


.TDTanColor
{
    background-color:#EDF0BE;
}
.TDGreyColor
{
    background-color:#9CAB9D;
}
.TDWhiteColor
{
    background-color:#ffffff;
}

.noWrap
{
	white-space:nowrap;
}
