html, body { background-color: #002a53; background-image: url(/images/backdrop.jpg); background-repeat: repeat-x; background-attachment: fixed; margin:0; padding:0; height:100%; }

div, p, blockquote, ol, ul, dl, li, dt, dd, td 	{ color: #ccc; font-size: 11px; font-family: Verdana, Arial, Sans-Serif; line-height: 150%; }

img, div, a, input, p, blockquote, ol, ul, li, td, h1, span, footer  { 	/* ie6 hack to allow for transparent png images */
	behavior: url(/scripts/iepngfix.htc); 
}

a:link, a:visited	{ color: #fff;    text-decoration: underline; }
a:hover, a:active	{ color: #99d9e8; text-decoration: none; }

.footer									{ color: #99d9e8; font-size: 10px; }
.footer a:link, .footer a:visited		{ color: #99d9e8; font-size: 10px; text-decoration: none; }
.footer a:hover, .footer a:active		{ color: #fff;    font-size: 10px; text-decoration: underline; }

.tall { height: 100%; }
.margin { margin: 20px; }
.heading { color: #ccc; font-size: 12px; font-weight: bold; background-image: url(/images/screen.gif); text-align: right; }
.small { font-size: 9px; }
.help { font-size: 12px; background-color: maroon; border: solid thin maroon; }

.formheadings	{ font-weight: bold; }
.formresults	{ font-style: italic; }

#preloadimages {
       width: 0px;
       height: 0px;
       display: inline;
       background-image: url(/images/nav/home_over.gif);
       background-image: url(/images/nav/news_over.gif);
       background-image: url(/images/nav/music_over.gif);
       background-image: url(/images/nav/bio_over.gif);
       background-image: url(/images/nav/photos_over.gif);
       background-image: url(/images/nav/contact_over.gif);
}

.mceContentBody { background-image: none; background-color: #002a53; color: #ccc; } /*TinyMCE*/
.mceContentBody a:link, .mceContentBody a:visited	{ color: #fff !important;    text-decoration: underline; } /* FF requires a important here */
.mceContentBody a:hover, .mceContentBody a:active	{ color: #99d9e8 !important; text-decoration: none; } /* FF requires a important here */
.loading {
	background-image: url(/images/loading.png);
	background-repeat: no-repeat;
	background-position: center center;
}



