﻿.generalpage
{
background-color: #ebeee3;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
}

.maintable
{
background-color: #fff; 
border: 2px solid #339e6e;
}

.textbox1
{
width: 2000px;
height: 5px;
}

.content7
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: #000000; 
	font-weight: normal;
	font-style: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
	text-align: left; 
}
.content
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	font-weight: normal;
	font-style: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
	text-align: left; 
}
.content9
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000; 
	font-weight: none;
	font-style: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
	text-align: left; 
}
.contentbold
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
	text-align: left; 
}
.leftmenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: none; 
	text-align: left; 
}
.leftmenuOver
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #ffffff; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: underline; 
	text-align: left; 
	background-color: #00754d;
}
.leftmenucategories
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #ffffff; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: none; 
	background-color: #344EA1;
	text-align: left; 
}

.leftmenucategories:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #ffffff; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: underline; 
	background-color: #344EA1;
	text-align: left; 
}
.leftMenuBack
{
	background-color: #7EB07E;
	Border-right: 1px solid #344EA1;
	vertical-align: top;
}
.blueBar
{
	background-color: #344EA1; 
}
.blueborder
{
	border: 1px solid #344EA1; 
}

.greenborder
{
	border: 1px solid #339e6e; 
}
.topmenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #00754D; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: none; 
}
.topmenu:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #00754D; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: underline; 
}
.catheader
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #ffffff; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: none; 
	background-color: #344EA1;
	text-align: center; 
}
.textbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	text-align: left;
	width: 20px;
	height: 15px;
}
.pageborder
{
border: 1px solid #000000;
} 
/* style the outer div to give it width */
.menu {
width:960px; 
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:160px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:160px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
font-weight:bold;
text-decoration:none; 
color:#fff; 
width:149px; 
height:16px; 
border:1px solid #fff; 
border-width:0 1px 0 0 ; 
background:#339e6e; 
padding-left:10px; 
line-height:8px;

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:160px;
width:149px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#EcE9D7;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:23px;
left:0; 
width:160px;
z-index: 1 
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:23px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:160px; 
top:0;
width:160px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

.generalpage
{
background-color: #ebeee3;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
}

.maintable
{
background-color: #fff; 
border: 2px solid #339e6e;
}
.imagefix
{
display:block;
}

.header
{
font-family: arial, helvetica, sans-serif; 
font-size: 10pt; 
color: #000; 
font-weight: bold; 
text-align: left; 
vertical-align: middle;
}

.h1
{
font-family: arial, helvetica, sans-serif; 
font-size: 18pt; 
color: #000; 
font-weight: bold; 
text-align: left; 
vertical-align: middle;
padding:0 0 0 0;
margin:0; 
margin-bottom:.5em;
display: inline; 
}
.textbox1
{
width: 100px;
height: 16px;
}

.thinborderhp
{
border: 1px solid #339e6e;
background-color: #F7FFEF;
}
.homepageul
{
list-style-image: url(../../../images/check.gif);
padding: 0 0 0 0;
margin: 0 0 0 0;
list-style-position: inside;
}
.homepageli
{
padding: 5px 0 5px 0;
list-style-position: inside;
}

.testsul
{
padding: 0 0 0 0;
margin: 0 0 0 18px;
list-style-position: outside;
}
.testsli
{
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 8pt; 
text-align: left; 
list-style-position: outside;
font-style: italic;
list-style-type:square; 
}
.testsul2
{
padding: 0 0 0 0;
margin: 0 0 0 5px;
list-style-position: outside;
}
.testsli2
{
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 8pt; 
text-align: left; 
list-style-position: outside;
font-style: italic;
list-style-type:none; 
}


.leftcolumnback
{
background-color: #ffffff;
text-align: left; 
vertical-align: top; 
border: 1px solid #339e6e;
}

.content7
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: #000000; 
	font-weight: normal;
	font-style: normal; 
	text-decoration: none; 

	text-align: left; 
}
.content8
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	font-weight: normal;
	font-style: normal; 
	text-decoration: none; 

	text-align: left; 
}
.content
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000; 
	font-weight: none;
	font-style: normal; 
	text-decoration: none; 

	text-align: left; 
}

.contentc
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #000000; 
	font-weight: none;
	font-style: normal; 
	text-decoration: none; 

	text-align: center; 
}

.contentbold
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: none; 

	text-align: left; 
}
.leftmenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: none; 
	text-align: left; 
}
.leftmenuOver
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #ffffff; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: underline; 
	text-align: left; 
	background-color: #00754d;
}
.leftmenucategories
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #ffffff; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: none; 
	background-color: #344EA1;
	text-align: left; 
}

.leftmenucategories:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #ffffff; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: underline; 
	background-color: #344EA1;
	text-align: left; 
}
.leftMenuBack
{
	background-color: #7EB07E;
	Border-right: 1px solid #344EA1;
	vertical-align: top;
}
.blueBar
{
	background-color: #344EA1; 
}
.blueborder
{
	border: 1px solid #344EA1; 
}

.greenborder
{
	border: 1px solid #339e6e; 
}

.thinborder
{
	border: 1px solid #000000; 
}
.topmenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #00754D; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: none; 
}
.topmenu:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #00754D; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: underline; 
}
.catheader
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #ffffff; 
	font-weight: bold;
	font-style: normal; 
	text-decoration: none; 
	background-color: #344EA1;
	text-align: center; 
}
.textbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: left;
	width: 20px;
	height: 15px;
}
.pageborder
{
border: 1px solid #000000;
} 
/* style the outer div to give it width */
.menu {
width:960px; 
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:160px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:160px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
font-weight:bold;
text-decoration:none; 
color:#fff; 
width:149px; 
height:16px; 
border:1px solid #fff; 
border-width:0 1px 0 0 ; 
background:#339e6e; 
padding-left:10px; 
line-height:8px;

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:160px;
w\idth:149px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#EcE9D7;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:23px;
left:0; 
width:160px;
z-index: 1 
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:23px;
t\op:23px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:160px; 
top:0;
width:160px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#ebeee3; 
font-family:  verdana, arial, helvetica, sans-serif;
font-size:8pt;
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:139px;
font-weight:normal;
border:1px solid #ffffff; 
border-width:0 1px 1px 1px ; 
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:179px;
w\idth:139px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#339e6f;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#339e6f;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


#leftnav {
width: 151px;
padding: 0;
}

#leftnavwrapper #leftnav #leftnavbody {

width: 143px;
margin-left: 4px;
margin-right: 1px;
font: 9pt  arial, helvetica, sans-serif;
margin-bottom: 20px;
}

#leftnavwrapper #leftnav #leftnavbody #leftnavbodyheader a, #leftnavwrapper #leftnav #leftnavbody #leftnavbodyheaderwithline a{
text-decoration: none;
color: #000000;
}

#leftnavwrapper #leftnav #leftnavbody ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#leftnavwrapper #leftnav #leftnavbody ul li {
margin: 0;
padding: 0;
}

#leftnavwrapper #leftnav #leftnavbody ul li a{
color: #000;
display: block;
padding: 0 4px 0 0;
text-decoration: none;
font: 9pt  Arial, helvetica, sans-serif;
}

#leftnavwrapper #leftnav #leftnavbody ul li a:hover, #leftnavwrapper #leftnavbody ul li a:focus {
background-color: #ebeee3;
color: #000;
text-decoration: underline;
}

#leftnavwrapper #leftnav #leftnavbody ul li.leftnavhighlight {
background-color: #ebeee3;
color: #000;
} 
