/* CSS Document */

/****************************
AUTHOR: Heidi Weiland
DATE: February 2009
CONTACT: heidi@soundwebsolutions.net

NOTES: formatting - color, font size and text specific styling only
*/



/*
color:#330000; /*Dark Red */ /*
color:#003366; /* Dark Blue */




* {
font-family:Helvetica, Verdana, Arial, sans-serif;
}

body { 
font-size:100%; /* allows font-size to work in all browsers */
line-height:1.125em; /* 16×1.125=18 */ /* allows line-height to render correctly in all browsers */
}
h1 { 
font-size:1.3em; /* 16x1.3 = 21 */
font-size:1.5em;   /* 16x1.5=24 */ 
font-size:2em;
color:#666666;  /* Text Gray */
color:black;
font-weight:normal;
line-height:1.1em;
font-family:Georgia, "Times New Roman", Times, serif;
}
h2 { 
font-size:1.125em; /* 16x1.125=18 */
color:#522104;  /*Brown*/
color:#333333; /* Dark Gray */
color:black;
font-family:Georgia, "Times New Roman", Times, serif;
}
h2 a {
	color:inherit;
font-family:inherit;
}
h3 { 
font-size:1em;  /* 16x0.875=14 */
color:#003366; /* Dark Blue */
color:#C30; /* orange */
color:#600;
}
h3 a {
	color:inherit;
}
h4 { 
font-size:0.75em;  /* 16x0.75=12 */
font-size:0.875em;  /* 16x0.875=14 */
color:#330000; /*Dark Red */}
h5 { 
font-size:1em; 
font-size:0.625em;  /* 16x0.625=10 */
text-transform:uppercase;

}
p  { 
font-size:0.75em;  /* 16x0.75=12 */
font-size:0.875em;  /* 16x0.875=14 */
}
textarea {
font-size:0.875em;  /* 16x0.875=14 */
}
td {
text-align:left;
}
td p {
	color:gray;
}

ol {
font-size:0.75em;  /* 16x0.75=12 */
}
ul {
font-size:0.875em;  /* 16x0.875=14 */
}
ul ul {
font-size:1em;  
}
li {
}
address {
}
a {
color:#003366; /* Dark Blue */
color:#330000; /*Dark Red */text-decoration:none;
}
a:hover, a:active {
color:#003366; /* Dark Blue */
text-decoration:underline;
}
p a {
text-decoration:underline;
}


#NewsSection h2 {
color:white;
}
#NewsSection h3 {
color:black;
}
#NewsSection p
{
	font-size:.825em;
}

#SecondaryInfo {
color:#CC9;
color:#C63;
	
}
#SecondaryInfo a {
	color:inherit;
}
#SecondaryInfo p {
font-size:.8em;
}
#SecondaryInfo h3 {
color:inherit;
font-size:1em;
line-height:1.2em;
}
#SecondaryInfo li {
color:inherit;
font-size:.8em;
}

#footer {
color:white;
}
#credit a {
color:gray;
font-size:.875em;
text-decoration:none;
}

/********************************** OTHER STYLINGS ***************************/
.note {
font-size:small;
}
td.error {
color:red;
text-decoration:underline;
}
.ReadMore {
	margin-top:-5px;
}

/*********************************** PAGE SPECIFIC FORMATTING********************/

