body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.colorset3 {
	background-color: #FFFFCC;
	
	color: #669933;
}
.colorset4 {
	background-color: #FFFFCC;
	
	color: #CC0033;
}
/* CSS Document */
body {
	border: 0 none;
	padding: 0px;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	z-index: 1;
	font-size: medium;
	margin: 10px;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
/***********************************************/
/* Layout divs                                 */
/***********************************************/
#container 	{
	margin: 1em 1em 0em;
	width: auto;
	height: auto%;
	text-align: center;
	border: 2px solid #CCCCCC;
	z-index: 1;
	background-color:palegoldenrod;
}
#masthead{
	background-image:  url(images/George1.gif);
	background-repeat: no-repeat;
	background-position: 96% 35%;
	padding: 1em 0em 0em;
	width: 100%;
	z-index: 5;
	display: block;
	border-top: 0px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
}
 #navcontainer
{
	height: 50px;
	z-index: 1;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #990000;
	width: auto;
	}
#navcontainer ul
{
	border: 0em;
	margin: 0em ;
	padding: 0em;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	width: 40em;
	}

#navcontainer li
{
	float: left;
	padding: 0.2em;
	height: auto;
	white-space: nowrap;
	font-size: 1em;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navcontainer a {
	padding: 0.3em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	display: block;
	width: 9em;
}
#content {
	margin: 0em 1em 1em;
	z-index: 1;
	padding: 2em 3em 3em;
	text-align: left;
	clear: both;
	font-size: 0.8em;
	overflow: auto;
	width: 90%;
}
#subcontainer 
{
	width: 15%;
	clear: none;
	float: left;
	margin: 0em 2em 0 0;
	padding: 3em 1em 0.1em;
	list-style-type: none;
	text-align: center;
	border: 1px solid #CCCC99;
}
#subnav  {
	z-index: 3;
	padding:0.3em 0.3em 0.3em 0.3em;
	margin: 0.3em 0.3em 0.3em 0.3em;
	clear: both;
	}

#subnav  ul  {
	font-size: 0.85em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
#subnav  li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	}
#subnav a  {
	padding: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: bold;
	width:9em;
}

	
	/************** siteInfo styles ****************/
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo li
{
	display: inline;
   	list-style-type: none;
}
#siteInfo a
{
	text-decoration: none;
}

/***********************************************/
/* Special styles                              */
/***********************************************/
.sitename {
	font-size: 2.2em;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
}
.pagetitle {
	font-size: large;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	clear: none;
	padding-bottom: 1em;
	text-align: center;
	color: #669933;

}
.imgfloatleft {
	display: block;
	margin: 1em;
	float: left;
	border: 0px solid #CCCC99;
}
.imgfloatright {
	display: block;
	margin: 1em;
	float: right;
	border: 0px solid #CCCC99;
}
.pictureframe {
	padding: 4px;
	text-align: center;
	border-top: 2px solid #999900;
	border-right: 2px solid #CCCC00;
	border-bottom: 2px solid #D9D900;
	border-left: 2px solid #999900;
 }
.picturepad {
	padding: 4px;
	border: 0px solid #CCCC00;
 }
.clr {
	clear: both;
}
.cenring {
    margin-left: auto;
    margin-right: 15%;
    width: 500px;
	}
/*************** subnav styles ***************/
/*************** raised button ***************/
a.button, a.button:link, a.button:visited {
	text-decoration: none;
	display: block;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #FFFFFF;
	width: auto;
	float: none;
}
a.button:hover, a.button:active {
	display: block;
	border-top: 2px solid #999999;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #999999;
    width: auto;
}
/*************** subnav styles ***************/
a.block, a.block:link, a.block:visited {

	text-decoration: none;

	display: block;

}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: navy;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}
.infolist {
	margin-right: 20%;
	margin-left: 20%;
	list-style-type: none;
}
.fancylist  ul{
	list-style-type: none;
	margin: 2em;
	padding: 0px;
}
.fancylist li {
	background-image: url(images/George2.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.2em;
	padding-left: 2.5em;
	list-style-type: none;
	padding-top: 0.5em;
}
.print {
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.titleheader {
	font-family: Amienne, Arial, sans-serif, verdana;
	font-size: 18mm;
	font-weight: bolder;
	color: #669933;
	font-style: normal;
	font-variant: normal;

}
.roundbox {
    border: 2px solid #a1a1a1;
    padding: 10px 40px; 
    background: #dddddd;
    width: 300px;
    border-radius: 25px;
}
