/* CSS Document */

/*****************************************
AUTHOR: Heidi Weiland
EMAIL: heidi@soundwebsolutions.net
DATE: June 2006

NOTES: Formatting for all relevant text
*******************************************/

* {
font-family:Arial, Helvetica, sans-serif;
font-size:medium;
}

h1 {
color:#053c68;
font-size:larger;
}
h2 {
color:#053c68;
font-size:small;
}

#navigation ul {
list-style:none;
}
#navigation a {
font-size:smaller;
display:block;
color:#ffffff;
text-decoration:none;
border-left:0px solid white;
padding:4px 5px 4px 8px;
}
#navigation a:hover, #navigation a:active {
background-color:#053c68;
}

#text p {
font-size:smaller;
margin-bottom:5px;
}
#text strong, #text em {
font-size:small;
}
#text a {
font-size:small;
}
#text ul {
list-style:none;
}
#text ul a {
color:#003366;
}
#text ul a:hover, #text ul a:active {
color:#000000;
font-weight:bold;
}

#info h1, #info address, #info strong{
font-family:"Times New Roman", Times, serif;
font-size:xx-small;
font-size:x-small;
text-align:right;
}

address {
line-height:1em;
font-style:normal;
}

#footer a {
color:#CCCCCC;
font-size:smaller;
text-decoration:none;
}
#footer a:hover, #footer a:active {
text-decoration:underline;
color:#ffffff;
}