.arrow { margin-top: 3px; }
p{ color: black; font-size: 11px; margin-right:15px;font-family: Verdana, Geneva, Arial;margin-top: 0px; }
li  { color: black; font-size: 11px; font-family: Verdana, Geneva, Arial }
td  { font-size: 11px }

h1       { color: #000; font-weight: bold; font-size: 14px; font-family: Verdana, Geneva, Arial }
h2  { color: #000; font-weight: bold; font-size: 12px; font-family: Verdana, Geneva, Arial }
h3   { color: black; font-weight: bold; font-size: 11px; font-family: Verdana, Geneva, Arial }

.small9pt  { color: black; font-weight: bold; font-size: 9px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.boldwhite { color: white; font-weight: bold; font-size: 11px; font-family: Verdana, Geneva, Arial }
.timesitalic { font-style: italic; font-size: 11px; font-family: Times, "Times New Roman" }
.italic14 { font-style: italic; font-size: 14px; font-family: "Times New Roman" }

body {
	text-align:	center;
	padding:	0;
	margin:		0;
	font-size: 11px;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background:	url(../images/index/page_bg.gif);
}

form {
	padding:	0;
	margin:		0;
}

#pageBorder {
	background-image: url(../images/index/border.gif);
	text-align:left;
	width:775px;
}

#Outer {
	text-align:	left;
	width:		675px;
	margin:		auto;
}

#Header {
	height:		131px;
}

#MainBody {
	position:	relative;
	color: 		#333333;
	width:		675px;
	padding:	0;
	background: 	rgb(243,237,189);
}

#LeftColumn {
	float:		left;
	color:#000000;
	width:		147px;
	margin-right:	-5px;
	background: 	url(../images/common/side_bg.gif);
	background-repeat:repeat-y;
}

.footerStyle {
	color:#000000;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
}

#HeadImage {
	width:		528px;
	text-align:	left;
	padding:  0,0,0,0;
	background-color:#FFFFFF
}

#Content {
	width:		520px;
	text-align:	left;
	padding-left:	8px;
	padding-top: 8px;
}

#Footer 
{
	position:	relative;
	height:		86px;
	margin:		0;
	font-size:	9px;
}


#Footer a, #Footer a.visited, #Footer a.active, #Footer a:hover, #Footer a:hover.visted, #Footer a:hover.active {
	color: #000;
	font-weight:100;
	font:Arial, Helvetica, sans-serif;
} 
	
.crumbs {
	font-size:	8pt;
	background-color:#FFFFFF;
	padding-bottom: 8px;
}

.crumbs a, .crumbs a:visited, .crumbs a:active {
	font-weight:100;
	margin-bottom: 8px;
	text-decoration: none;
}

 .crumbs a:hover
 {
	text-decoration: underline;	
 }

a:link    
{
	color: #366; 
	font-size: 11px; 
	font-family: Verdana, Geneva, Arial; 
	text-decoration: none;
	font-weight: bold;
}

a:visited     
{
	color: #153640; 
	font-size: 11px; 
	font-family: Verdana, Geneva, Arial; 
	text-decoration: none ;
	font-weight: bold;
}

a:hover 
{
	color: #366; 
	font-style: normal; 
	font-size: 11px; 
	font-family: Verdana, Geneva, Arial;
	text-decoration: underline;
	font-weight: bold;
}

#LeftColumn ol {
	margin-top: 15px;
	margin-left: 11px;
	padding-left: 15px;
	line-height: 1.2em;
	list-style-type: none;
	list-style-image: url(/images/common/bullet.gif);
}

#LeftColumn ol li {
	margin: 5px 8px 0 0;
	padding: 0 0 3px 0;
}
#LeftColumn ol ol {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 5px;
	list-style-image: none;
	list-style-type: square;
}

#LeftColumn ol ol li {
	margin: 2px 0 0 0;
}

#LeftColumn ol li a {
	font-weight: bold;
	color: #333;
}


#LeftColumn ol ol li a {
	font-weight: normal;
	color: #333;
}


/* ******************[ Component Art Menu Styles (J.Dole) ] ***************************** */

nobr
{
	white-space: normal;
}
.TreeView
{
	font-weight: bold;
	color: #333;
	font-size: 11px; 
	font-family: Verdana, Geneva, Arial; 
	text-decoration: none ;
	padding-left: 8px; 
	cursor:hand;
	white-space: normal;
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;

}

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  cursor: default; 
}

.SelectedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  color:#366; 
  padding-top:2px;
  padding-bottom:1px;
  cursor: default; 
}

.MenuGroup
{
	cursor: hand;
	margin: 0px;
	padding: 0px;
}

.MenuItemActive, .MenuItemActive a
{
	background-image: url(/Images/navigation/menubg_off.gif);
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	text-indent: 1px;
	color: #FFFFFF;	
}

.MenuItemHover
{
	background-image: url(/Images/navigation/menubg_on.gif);
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	text-indent: 1px;
	color: #FFFFFF;	
}

.MenuItemFooter
{
	cursor: default;
	float: left;
	padding: 0px;
	margin: 0px;
}

/* ******************[ Component Art Menu Styles (J.Dole) ] ***************************** */


/* *************************[ End Component Art Styles ] ********************************* */


