html,body {
margin:0;
padding:0;
width:100%;
height:100%;
font-family:Optima, Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-size:14px;
background:#fff;
color:#333;
}
a {text-decoration:none;}
a:link {color:#999;}
a:visited {color:#999;}
a:hover {color:#000;}

/* main div tags, container top middle bottom
--------------------------------------------- */
#container {
margin-top:0;
margin-left:auto;
margin-right:auto;
width:100%;
background:url(images/bgHeader2.jpg) repeat-x;

}
#top { /* menu bar */
margin-top:0px;
margin-left:100px;
width:980px;
height:350px;
background:url(images/headerAbout2.jpg) no-repeat;
color:#74dbbf;
}

#middle { /* main content */
width:850px;
margin-left:100px;
}

#bottom { /* footer info */
clear:both;
width:auto;
margin-left:0;
margin-bottom:0px;
height:100px;
background:url(images/bgFooter.jpg) repeat-x;
}

/* menu bar
--------------------------------------------- */
#menu {
clear:both;
padding-top:84px; 
color:#fff;
}
#menu a {
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
}
#menu ul {
list-style:none;
text-align:center;
margin-left:0px;
margin-top:0px;
margin-bottom:10px;
}
#menu li {
display:inline;
margin-left:0px;
margin-top:0px;
margin-bottom:0px;
padding-top:5px;
padding-bottom:5px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #fff;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background: #666;
line-height: 1.5em;
}
#menu li:hover {
background: #b7aea1;
}

/* content
--------------------------------------------- */
#contactSheet { /* staff contact list */
clear:both;
margin-left:100px;
}
#contactSheet td {
text-align:left;
border-bottom:1px solid #ccc;
border-spacing: 0px;
padding-left:0px;
}
#contactSheet td.prompt {
text-align:left;
border-bottom:1px solid #ccc;
padding-left:50px;
}
#contactSheet td.name {
text-align:left;
border-bottom:1px solid #ccc;
padding-right:20px;
}
#contactSheet a:link {
text-decoration:underline;
color:#393;
}
#contactSheet a:visited {
text-decoration:underline;
color:#393;
}


#contentLeft { /* left side Content */
float:left;
margin-top:10px; 
padding-left:0px;
color:#666;
width:550px;
text-align:justify;
}
#contentLeft img.thumb {
padding:0px;
margin-top:0px;
width:550px;
border:0px;
}
#contentLeft a:link {
text-decoration:underline;
color:#393;
}
#contentLeft a:visited {
text-decoration:underline;
color:#393;
}
#contentLeft font.underline {
text-decoration:underline;
color:#000;
}
#contentLeft h1 {
font-family:Optima, Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#900;
}
#contentLeft h3 {
font-family:Optima, Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#900
}
#contentLeft ul {
list-style:none;
padding-left:20px;
}
#contentLeft li {
padding-left:20px;
}

#contentRight { /* right side bar */
width:250px;
float:right;
margin-top:10px;
text-align:justify;
background:white;
}
#contentRight img.rightPic {
padding:0px;
margin-top:0px;
margin-left:0px;
width:350px;
border:0px;
}
#contentRight a:link {
text-decoration:underline;
color:#393;
}
#contentRight a:visited {
text-decoration:underline;
color:#393;
}
#contentRight h2 {
padding-left:25px;
margin:0;
color:#600;
font-family:Times New Roman, NuevaStd,times, serif;
}

/* Footer
----------------- */
#footer { 
clear:both;
margin:0;
padding-top:27px; 
padding-left:50px;
font-size:12px;
}
#footer ul {
list-style:none;
text-align:center;
}
#footer li {
display:inline;
}
#footer p.timeDate {
color:#333;
}

/* misc
------------------------- */
h1 {
font-size:16px;
color:#900;
font-family:Times New Roman, NuevaStd,times, serif;
}

h2 {
margin:0;
color:#600;
font-family:Times New Roman, NuevaStd,times, serif;
}

img.floatleft { /* <img src=... class="floatleft"> */
float:left; 
margin:4px; 
}

p {
margin-left:15px;
}

strong {
color:#600;
font-family:Times New Roman, georgia, times, serif;
font-size:15px;
}

