/* CSS Document */
body {
	border: 0 none;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 10px;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0pt;
	padding: 0pt;
	color: navy;
}
/***********************************************/
/* Layout divs                                 */
/***********************************************/
#container 	{
	margin: 5pt;
	text-align: center;
	width: 100%;
}
#masthead{
	width: auto;
	border: 0px none #CCCCCC;
	page-break-after: avoid;
	height: 25px;
}
 #navcontainer
{
	display: none;
	height: 0px;
	width: 0px;
	clear: none;
	float: none;
	}

#content {
	font-size: 12pt;
	width: 100%;
	text-align: left;
}
#subcontainer 
{
	display: none;
	height: 0px;
	width: 0px;
	clear: none;
	float: none;
}
#subnav  {
    display: none;
	height: 0px;
	width: 0px;
	clear: none;
	float: none;
	}


	
	/************** 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: none;
   	list-style-type: none;
}

/***********************************************/
/* Special styles                              */
/***********************************************/
.sitename {
	font-size: 18pt;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
}
.pagetitle {
	font-size: 15pt;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif;
	clear: none;
	padding: 10px;
	text-align: center;
}
.imgfloatleft {
	display: block;
	margin: 5px;
	padding: 5px;
	float: left;
	border: 0px solid #CCCC99;
}
.imgfloatright {
	display: block;
	margin: 5px;
	float: right;
	border: 0px solid #CCCC99;
}
.pictureframe {
	border: 2px dotted #CCCCCC;
	height: 175px;
	width: 250px;
	float: left;
	padding: 5px;
	margin: 5px;
 }
.picturepad {
	padding: 4px;
 }
.cenring {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
	}
/*************** subnav styles ***************/
/*************** raised button ***************/
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: navy;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.infolist {
	margin-right: 20%;
	margin-left: 20%;
	list-style-type: none;
}
.fancylist  ul{
	list-style-type: none;
	margin: 15pxem;
	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 {
	display: none;
}

