/* default CSS */

body {
margin: 0;
color: #000;
font-size: 62.5%;
font-family: Verdana, sans-serif;
background-image: url(/stacy_lewis/images/background.jpg);
background-position: top left;
background-repeat: no-repeat;
}


a {
color: #009;
}

a:hover {
color: #4880b7;
text-decoration: none;
}

#main {
width: 900px;
height: 800px;
min-height: 800px;
}


#content {
width: 800px;
height: 520px;
min-height: 520px;
margin: 45px 50px 40px 50px;
}

#header {
width: 800px;
height: 130px;
margin-bottom: 5px;
}

#middle {
width: 720px;
min-height: 435px;
height: 435px;
margin: 0px 25px 0px 49px;
}


#left_text {
float: left;
padding: 5px 5px 16px 0px;
width: 442px;
font-size: 1.1em;
line-height: 1.3em;
}

#wide_text {
float: left;
padding: 5px 5px 16px 0px;
width: 700px;
font-size: 1.1em;
line-height: 1.3em;
}


#bottom_nav {
float: left;
padding: 0px;
height: 70px;
width: 802px;
text-align: center;
font-weight: bold;
border-top: solid 1px #115fd3;
}

#bottom_nav a {
display: block;
text-decoration: none;
width: 155px;
float: left;
margin: 3px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 55px;
min-height: 55px;
border: solid 1px #115fd3;
background-image: url(/stacy_lewis/images/nav_background.gif);
background-position: top left;
color: #1a3e69;
font-size: 1em;
line-height: 50px;
}

#bottom_nav a:visited { color: #1a3e69; }
#bottom_nav a:hover { color: #1a3e69; 
background-image: url(/stacy_lewis/images/nav_background_over.gif);
}



#footer {
clear: both;
text-align: center;
color: #004e9b;
font-size: 0.9em;
padding: 24px 0;
}



h1, .h1 {
color: #004e9b;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.6em;
line-height: 1.2em;
margin: 1.1em 0;
}
h2, .h2 {
color: #004e9b;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
line-height: 1.2em;
margin: 0.9em 0;
}
h3, .h3 {
color: #004e9b;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.4em;
margin: 0.8em 0;
}

.larger {
font-size: 1.1em;
}
.smaller {
font-size: 0.9em;
}



			
#pane { height: 375px; width: 442px; }
			
#donatefrm input.textbox, #donatefrm textarea { border:#ccc 1px solid; font:1em Verdana, Arial, Serif; padding:2px; }

#donatefrm input.textbox:focus, #donatefrm textarea:focus { border:#999 1px solid; }

#donatefrm legend { font-size:1.3em; color: #004e9b; }

#donatefrm fieldset.donate { width: 390px; clear: both; margin:5px 0 0 0; padding: 0 0 0 10px; border: 1px solid #CCCCCC; }

#donatefrm label { float: left; width: 13em; margin-right: 1em; }

#donatefrm br { clear: left; }

#donatefrm input { display: block; float: left; margin-bottom: 10px; }

#donatefrm span.dollar { float:left; line-height:20px; }

#donatefrm select { margin-bottom: 10px; }

#donatefrm .hidden {  display: none; }

#donatefrm .visible { display: block; }

#donatefrm .err { color: red; }

.checker { display: none; }		
