/**********************************************
 Body
 *********************************************/
body 
{
	background-color: #FFF;
	padding: 0;
	margin: 0;
	font-family: Arial;
}
td.bodyLeft
{
	width: 50%;
}
td.bodyRight
{
	width: 50%;
}
td.body
{
	/*width: 960px; set and applied in header.php*/
}

div.divider
{
	width: 100%;
	height: 8px;
	background-color: #CC0000;
}

ul li
{
	list-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:left;
}

img
{
	border: 0;
}
/*table { border: solid 1px #000; }
td { border: solid 1px #CCC; }*/


/**********************************************
 Header
 *********************************************/
div.header
{
	text-align: center;
}

h1
{
	font-weight: bold;
	font-size: 20pt;
	text-align: center;
	margin: 0;
}
h2
{
	font-align: left;
	font-size: 12pt;
	font-weight: normal;
	padding-left: 100px;
	padding-top: 5px;
	margin: 0;
}

/**********************************************
 Navigation
 *********************************************/
div.nav
{
	background-color: #C0C0C0;
}
div.nav table
{
	margin: 0;
	padding: 0;
	/*padding-left: 112px; Calculated in Javascript*/
	width: auto;
}
div.nav div.menuItemRelative
{
	position: relative;
	width: 100%;
	height: 100%;
}

.navMenuItem, .navMenuItemOver
{
	padding-top: 8px;
	/*padding-left: 15px; Set and applied in nav.php
	padding-right: 15px;*/
	padding-bottom: 8px;
	
	text-align: center;
	vertical-align: middle;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}
.navMenuItemLink, .navMenuItemLinkOver
{
	color: #000000;
	text-decoration: none;
}
.navMenuItemOver
{
}
.navMenuItemLinkOver
{
	color: #FFFFFF;
}
.navSubItemTable
{
	position: absolute;
	/*left: -150;  Calculated in Javascript*/
	top: 8 !important;	/* Must be equal to or less than Menu Item height */
	width: 119px !important; /* Width of Sub Items is set in nav.php */
	display: none;
}
.navSubItem, .navSubItemOver
{
	padding: 0;
	/*padding-left: 5px;*/
	height: 30px;
	
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	background-color: #CC0000;
}
.navSubItemLink, .navSubItemLinkOver
{
	color: #000000;
	text-decoration: none;
}
.navSubItemOver
{
}
.navSubItemLinkOver
{
	color: #FFFFFF;
}

/**********************************************
 Main
 *********************************************/
div.main
{
	padding: 0px;
	margin: 10px;
	text-align: left;
}

/**********************************************
 Footer
 *********************************************/
div.footer
{
	font-size: 9pt;
	text-align: center;
}

/**********************************************
 Blurb
 *********************************************/
table.blurb
{
	width: 100%;
}
table.blurb td.focus
{
	font-size: 14pt;
}
img.focus
{
	width: 300px;
}
table.blurb td.focus p
{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
}
table.blurb td.focus p.name
{
	margin-top: 15px;
	text-indent: -50px;
	padding-left: 60px;
}
table.blurb td.focus p.line1, table.blurb td.focus p.line2
{
	/*text-indent: -15px;
	padding-left: 70px;*/
	padding-left: 55px;
}
table.blurb td.focus p.line2
{
	font-size: 12pt;
}
table.blurb td.text
{
	width: 100%;
	padding-left: 20px;
	text-align: justify
}
