@charset "utf-8";
/* CSS Document */
	body
		{ 
		background-color: #C2AA96;	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		}
/* Element Formats */
	#main
		{
		margin-left:auto;
		margin-right:auto;
		border: solid 2px #A98D79;
		width: 706px;
		height: 50%;
		position: static;
		}
	#logo
		{
		background-color: #D0BCAE;
		width: 706px;
		hieght: 106px;
		}
	#links
		{
		width: 706px;
		height: 30px;
		border-top: solid 1px #373A9A;
		border-bottom: solid 1px #373A9A;
		}
	#picture
		{
		width: 706px;
		height: 294px;
		}
	#content
		{
		background-color: #D7CFC8;
		width: 706px;
		border-bottom: solid 1px #A98D79;
		border-top: solid 1px #A98D79;
		}
	#mininav
		{
		width: 706px;
		height: 30px;
		border-bottom: solid 1px #A98D79;
		}
	#footer
		{
		background-color: #D7CFC8;
		width: 706px;
		height: 20px;
		font-size: 8pt;
		text-align:center;
		}
	#section
		{
		background: #D0BCAE url("images/minav.png") center center repeat-x;
		height: 15px;
		border-right: solid 1px #A98D79;
		border-top: solid 1px #A98D79;
		text-align:center;
		font-family:Garamond, Times New Roman, serif;
		font-size: 14pt;
        font-weight: 700;
		color: #2E3192;
		}
/* Navigation Formats */
	#navigation, #navigation2								/* Table */
		{
		width: 706px; 
		height: 30px;
		padding: 0px;
		}
	.nav									/* Cell */
		{
		background: #2E3912 url("images/navhover.png") center center repeat-x;
		height: 30px;
		border-right: solid 2px #373A9A;
		text-align: center;
		}
	.nav a:link, .nav a:visited, .nav a:active
		{
		color: #FFFFFF;
		text-decoration: none;
		}
	.nav:hover, .nav a:hover
		{
		color: #FFFFFF;
		background: transparent url("images/navhover2.png") center center repeat-x;
		}
	.minav a:link, .minav a:visited, .minav a:active
		{
		color: #000000;
		text-decoration: none;
		}	
	.minav
		{
		background: #D0BCAE url("images/minav.png") center center repeat-x;
		height: 30px;
		border-right: solid 2px #C2AA96;
		text-align:center;
		}
	.minav:hover, .minav a:hover
		{
		color: #000000;
		background: transparent url("images/minav2.png") center center repeat-x;
		}
	a:link, a:visited, a:active
	    {
	    color: #2E3192;
	    text-decoration: underline;
	    }
	a:hover
	    {
	color: #765A4C;
	    }
/* Text Formats */
    .emphasis
        {
        font-weight: 700;
        color: #2D3192;
        }
	p
		{
		text-indent: 5px;
		padding: 2px;
		}
	p.heading
		{
		font-family:Garamond, Times New Roman, serif;
		font-size: 14pt;
		font-weight: 700;
		color: #2E3192;
		}
