/* TAGS STYLES */
body
{
	font-family : Arial, Helvetica, sans-serif;
 	font-size : 10pt;
}

a
{
 font-family : Arial, Helvetica, sans-serif;
 font-size : 10pt;
}

ul
{
	margin-top:5px;
	margin-bottom:5px;
}
ol
{
	margin-top:5px;
	margin-bottom:5px;
}

.blockhighlight
{
	border:1px solid #CCCCCC;
	xbackground-color:#FFFFCC;
	background-color:#FFFFCC;
}

.lightblue
{
	background-color:#ECF5FF;
}

/* TEXT STYLES */
.pBOLD
{
	font-weight:bold;
}
.text
{
 font-family : Arial, Helvetica, sans-serif;
 font-size : 10pt;
 font-weight : normal;
 color : #003265;
}
.textsmall
{
 font-family : Arial, Helvetica, sans-serif;
 font-size : 8pt;
 font-weight : normal;
 color : #115C93;
}

/* SETTINGS FOR HORIZONTAL LINES */
.hr, .HR
{
	height: 2pt;
	width:590px;
	color : #003366;
	/* background-color sets vertical line color only */
	background-color:#003366;
}
.h1, .H1
{
	 font-family : Arial, Helvetica, sans-serif;
	 font-size : 12pt;
	 font-weight : bold;
	 color : #003265;
}
/* SETTINGS FOR ALL SECONDARY HEADINGS ON PAGES */
.h2, .H2
{
	 font-family : Arial, Helvetica, sans-serif;
	 font-size : 11pt;
	 font-weight : bold;
	 color : #003265;
}
/* SETTINGS FOR MINOR HEADINGS ON PAGES. */
.h3, .H3
{
	 font-family : Arial, Helvetica, sans-serif;
	 font-size : 10pt;
	 font-weight : bold;
	 color : #003265;
}

/* LINKS STYLES */

/* DEFAULT LINK STYLES 
   for topmenu and page links */
.link
{
	 font-family : Arial, Helvetica, sans-serif;
	 font-weight : bold;
	 color : #115C93;
}
.link:active
{
	 font-family : Arial, Helvetica, sans-serif;
	 font-weight : bold;
	 color : #cc0033;
}
.link:visited
{ /*	color: #003366;*/
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #800080;
}
.link:hover
{ /*	color: #003366;*/
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	xfont-size:10pt;
	color: #115C93;
}

/* MENU LINKS STYLES */
.menulink
{
	font-size : 7pt;
	font-weight : bold;
	color: #115C93;
	text-decoration:none;
	font-family : Arial, Helvetica, sans-serif; 
	padding-left:2px;
	padding-right:2px;
}
.menulink:active
{ 	
	font-size : 7pt;
	font-weight : bold;
	color: #115C93;
	text-decoration:none;
	font-family : Arial, Helvetica, sans-serif; 
	padding-left:2px;
	padding-right:2px;
}
.menulink:hover
{ 	
	font-size : 7pt;
	font-weight : bold;
	color: #115C93;
	text-decoration:none;
	font-family : Arial, Helvetica, sans-serif; 
	padding-left:2px;
	padding-right:2px;
}
.menulink:visited
{ 	
	font-size : 7pt;
	font-weight : bold;
	color: #115C93;
	text-decoration:none;
	font-family : Arial, Helvetica, sans-serif; 
	padding-left:2px;
	padding-right:2px;
}
.menulinksmall
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	color: #115C93;
	xfont-weight:bold;
	text-decoration:none;
}
.menulinksmall:hover
{
	color:  #ffffff;
	font-size : 7pt;
	color: #115C93;
	xfont-weight:bold;
	text-decoration:none;
}
.menulinksmall:active
{
	color: #caebfc;
	font-size : 7pt;
	color: #115C93;
	xfont-weight:bold;
	text-decoration:none;
}
.menulinksmall:visited
{
	color:  #115C93;
	font-size : 7pt;
	xfont-weight:bold;
	color: #115C93;
}
.menulinkleft
{
	font-size : 9pt;
	font-weight : bold;
	color: #115C93;
	text-decoration:underline;
	font-family : Arial, Helvetica, sans-serif; 
}

