a:link 
{
	color: #000;
	text-decoration: underlined;
}
a:visited 
{
	text-decoration: underlined;
	color: #000;
}
a:hover 
{
	text-decoration: none;
	color: #000;
}
a:active 
{
	text-decoration: none;
	color: #000;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003;
	
}
.mainBG 
{  
	background-image:  	url(bg.jpg);
	background-repeat:	no-repeat;
	width:				996px;
	height:				200px;
	bottom:				0px;
	position:			relative;
} 
.linkBAR
{
	width:				996px;	
	height:				14px;
}
.tabDIV
{
	float: 				left;
	width: 				166px;
	height:				28px;
	text-align: 		center;
	margin-top:			3px;
}
.mainTITLE
{
	float: 			left;
	height: 		175px;
	text-align: 	left;
	color: 			white;
	margin-left: 	10px;
	margin-top:		0px;
	width:			356px;
}
.mainFLASH
{
	float:			right;
	margin-top:		10px;
	margin-left:	10px;
	height:			160px;
	width:			620px;
}
.mainLEFT
{
	float:			left;
	color: 			white;
	width:			600px;
	margin-left:	10px;
	text-align:		left;
}
.mainRIGHT
{
	float: 			right;
	color: 			white;
	width:			376px;
	text-align:		right;
	margin-right:	10px;
}
.mainSUB
{
	float:			left;
}
.page
{
	width:			996px;
	height:			1000px;
	background-color:#E2E9E8;
}
.page1
{
	width:			996px;
	height:			450px;
	background-color:#E2E9E8;
}
.pageMARQ
{
	font-size:		10px;
}
.pageLEFT
{
	float:			left;
	text-align:		left;
	width:			675px;
	margin:			10px;
	background-color:#E2E9E8;
}
.pageRIGHT
{
	float:			right;
	width:			270px;
	margin:			10px;
}
.pageMQBAR
{
	width:				270px;
	background-color: 	#9CF;
	height:				20px;
}
.pageBOT
{
	float:			left;
	width:			995px;
	text-align:		center;
	font-size:		10px;
}
#menu ul .item
{
	display:none;
}
#menu ul:hover .item
{
	display:block;
}
#menu
{
	position:relative;
}
#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav a {
    display: block;
}
#nav li {
    float: left;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}


ul.dropdown {
	font-size: 14px;
 font-weight: normal;
}

	ul.dropdown li {
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #f6f6f6;
	 width:			200px;
	 text-align:	left;
	 color: #000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 249px;
	 margin-top: 1px;
	}

		ul.dropdown ul li {
			font-size: 14px;
		 font-weight: normal;
		}



/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
 text-align:	center;
 width:			165px;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}
ul.dropdown dropdown-horizontal
{
	padding:		0px;
	width:			1000px;
	background-color: #f6f6f6;
}
.breadcrumbs 
{
	margin-bottom: 1.0em;
}
div.divTextBody 
{
	padding-bottom: 20px;
	float: left;
	width: 579px;
	margin-left: 0px;
	padding-left: 40px;
	padding-right: 40px;
	overflow: hidden;
}
	
.divTextBody h2#pageHeading 
{
	font-size: 220%;
	font-weight: bold;
	margin-bottom: 10px;
}
.blocktxt
{
	font-size: 13px;
}


