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

body {
	background-image: url(images/bodyBG.gif);
	background-repeat:repeat-x;
	background-color:#f2f5f7;
	margin: 0px;
	padding-top:30px;
}
#container{
	margin:auto;
	padding:5px;
	width:984px;
	height:580px;
	background-color:#FFFFFF;
}
#pageContent{
	background-image:url(images/pageBG.gif);
	background-repeat:repeat-x;
	height:336px;
}
#bottom{
	width:984px;
	margin:auto;
}
#footer{
	width:350px;
	height:20px;
	float:left;
	padding:5px;
}
#copyRight{
	float:right;
	width:400px;
	height:20px;
	padding:5px;
	text-align:right;
}
.smallTxt{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size:11px;
	color:#53768a;
}
.largeTxt{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size:12px;
	color:#53768a;
	padding-bottom:2px;
}
.largeTxt2{
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	color:#53768a;
	padding-bottom:2px;
}
.bold{
	font-weight:900;
	color:#53768a;
}
a {
	color:#e43500;
	text-decoration:none;
}
a:hover {
	color:#e43500;
	text-decoration:underline;
}
.openClose{
	margin:0px 8px 0px 8px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#7b9bae;
	margin:26px 2px 0px 26px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	color:#3c6279;
	margin:26px 0px 0px 8px;
}
/*Home Page Colums*/
#leftColumnHome{
	width:615px;
	height:336px;
	float:left;
}
#rightColumnHome{
	width:369px;
	height:243px;
	display:inline;
	float:right;
	padding-top:93px;
}
.leftBGHome{
	background-image:url(images/indexBG.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.rightBGHome{
	background-image:url(images/indexBG2.gif);
	background-repeat:no-repeat;
}
#homeContent{
	margin:5px 230px 5px 26px;
	text-align:justify;
	line-height:18px;
}
/*Interior Page Colums*/
#leftColumnInterior{
	width:184px;
	height:336px;
	float:left;
	overflow-y:auto;
	overflow-x:auto;	position: relative;
}
#rightColumnInterior{
	width:798px;
	height:243px;
	display:inline;
	float:right;
	margin:0px;
}
#rightColumnInterior1{
	width:850px;
	height:323px;
	float:left;
	margin:0px;
}
#rightColumnInterior2{
	width:400px;
	height:243px;
	float:left;
	display:inline;
	margin:0px;
}
.leftBGInterior{
	background-color:#FFFFFF;
}
#interiorContent{
	width:745px;
	margin:8px 0px 0px 25px;
	text-align:justify;
	line-height:15px;
}
#breadCrumbTitle{
	width:154px;
	height:22px;	
	margin:0px 5px 0px 1px;
	padding:10px 0px 0px 8px;
	border-bottom:1px solid #dce4ea;
}
#breadCrumb{
	padding:8px 0px 0px 8px;
	line-height:20px;
}
.breadCrumbLink{
	text-decoration:underline;
	color:#446c83;
}
.breadCrumbLink2{
	text-decoration:none;
	color:#7594a6;
}
.executiveTitle{
	font-style:italic;
	font-size:13px;
	margin:0px 0px 10px 0px;
}
ul{
	margin:0px;
}
li{
	margin:0px;
	line-height:16px;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	color:#7594a6;
}
.break{
	float:none;
}
.floatL{
	float:left;
}
.inline{
	display:inline;
}