
/*The Wow Center Style Sheet*/


/*Color Specs:---------------------------------------------------------*/
/*Background color = 		sky blue: 		99 CC FF*/
/*Table Background = 		white: 			FF FF FF*/
/*							deep blue:		66 99 FF*/
/*							dark blue:		33 33 FF*/
/*							yellow:			FF FF 00*/
/*							orange:		FF 99 00*/
/*							red:			CC 33 00*/
/*------------------------------------------------------------------------------*/

body {
	background : #99ccff;

}

p {
  margin: 0;
  margin-bottom: 1em;
}

.all { color: #000000; font-family: georgia,serif }
td.all { vertical-align: top; }
table { background: #ffffff }
table.splashtable {
	background : #99ccff;
	margin-top : 40px;
}

/*Top Title Box Style*/

h1 { color: #3333ff; font-weight: bold; font-size: x-large; text-align: center }

/*Headings and Sub-Headings on the Page*/

h2, h3 { color: #cc3300; }

h2 { font-size: large; font-weight: bold }

h3 { font-size: small }

/* ULTIMATE LIFE BLOG STYLES */

h2.ultimateLife {
  color: #FF9900;
  font-weight: normal;
  font-size: 260%;
  margin-bottom: 0;
}		
#ultimateLifeSubtitle {
  margin-left: 3em;
  color: #6699FF;
  font-size: 140%;
}



/* Home Page Info Bar */

div.homePageInfoBar {
  width: 30%;
  float: right;
  margin-left: 2em;
  padding: 1em;
  font-family: verdana, sans-serif;
  font-size: 70%;
  background: rgb(223,239,255);
  border: 1px solid #ff9900;
  -moz-border-radius: 1em;
}

div.dadfloat {
  float: right;
  width: 232px;
  margin: 1em;
  margin-right: 0em;
}

div.dadfloat img {
  border: 1px solid black;
}

a:link { text-decoration: underline; color: #3333ff }
a:active { text-decoration: underline; color: #3333ff }
a:visited { text-decoration: underline; color: #666699}
a:hover { text-decoration: none; color: #6699ff }

/*For the orange borders*/
.orange {background: #ff9900}

/*Navigation related styles*/
.nav { font-size: small }
.subnav, .navbottom, .copyright { font-size: x-small }
.subnav { text-indent: .5in }
td.navbottom, td.copyright, td.nav, td.title { background: #99ccff }
td.navbottom, td.copyright {  text-align: center }

a:link.nav { text-decoration: underline; color: #3333ff }
a:active.nav { text-decoration: underline; color: #3333ff }
a:visited.nav { text-decoration: underline; color: #666699}
a:hover.nav { text-decoration: none; color: #ffff00 }

a:link.service { text-decoration: underline; color: #cc3300 }
a:active.service { text-decoration: underline; color: #3333ff }
a:visited.service { text-decoration: underline; color: #cc3300}
a:hover.service { text-decoration: none; color: #ffff00 }