body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Tahoma;
	font-size: x-small;
	color:#000000
}

/* page style  *******************************************************/

#about
{
	width: 670px;
	padding: 10px;
	font-size: 11px;
	text-align: justify;
	margin-top:10px;
	margin-bottom:10px;
	font-size:10pt;
}
a:link, a:visited, a:active {color:#064212; text-decoration:none }
a:hover {color:gray }
input { font-family:Tahoma; font-size:x-small}

.topMenuinks a:link, a:visited, a:active {color:gray; font-size:xx-small; font-weight:bold; text-decoration:none}
.topMenuinks a:hover {color:white;}

#parts
{
	width: 700px;
	text-align: center;
}


.part_table
{
	width: 98%;
}

.part_title
{
	background: url('images/button1.png') repeat-x;
	background-color: Green;
	font-size: x-small;
	font-weight: bold;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: White;
	width: 33%;
}
.part_title_nobg
{
	font-size: x-small;
	font-weight: bold;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: White;
	width: 33%;
}

.part_text
{
	border: solid 1px #cccc99;
	margin: 0px;
	padding: 5px;
	text-align: justify;
	vertical-align: top;

}



/* banner menu *******************************************************/
#navcont
{
	margin-left: 5px;
}

#nav
{
	background: url('images/button1.png') repeat-x;
	height: 42px;
	margin-top: 24px;
	list-style: none;
	float: left;
}

#nav li
{
	float: left;
}

#nav a:link, #nav a:visited
{
	line-height: 42px;
	height: 42px;
	display: block;
	padding: 0 22px 0 12px;
	color: #fff;
	text-decoration: none;
	background: url('images/button_link.png') repeat-x;
}

#nav a:hover, #nav a:active
{
	background: #000 url('images/button_over.png') repeat-x;
	color: white;
	text-decoration: none;
}

#nav a#current
{
	background: #000 url('images/button_current.png') repeat-x;
	color: Green;
	text-decoration: none;
	font-weight:bold;
}


/* ===============================================================================
   ----------------------------------- NAV MENU ---------------------------------- 
   =============================================================================== */
#navlist
{
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 5px 0px;
	margin-right: 5px;
	font: normal 8pt tahoma, Verdana, sans-serif;
}

#navlist li
{
	list-style: none;
	margin: 0px;
	display: inline;

}

#navlist li a
{
	color: #F1F6FE;
	padding:8px 15px;
	margin-left: 3px;
	border-bottom: none;
	/*background: #2765AB url('Images/tab_bg.gif') bottom left repeat-x;*/
	text-decoration: none;
	background: url('images/button_link.png')   repeat-x;
}

#navlist li a:link
{
	color: #F1F6FE;

}
#navlist li a:visited
{
	color: #F1F6FE;

}

#navlist li a:hover
{
	
	background: #000 url('images/button_over.png') repeat-x;
	color: white;
	text-decoration: none;

}

#navlist li a#current
{
	color: Green;
	background: #FFFFC6;
	border-bottom: 1px solid #FFFFFF;
}

/* ===============================================================================
   ------------------------------- END NAV MENU ---------------------------------- 
   =============================================================================== */

