*{margin:0;padding:0}

body
{
background-color:#003f69;
font-size: 12px;
color: #00263f;
text-align: center;
font-family: "verdana";
}

div
{
border: 0px solid #000000;
}

#abovehead
{
width: 900px;
}

#abovehead p
{
color: #ffffff;
text-align: center;
padding-bottom: 10px;
font-size: 14px;
}

#header
{
height: 240px;
background-color: #ffffff;
}

#headtext
{
float: left;
text-align: left;
padding-top: 50px;
width: 550px;
}

#headtext h1
{
margin-left: 20px;
}

#headtext p
{
margin-left: 40px;
font-weight: bold;
}

#logo
{
float: right;
margin-top: 10px;
margin-right: 10px;
}

#center
{
margin: 20px 0px 20px 0px;
width: 900px;
border-top: 0px solid #ffffff;
border-right: 0px solid #ffffff;
border-bottom: 0px solid #ffffff;
border-left: 0px solid #ffffff;
}

#nav
{
width: 900px;
}

#page
{
text-align: left;
background: url("images/thc_bg.png");
background-repeat: no-repeat;
background-position: top center;
background-color: #ffffff;
}

#left
{
padding: 20px 10px 10px 20px;
width: 600px;
}

#left h1
{
padding: 7px 0px 7px 0px;
font-size: 20px;
color: #00263f;
text-align: left;
}

#left h2
{
padding: 7px 0px 7px 0px;
font-size: 20px;
font-weight: normal;
color: #00263f;
text-align: left;
}

#left p
{
padding: 7px 0px 7px 0px;
font-size: 15px;
color: #00263f;
text-align: left;
}

blockquote
{
margin-left: 30px;
}

#specials
{
width: 90%;
padding: 5px 5px 5px 5px;
min-height: 200px;
border: 1px solid #444444;
}

#employee
{
border: solid 1px #666666;
padding: 5px 5px 5px 5px;
}

#left ul
{
font-size: 15px;
margin-left: 15px;
color: #00263f;
}

#left ul ul
{
font-size: 15px;
margin-left:20px
color: #00263f;
}

#left ol
{
font-size: 15px;
margin-left: 25px;
color: #00263f;
}

#left ol ol
{
font-size: 15px;
margin-left:50px
color: #00263f;
}

#right
{
padding: 20px 20px 20px 0px;
float: right;
text-align: center;
width: 245px;
}

#right h1
{
padding: 7px 0px 7px 0px;
font-size: 20px;
color: #00263f;
text-align: left;
}

#right h2
{
padding: 7px 0px 7px 0px;
font-size: 20px;
font-weight: normal;
color: #00263f;
text-align: left;
}

#right p
{
padding: 7px 0px 7px 0px;
font-size: 15px;
color: #00263f;
text-align: left;
}

#btmtxt
{
width: 100%;
clear: both;
}

#btmtxt p
{
font-size: 14px;
color: #00263f;
}

#footer
{
background: url("images/thc_bg.png");
background-repeat: no-repeat;
background-position: top center;
clear: both;
padding-top: 10px;
width: 900px;
height: 10px;
}

#footer p
{
color: #ffffff;
padding-bottom: 30px;
}

#footer p a
{
color: #ffffff;
}

/* This CSS is used for the Show/Hide functionality. */
.more
{
display: none;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
}

a.showLink, a.hideLink
{
text-decoration: none;
color: #36f;
padding-left: 8px;
background: transparent url(images/down.gif) no-repeat left;
}

a.hideLink
{
background: transparent url(images/up.gif) no-repeat left;
}

a.showLink:hover, a.hideLink:hover
{
border-bottom: 1px dotted #36f;
}