body {
text-align: center;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .9em;
}

td.title {
background-image: url(../images/titlebg.png); 
}

td.title2 {
background-image: url(../images/titlebg.png); 
background-position: center right;
background-repeat: no-repeat;
}

td.menu {
background-image: url(../images/navbg.png); 
background-repeat: no-repeat; 
background-position: left; 
}

p {
font-size: .9em;
margin-left: 5%;
margin-right: 5%;
margin-top: 2%;
margin-bottom: 2%;
} 

p.home:first-letter {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size : 24px;
font-weight: bold;
color : #CC2939;
}

p.title {
margin-left: 0%;
margin-right: 5%;
margin-top: 5%;
margin-bottom: 5%;
}

p.credit {
text-align: right;
margin-left: 5%;
margin-right: 5%;
margin-top: 0%;
margin-bottom: 0%;
}

p.quote {
text-align: left;
margin-left: 5%;
margin-right: 5%;
margin-top: 3%;
margin-bottom: 0%;
}

p.contact {
font-size: .7em;
color: #FFFFCC;
text-align: left;
margin-left: 5%;
margin-right: 5%;
margin-top: 3%;
margin-bottom: 0%;
}

h1 {
font-size: 1em;
font-weight: normal;
text-align: right;
margin-left: 0%;
margin-right: 5%;
margin-top: 1%;
margin-bottom: 1%;
color: #F6EBBE;
font-weight: bold;
}

h2 {
font-size: 1em;
margin-left: 5%;
margin-right: 5%;
margin-top: 0%;
margin-bottom: 5%;
font-weight: bold;
font-style: italic;
}

h3 {
font-size: 1em;
margin-left: 5%;
margin-right: 5%;
margin-top: 5%;
margin-bottom: 2%;
font-weight: bold;
font-style: italic;
}

h4 {
font-size: 1.1em;
font-weight: normal;
text-align: left;
margin-left: 5%;
margin-right: 5%;
margin-top: 5%;
margin-bottom: 5%;
}

h5 {
font-size: .9em;
font-weight: normal;
text-align: center;
color: #F6EBBE;
margin-left: 5%;
margin-right: 5%;
margin-top: 2%;
margin-bottom: 2%;
}

h6 {
font-size: .9em;
margin-left: 5%;
margin-right: 5%;
margin-top: 0;
margin-bottom: 2%;
font-weight: normal;
text-align: right;
}

img.title {
margin-left: 0%
}

img.floatright {
float: right;
margin-top: .5em;
margin-bottom: .5em;
margin-left: 1em;
margin-right: 1em;
}

img.floatleft {
float: left;
margin-top: .5em;
margin-bottom: .5em;
margin-right: 1em;
margin-left: 1em;
}



a:link {
font-size: 1em;
color: #000000;
font-weight: normal;
Text-decoration: underline;
}

a:visited {
color: #000000;
font-weight: normal;
Text-decoration: underline;
}

a:hover {
color: #FF0000;
font-weight: normal;
}

a:active {
color: #000000;
Text-decoration: underline;
font-weight: normal;
}

a.contact:link {
color: #FFFFCC;
font-weight: normal;
Text-decoration: underline;
}

a.contact:visited {
color: #FFFFCC;
font-weight: normal;
Text-decoration: underline;
}

a.contact:hover {
color: #FF0000;
font-weight: normal;
}

a.contact:active {
color: #FFFFCC;
Text-decoration: underline;
font-weight: normal;
}

div#navcontainer
{
margin-left: 0;
margin-right: auto;
width: 200px;
text-align: left;
list-style: none;
padding: 0;
background-color: none;
}
 
 * html div#navcontainer {
padding: 20px 0 0 0;
}

div#navcontainer span.current {
font-size: .9em;
font-weight: bold;
color: #F6EBBE;
Text-decoration: none;
background-color: none;
padding: 20px 0px 20px 0px;
background-image: url(../images/red_heart.gif);
background-repeat: no-repeat;
background-position: 0% 40%;
background-color: none;
}

#navlist {
 list-style: none;
 background-color: none;
 padding: 10px;
 margin-left: 10px;
 }
 
 * html #navlist {
padding: 0px;
}
 
a.menu:link, a.menu:visited, a.menu:active {
font-size: .9em;
font-weight: bold;
color: #FFFFFF;
Text-decoration: none;
background-color: none;
padding: 20px 0px 20px 0px;
}

a.menu:hover { 
font-size: .9em;
font-weight: bold;
color: #FFFFFF; 
Text-decoration: none;
background-image: url(../images/red_heart.gif);
background-repeat: no-repeat;
background-position: 0% 40%;
background-color: none;
padding: 20px 0px 20px 0px;
} 

a.footer:link, a.footer:visited, a.footer:active {
font-size: 1em;
color: #F6EBBE;
font-weight: normal;
text-decoration: none;
}

a.footer:hover {
color: #333399;
font-weight: normal;
}

strong {
font-weight: bold;
}

em {
color: #FF0000;
font-weight: bold;
}
input.btn {
background-color: #CC2939;
color: #ffffff;
border: 1px solid gray;
}