.menulinkleft:hover
{
	font-size : 9pt;
	font-weight : bold;
	color: #115C93;
	text-decoration:underline;
	font-family : Arial, Helvetica, sans-serif; 
}

.menulinkleft:active
{
	font-size : 9pt;
	font-weight : bold;
	color: #115C93;
	text-decoration:underline;
	font-family : Arial, Helvetica, sans-serif; 
}

.menulinkleft:visited
{
	font-size : 9pt;
	font-weight : bold;
	color: #115C93;
	text-decoration:underline;
	font-family : Arial, Helvetica, sans-serif; 
}

/* MENU STYLES */
.menuheading
{
	/*Removed width */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #ffffff;
	text-align: left;
	vertical-align: inherit;
	background-color : #003366;
	padding-left: 5;
	padding-top: 3;
}
/*td that encloses the left nav, when it exists, needs height setting so dividing line
  reaches the length of the page*/
#tdLeftNav
{
	height:100%;
}
/*td that encloses the content of the page, always 385px wide*/
#tdContent
{
	width:385px;
}
/*main table that encloses all body content of page (not header and footer)*/
#tblMain
{
	height:100%;
	width:100%;
}
/* div that encloses the header banner and nav of page*/
#ContentHead
{
	text-align:center;
}
/* div that encloses the header, footer and main content table
   has blue border and white background*/
#tableContainer
{
	background-color:#FFFFFF;
	border:2px solid #115C93;
	width:760px;
	margin-top:0px;
	xheight:800px;
}
/* div that encloses all that's included on right nav*/
#ContentRight
{
	margin-top:20px;
	width:150px;
}
/*style given to div at left of page that encloses the left menu when it exists*/
.leftmenucont
{
	border-width: 15px 1px 0px 0px;
	border-style:solid;
	height:100%;
	width:150px;
	margin-top:15px;
	xbackground-color:#FFF0F0;/*red*/
	xborder-color:#FF0000;/*red*/
	background-color:#ECF5FF;
	border-color:#115C93;
}
/*style given to div container around all menu links, to space them out*/
.leftmenu
{
	margin:2px 3px 15px 2px;
	xborder-left:3px solid #FF0000;
	padding:2px;
}
/*style set for footer section*/
.leftmenusect
{
	border-width: 0px 1px 0px 0px;
	border-style:solid;
	height:100%;
	width:152px;
	margin-top:0px;
	xbackground-color:#FFF0F0;/*red*/
	xborder-color:#FF0000;/*red*/
	background-color:#ECF5FF;
	border-color:#115C93;
}
/* SETTINGS FOR THE BODY OF CUSTOM MENUS */
.menubody, .MENUBODY
{
	/*Removed width, height */
	/* font-family : Arial, Helvetica, sans-serif; */
	font-size : 10pt;
	font-weight : bold;
	/* color of text only links will be default color */
	/* to change color of links put font tag in html  */
	color: black;
	text-align: left;
	vertical-align: top;
	background-color: #336699;
	padding-left: 3;
	padding-right: 0;
	padding-top: 3;
	padding-bottom: 0;
}

/* MENUS - The following added for Top nav */
.TopMenuStyle  
{
	color: #115C93;
	background-color: #B3CCE2;
	padding: 2px;
	font-weight:bold;
}
.menuStyle  
{
	color: #003265;
	xbackground-color: #D3E1EE;
	padding: 2px;
}

.menuSub
{
	position: absolute;
	z-index: 99;
	visibility: hidden;
	width: 120px;
	text-align:left;
}

.dropdown
{
	background-color: #D3E1EE;
	padding:2px 1px 2px 1px;
	border:1px solid #B3CCE2;
}

.dropdownhi
{
	background-color: #FFFFFF;
	padding:2px 1px 2px 1px;
	border:1px solid #B3CCE2;
}

.topMenuOn
{
	background-color: #E5EEF7;
	xborder:1px solid #115C93;
	padding:1px;
}
.topMenuOff
{
	background-color: none;
	border:0px;
	padding:1px;
}
.h4
{
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
