﻿body
{
	background-color:#fdfdf4;
	background-image:url('./Images/title.jpg');
	background-position:right -5px;
	background-repeat:no-repeat;
	min-width:750px;
	width:expression(document.body.clientWidth < 748? "750px": "auto");
	font-family:Arial;
	font-size:10pt;
	margin:0px;
	padding:0px;	
}
a
{
	text-decoration:none;
	color:#344f9b;
}
a:visited
{
	text-decoration:none;
	color:#b71b1b;
}
a:hover
{
	color:#000;
	border-bottom:solid 1px #b71b1b;
}
img
{
	behavior:url('iepngfix.htc');
}
.main
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
.navDiv
{
	width:186px;
	padding:0px;
	margin:0px;
}
.circleImage
{
	position:absolute;
	float:left;
	left:10px;
	top:-5px;
}
.circleImageSpacer
{
	height:100px;
}
.navTable
{
	padding:0px;
	margin:20px;
	height:260px;
	width:186px;
}
.navInnerTable
{
	height:260px;
	width:186px;
}
.navInnerTableText
{
	background-image:url('./Images/navBg.jpg');
	background-repeat:no-repeat;
	background-color:#fff;
	table-layout:fixed;
	height:260px;
	width:186px;
}
.navInnerTableTextTd
{
	width:100%;
}
.navInnerTableTextTd a
{
	font-weight:bold;
}
.navInnerTableTextTd a:hover
{
	background-image:url('./Images/bullet.png');
	background-position:left 14px;
	background-repeat:no-repeat;
}
.navInnerTableTextTd a:visited
{
	text-decoration:none;
	color:#344f9b;
}
.navBottom
{
	width:186px;
}
.contentDiv
{
	max-width:800px;
	/*width:expression(document.getElementById("contentDiv").offsetwidth > 802? "800px": "auto");*/
	width:800px;
}
.widerContentDiv
{
	/*max-width:1000px;	*/
	
	
}
.widercontentInnerTableText
{
	background-image:none;
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#fff;
	table-layout:fixed;	
}

.widercontentTitle
{
	background-image:url('./Images/contentTitleBg.jpg');
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	color:#fff;
	font-size:14pt;
	width:1024px;	
}


.contentTable
{
	padding:0px;
	margin:0px 20px 20px 20px;
}
.contentTitle
{
	background-image:url('./Images/contentTitleBg.jpg');
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	color:#fff;
	font-size:14pt;
	/*width:1000px;	*/
	width:100%;
	
}
.contentInnerTable, .navInnerTable
{
	padding:0px;
	margin:0px;
	border-right:2px solid #d9d9d9;
	border-left:2px solid #d9d9d9;		
	width:100%;	
	/*max-width:1020px;*/
}


.contentInnerTableText
{
	background-image:url('./Images/contentBg.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#fff;
	table-layout:fixed;
	width:100%;
	padding:0px;
	margin:0px;
	
}

/* for Internet Explorer -bgg: 08-23-2007*/
/*\*/
* html .contentInnerTableText  {
height: 385px;
}
/**/

.contentInnerTableTextTd, .navInnerTableTextTd
{
	margin:15px;	
}
.contentSpacer
{
	min-height:385px; /*changed to from height to min-height -bgg 08-23-2007*/
	width:1px;
	float:right;
}
.contentBottom, .navBottom
{
	background-image:url('./Images/contentBottomBg.jpg');
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}
.bottomBgFade
{
	height:15px;
	width:100%;
	background-image:url('./Images/bgBottomFade.jpg');
	background-position:top;
	background-repeat:repeat-x;
}
.bottomTable
{
	padding:0px;
	margin:0px;
	width:100%;
	text-align:center;
	color:#4c4e56;
	background-color:#fff;
	border:0px;
}
.bottomLinks a
{
	text-decoration:none;
	color:#4c4e56;
	font-size:7.5pt;
}
.bottomLinks a:hover
{
	border-bottom:solid 1px #4c4e56;
	color:#4c4e56;
	font-size:7.5pt;
}
.bottomLinks a:visited
{
	text-decoration:none;
	color:#4c4e56;
	font-size:7.5pt;
}
.smiInfo
{
	font-size:7.5pt;
	color:#4c4e56;
	vertical-align:middle;
	text-align:center;
}

/*Added by BGG 08-13-2007*/
.linkNoHover a
{
	text-decoration:none;
	color:#4c4e56;
	font-size:9pt;
}
.linkNoHover a:hover
{
	text-decoration:none;
	color:#4c4e56;
	font-size:9pt;	
	border-bottom: none;
}

.headerText
{
	color:#677ab4;
	font-size:16pt;
	font-family:Verdana,Arial;
	font-weight:normal;
}
.strongText
{
	color:Black;
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana, Arial;
}