﻿/* Standard HTML Objects */
body 
{
	margin:0 0 0 0;
	font-family: Arial;
	font-size: 10pt;	
	background-image: url('../Images/Layout/bodyBkg001.jpg');
	background-position: left top;
	background-repeat: no-repeat;	
	background-color: #b7b8a6;
}

ul
{
	list-style-image:url(../Images/Symbols/ulDots001.gif);
	margin-left:20px;
}

ul a
{
	color:#63432e;
	font-weight:bold;
}

ul a:hover
{
	color:#880000;
}

/* End of Standard HTML Objects */

.pageLayout
{
	width:862px;
	margin:auto;
	border-top:none;
}

.banner
{
	height:104px;
	padding:0px 2px 2px 5px;
	background-color: white;
	background-image:url(../Images/Layout/bannerBkg001.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.rightShadow
{
	width:12px;
	background-image:url(../Images/Layout/rightShading001.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}

.bottomShadow
{
	width:12px;
	background-image:url(../Images/Layout/bottomShading001.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

.menubar
{
	height:32px;
	color:#ffffff;
	background-color:#a17c36;
	background-image:url(../Images/Layout/MenuBarBkg001.jpg);
	background-repeat:repeat-x;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
}

.menuLink
{
	color:White;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
}

.menuLink:hover
{
	text-decoration:underline;
}

.menuLinkCurrent
{
	color:#FFD700; /*253f10;*/
	font-weight:bold;
	font-size:8pt;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
}

.backLink
{
	font-size:8pt;
	font-weight:bold;
	color:#63432e;
	text-decoration:none;
}

.backLink:hover
{
	color:#880000;
	text-decoration:none;
}

.content
{
	width:650px;
	padding:5px 10px 5px 10px;
	background-color: white;
	text-align:justify;
}

.label
{
	font-weight:bold;
	font-size:11pt;
	color:#e4a548;
}

.sectionHeader
{
	font-weight:bold;
	font-size:13pt;
	color:#e4a548;
	width:100%;
	border-bottom:solid 1px #ffc251;
}

.sidePane
{
	color:#ffffff;
	font-size:8pt;
	vertical-align:top;
	border-left:solid 1px white;
	background-color:#003869;
	background-image:url(../Images/Layout/sidePaneBkg001.jpg);
	background-repeat:repeat-x;
}

.sideTitle
{
	width:100%;
	color:#ffc251;
	font-size:9pt;
	font-weight:bold;
	text-align:left;
	border-bottom:solid 1px #ffc251;
}

.bioPhoto
{
	display:block;
	float:left;
	width:120px;
	height:180px;
	margin-right:8px;
	margin-bottom:8px;
}

.bioIcon
{
	display:block;
	float:left;
	width:15px;
	height:40px;
}

.footer
{	
	font-size:8pt;
	height:30px;
	border-top:solid 1px white;
	background-color:silver;
	background-image:url(../Images/Layout/footerBkg001.jpg);
	background-repeat:repeat-x;
}

.bottomLine
{
	margin:auto;
	width:850px;
	font-family:Verdana;
	font-size:7pt;
}

.disclaimer
{
	color:#8A0808;
}
