body
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #4b8785;
} /*137DCF*/
.content
{
 	padding-left: 1em;
 	padding-bottom: 10px;
 	width: 97%;
}
.imgBorder
{
	border: 1px solid #000000;
}
.bgLeft
{
	margin: 0px;
	padding: 0px;
   background-image: url(/images/layout/bgleft.jpg);
   background-repeat: repeat-y;

}
.bgRight
{
	margin: 0px;
	padding: 0px;
   background-image: url(/images/layout/bgright.gif);
   background-repeat: repeat-y;
}
.bgBot
{
	margin: 0px;
	padding: 0px;
   background-image: url(/images/layout/bgbot.gif);
   background-repeat: repeat-x;
}
p, .normal
{
	color: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
}
a
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	color:  #137DCF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	color: #0064B1;
	font-weight: bold;
	text-decoration: underline;
}
a:hover
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	color: #06AF81;
	font-weight: bold;
	text-decoration: none;
}
.head
{
	color: #137DCF;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.subhead
{
	color: #4b8785;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.title
{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.textsmall
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.textsmall a
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	color:  #D8EBF7;
	text-decoration: none;
}
.textsmall a:visited
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #D8EBF7;
	text-decoration: none;
}
.textsmall a:hover
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #06AF81;
	text-decoration: none;
}

/*Menu Styles*/
.menu
{
   position:relative;
   background-color:#1FA089;
   border:1px solid #2682C7;
   width:150px;
   font-size:11px;
   font-family:verdana;
   font-weight: bold;
   position:absolute;
   cursor:hand;
}
.item_panel
{
    width:150px;
    border-left:1px solid #2682C7;
    border-right:1px solid #2682C7;
    clip:rect(0,150,0,0);
    position:absolute;
    cursor:hand;
}
.item_panel a
{
   text-decoration:none;
   color:black;
   cursor:hand;
}
.item
{
   background-color:#1FA089;
   width:148;
   font-size:10px;
   font-family:verdana;
   cursor:hand;
}

/*Menu Styles*/
.leftbg
{
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}
.leftbg a
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color:  #000000;
	font-weight: bold;
	text-decoration: underline;
}
.leftbg a:visited
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.leftbg a:hover
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
div#nav
{
	position: relative
	text-align:left;
	padding:0px;
	margin: 0px;

}
div#nav a
{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	color:  #000000;
	font-weight: bold;
	text-decoration: none;
}
.menutitle
{
	cursor:pointer;
	margin-bottom: 1px;
	color:#000000;
	width:163px;
	padding:2px;
	text-align:left;
	font-weight: bold;
}
.submenu
{
	margin-bottom: 0.5em;
	margin-left: 1.1em;
}
.submenu a
{
	text-decoration: underline;
}


hr
{
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
	width: 80%;
	text-align: center;
}
ol li
{
	font-weight:bold;
	font-size: 14px;
}
ol li ol li
{
	font-weight:normal;
}
.border
{
	width: 95%;
	padding: 3px;
	border-color: #cccccc;
	border-style: solid;
	border-top-width: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}
.noborder
{
	width: 95%;
	padding: 3px;
	border: none;
}
.width230
{
	width: 230px;
}