@charset "utf-8";
/* CSS Document */

/*Gerneral Styles*/

body 	{	
	background-color: #ddb59d;
	font-family: Arial, Helvetica, sans-serif;
	}

h1 		{
		color: #900;
		font-size: 18pt;
		padding: 0;
		margin: 0 0 4px 0;
		text-align: center;
		}

h2		{
		color: #542015;
		font-size: 16pt;
		padding: 5pt 0 5pt 0;
		text-align: center;
		margin: 0 0 3px 0;
		}
		
h3 		{
		color: #900;
		font-size: 14pt;
		padding: 0;
		margin: 0 0 4px 0;
		text-align: center;
		}


.ci		{text-align: center;
		font-size: 12pt;
		 font-style:italic;
		 margin: 4px auto 0 auto;}

.lc		{
		font-size: 16pt;
		color: #000;
		font-weight: bold;
		}

.b		{font-weight: bold;}
.c		{text-align: center;}
.underline	{text-decoration: underline;}

/*Text & Photo Holder*/

.para	{
		margin: 10px 10px 10px 10px;
		clear: both;
		overflow: hidden;
		}

/*Images and tables*/

#logo {
	width: 600px;
	margin: 10px auto 10px auto;
	}
	
.photor	{
		float: right;
		display: block;
		margin: 10px 10px 10px 10px;
		}

.photol	{
		float: left;
		display: block;
		margin: 10px 10px 10px 0;
		}

.photoc	{
		width: 640px;
		margin: 10px auto 10px auto;
		}

.tablec	{
		width: 500px;
		margin: 10px auto 10px auto;
		}

.tablec h4	{
		color: #000
		font-size: 12pt;
		padding: 0;
		margin: 0;
		text-align: left;
		}

td		{
		text-align: left;
		font-size: 12pt;
		margin: 0;
		padding: 0;
		vertical-align: text-top;
		}	

 td a:link {
		font-size: 12pt;
		color: #00F;
		text-decoration: underline;
		}

td a:visited {
		font-size: 12pt;
		color: #00F;
		text-decoration: underline;
		}

td a:hover {
		color: #900;
		font-size: 12pt;
		text-decoration: underline;
		}

/*Navigation Styles*/

.nav {
		font-size: 10pt;
		color: #542015;
		font-weight: normal;
		text-align: center;
		margin: 0;
		}
		
.nav a:link {
		font-size: 10pt;
		color: #542015;
		text-decoration: none;
		margin: 0 4pt 0 4pt;
		}

.nav a:visited {
		font-size: 10pt;
		color: #542015;
		text-decoration: none;
		margin: 0 4pt 0 4pt;
		}
		
.nav a:hover {
		font-size: 10pt;
		color: #000;
		text-decoration: underline;
		margin: 0 4pt 0 4pt;
		}

.nav a:active  {
		color:#C00;
		}

#top	{
		text-align: center;
		margin: 8px 0 16px 0;
		}
		
#top a:link	{
		font-size: 12pt;
		color: #900;
		text-decoration: none;
		}
		
#top a:visited	{
		font-size: 12pt;
		color: #900;
		text-decoration: none;
		}

#top a:hover	{
		font-size: 12pt;
		font-weight: bold;
		text-decoration: underline;
		}


#nextpage {
		font-size: 16pt;
		color: #542015;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		margin: 0 0 4px 0;
		}

#nextpage a:link {
		font-size: 16pt;
		color: #542015;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		margin: 0 0 4px 0;
		}

#nextpage a:visited {
		font-size: 16pt;
		color: #542015;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		margin: 0 0 4px 0;
		}

#nextpage a:hover {
		color: #900;
		font-size: 16pt;
		font-weight: bold;
		text-align: center;
		text-decoration: underline;
		margin: 0 0 4px 0;
		}


.stat		{
		font-size: 16pt;
		color: #000;
		font-weight: bold;
		margin-top: 10px;
		}

.stat a:link {
		font-size: 16pt;
		color: #000;
		font-weight: bold;
		text-decoration: underline;
		}

.stat a:visited {
		font-size: 16pt;
		color: #333;
		font-weight: bold;
		text-decoration: underline;
		}

.stat a:hover {
		color: #900;
		font-weight: bold;
		text-decoration: underline;
		}

.statnav {
		font-size: 12pt;
		color: #900;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		margin: 0 0 6px 0;
		}

.statnav a:link {
		font-size: 12pt;
		color: #900;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		margin: 0 0 6px 0;
		}

.statnav a:visited {
		font-size: 12pt;
		color: #900;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		margin: 0 0 6px 0;
		}

.statnav a:hover {
		color: #900;
		font-size: 12pt;
		font-weight: bold;
		text-align: center;
		text-decoration: underline;
		margin: 0 0 6px 0;
		}

#design p {
		color: #000;
		font-size: 8pt;
		font-style: italic;
		text-align: center;
		margin: 10px auto 0 auto;
		}
		
#design a:link, a:visited {
		color: #000;
		font-size: 8pt;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		margin: 5px 10px 10px 10px;
		}
		
#design a:hover {
		font-weight: bold;
		text-decoration: underline;
		}