* {
margin: 0; padding: 0;
}
body {
background: #fff url(../images/stripe-background.gif) repeat top left;
font: 0.84em/1.333 Arial, sans-serif;
color: #444;
}
#mainWrap {
border: 1px solid #0049b2;
background: #fff url(../images/main-background.gif) repeat-y top left;
width: 819px;
margin: 40px auto 0 auto;
}
ul#mainNav {
float: left;
width: 130px;
list-style-image: url(../images/nav-bullet.gif);
margin: 10px 0 0 23px;
_margin: 10px 0 0 13px;
font-weight: bolder;
}
ul#mainNav #selected {
color: #ff0;
}
p {
margin: 10px 0;
}
strong {
color: #0049b2;
}
a {
text-decoration: none;
color: #0049b2;
}
a:hover {
text-decoration: underline;
}
#content {
padding: 8px 20px 0 20px;
}
#contentWrap {
float: left;
width: 663px;
padding: 0 0 150px 0;
background: #fff url(../images/swope-background.gif) no-repeat bottom left;
}
h1 {
color: #0049b2;
font-size: 1.4em;
}
h4 {
color: #0049b2;
}
address {
color: #0049b2;
font-weight: bold;
font-style: normal;
}
.staffPic {
padding: 0 0 0 10px;
}
.staffPic p {
margin: 0 0 10px 0 !important;
}
.rightContent {
float: right;
width: 150px;
}
.leftContent {
float: left;
width: 450px;
}
.fees {
width: 100%;
font-weight: bold;
}
.fees .odd {
background-color: #e5f2ff;
}
.fees td {
margin: 0;
padding: 2px;
}
.fees th {
background-color: #0049b2;
color: #fff;
}

/* Schedule */
table.schedule {
border: 3px solid #0049b2; 
margin: 10px 0; padding: 0;
font-size: 12px;
border-collapse: collapse;
width: 800px;
background-color: #fff;
}
table.schedule th {
background-color: #e5f2ff;
border: 1px solid #0049b2;
}
table.schedule td {
border: 1px solid #0049b2;
magin: 0; padding: 5px;
vertical-align:top;
}
table.schedule td ul {
list-style: none;
margin: 0; padding: 0;
}
table.schedule td ul li {
padding: 5px 0;
}
.schedule td:hover {
font-weight: bold;
}
#slideShow {
margin: 13px 0 0 0;
}
