﻿body
{
	background-color:#FFFDDA;
	font-family:"Franklin Gothic Book", verdana, Arial, sans-serif;
	font-size:small;
}

#container
{
	width:750px;
	height:763px;
	position:absolute;
	left:15%;
}

#logo
{
	position:absolute;
	width:150px;
	height:193px;
	top:0px;
	left:0px;
}

#mastHead
{
	position:absolute;
	width:600px;
	height:140px;
	top:0px;
	left:150px;
	font-family:"Copperplate Gothic Light", Arial, sans-serif;
	font-size:108%;
	color:white;
	background-image:url(images/masthead.gif);
	background-repeat:no-repeat;
	padding-top:100px;
}

#mastHead h1
{
	font-size:380%;
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing:5px;
	color:white;
}

#mastHead h2
{
	font-size:150%;
	color:white;
}

#mastHead a
{
	color:white;
}

#mastPad
{
	padding:10px;
}

#inset
{
	float:right;	
	width:140px;
	height:140px;
	text-align:center;
	background-color:white;
	padding-top:10px;
}


#portrait
{
	position:absolute;
	top:110px;
	left:600px;	
	width:172px;
	height:190px;
	text-align:center;
	background-image:url(images/portrait.gif);
	background-repeat:no-repeat;
	padding-top:10px;
	z-index:2;
}

#portrait2
{
	float:left;	
	width:172px;
	height:190px;
	text-align:center;
	background-image:url(images/portrait.gif);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-right:10px;
}

#portrait3
{
	float:right;	
	width:172px;
	height:190px;
	text-align:center;
	background-image:url(images/portrait.gif);
	background-repeat:no-repeat;
	padding-top:10px;
}


#navBar
{
	position:absolute;
	width:150px;
	height:550px;
	top:193px;
	left:0px;
	background-color:#00782B;
}

#navBar ul
{
	list-style:none;
	margin-left:-40px;
	margin-top:0px;
}

#navBar li
{

	border-bottom:1px solid black;

}

#navBar a
{
	text-decoration:none;
	color:black;
	background-color:#D4CAE2;
	display:block;
}

#navBar a:hover
{
	background-color:#FFF99D;
	font-weight:700;
}

#content
{
	position:absolute;
	width:600px;
	height:593px;
	top:150px;
	left:150px;
	background-color:white;
	overflow:scroll;
}

#contentPad
{
	padding:10px;
	padding-left:25px;
	padding-right:25px;
}

#content h1
{
	font-size:180%;
}

.explain
{
	border-bottom:1px dashed green;
	cursor:help;
	color:green;
}

#quoteblock
{
	float:left;
	width:150px;
	background-color:#D4CAE2;
	padding:10px;
	margin-right:10px;
}

#quoteblock2
{
	float:right;
	width:150px;
	background-color:#D4CAE2;
	padding:10px;
	margin-left:10px;
}

#quoteblock3
{
	float:left;
	background-color:#D4CAE2;
	padding:10px;
	margin-right:20px;
	width:150px;
}

#footer
{
	position:absolute;
	top:743px;
	left:0px;
	width:750px;
	background-color:#D4CAE2;
	text-align:center;
	font-size:smaller;
}

#footer a
{
	text-decoration:none;
	color:blue;
	font-weight:700;
}

#footPad
{
	padding:5px;
}

/*Style Contact Form*/

form p
{
	clear:left;
}

form p label
{
	float:left;
	width:20%;
}

legend
{
	color:green;
}

.txt
{
	background-color:#FFF99D;
}

