﻿body {
background-color:#F5D46D;
}

div.content {
float: left;
width: 100%;
text-align: center;
}

div.header {
position: absolute;
margin: 0px 0px 0px 285px;
padding: 0px;
width: 90%;
height: 180px;
z-index: 2;
} 

div.navigation {
float: left;
width: 100%;
text-align: left;
color: #000000;
font-family: trebuchet;
font-size: x-large;
font-weight: 900;
} 

div.footer 
{
color: #000000;
font-family: TEMPUS SANS ITC;
font-size: large;
font-weight: bold;
float: left;
width: 100%;
text-align: center;
} 

div.TableDiv
{
POSITION : relative;
OVERFLOW : auto;
WIDTH : 100%; 
}

table.main 
{
margin: 0px 0px 0px 180px;
text-align: center;
font-family: Arial;
font-weight: bold;
}

table.photos 
{
margin-left: auto;
margin-right: auto;
}

table.nav {
}

td.main{
color: #000000;
}

td.hspace{
width: 70px;
}

tr.vspace{
height: 20px;
}

td.nav{
color: #000000;
font-family: Arial;
}

p.main{
color: #000000;
font-family: trebuchet;
margin: 0px 0px 0px 0px;
text-align: center;
}

p.links{
color: #000000;
font-family: trebuchet;
font-size: x-large;
margin: 0px 0px 0px 0px;
text-align: center;
}

p.donations{
color: #000000;
font-family: trebuchet;
font-size: x-large;
margin: 0px 0px 0px 0px;
text-align: center;
}

p.contact{
color: #000000;
font-family: arial;
font-size:large;
font-weight: bold;
margin: 100px 0px 0px 180px;
text-align: center;
}

body.master
{
margin-left: 2%;
}
    
img.vert{
height: 200px;
width: 300px;
border-style: none;
border: none; 
}

img.photos
{
   
}

img.homel
{
font-family: TEMPUS SANS ITC;
vertical-align: middle; 
text-align: center;
border: none;

}

h3.ques
{
font-family: trebuchet;
text-align: center;
margin: 0px;
}

li.ans
{
font-family: trebuchet;
text-align: center;
margin: 0px;
}

ul.ans
{
font-family: trebuchet;
list-style: none; 
text-align: center;
margin: 0px;
}


a:link { 
	color: #333333;
	text-decoration: none;
	}
a:visited { 
	color: #009966;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;

	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}
	
a.nohover:hover {
    background: none;
    border: none;
    }