/* CSS style sheet desinged by Monte Russell 08/29/07 */

/* this section sets the background color 
   possible colors:
   
Steel Blue1 #5CB3FF - bright

Light Slate Gray #6D7B8D - dark 

Slate Gray3 #98AFC7 - too bright

Dark Slate Gray1 #9AFEFF - bright 

Light Blue2 #FFFFFF - ok

Lemon Chiffon #FFF8C6 - ok

Light Goldenrod Yellow #FAF8CC - bright
bgcolor="#F2F5F7"
background-color:#FFFFFF;
*/


body {
background-color:#ffffff; 
font-family: Georgia, Comic Sans MS;
font-size: 12px;
color: #000000;
}


/* this section sets Headings */

h1 { font-family: Georgia; font-size: 36px;  color: #000066}
h2 { font-family: Georgia; font-size: 24px;}


/* this section sets links hover */

a:hover { font-family: Georgia, Comic Sans MS;
 background-color: #FFFF99;
 color: #000000;
 }

/* this section sets navigation panel */

#navigator {

}

.housebutton {

}

.housebutton a {

}

.housebutton a:hover {

}


/* sets the color on the background, surrounding the buttons, and border */

#navigator {

background-color: #FFFFFF;

border: 0px #cc0000 dotted;

width: auto;

margin-top: auto;

margin-left: auto;

margin-right: auto;

padding: 5px;

text-align: center;

}

/* set space between buttons */

.housebutton {

font-weight: bold;

text-align: left;

margin-bottom: 2px;

margin-top: 2px;

}


/* set colors buttons to give the button a 3D look*/

.housebutton a {

padding: 0px;

text-decoration: none;

display: block;

color: #2B60DE; /* button font color*/

background-color: #FFFFFF;

border-top: 0px #cccccc solid;

border-left: 0px #cccccc solid;

border-bottom: 0px #666666 solid;

border-right: 0px #666666 solid;

}

/* set hover for button */

.housebutton 

a{ 
font-family: Georgia, Comic Sans MS, Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif; 
color: #0000FF; 
} 

a:hover {

font-family: Georgia, Comic Sans MS, Arial, Verdana, Tahoma, Geneva, Helvetica, sans-serif; 

color: #000033; /*----- button font color, when the button is hovered over*/

background-color: #FFFF99;

border-top: 0px #666666 solid;

border-left: 0px #666666 solid;

border-bottom: 0px #cccccc solid;

border-right: 0px #cccccc solid;

}


/* this section sets flv */

.style1 {
	color: #006633;
	font-weight: bold;
}

/* this section sets */


/* this section sets */



/* this section sets */