html, body
{
	height: 100%;
	padding: 0;
	margin: 0;
}

#mainShell
{
	width: 100%;
	height: 100%;
	background: url(bgbody.gif) repeat;
}

#mainShell td
{
	vertical-align: middle;
	text-align: center;
}

th, td, p
{
	color: #cccccc;
	text-align: left;
	font: 11px;
	font-family: Arial, Verdana;
}

div.content
{
	height: 500px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
   background: #333333 url(bgmain.jpg) top left no-repeat;
}

div.head
{
	height: 120px;
}

div.linkeNavigation
{
	width: 140px;
	height: 380px;
	float: left;
	text-align: left;
}

div.content2
{
	float: left;
	height: 380px;
	width: 640px;
   overflow: auto;
	color: #cccccc;
	text-align: left;
	font: 11px;
	font-family: Arial, Verdana;
	scrollbar-face-color:#525252;
	scrollbar-highlight-color:#525252;
	scrollbar-3dlight-color:#333333;
	scrollbar-darkshadow-color:#333333;
	scrollbar-shadow-color:#525252;
	scrollbar-arrow-color:#333333;
	scrollbar-track-color:#525252;		
}

div.content2 div.des1
{
   padding: 5px 150px 25px 25px;
   color: #cccccc;
   text-align: left;
   font-size: 11px;
   font-family: Arial, Verdana;
}
div.content2 div.des1 li
{
   list-style: square inside;
   list-style-image: url(bulltext.gif);  
}
  

div.content2 a:link,
div.content2 a:visited,
div.content2 a:hover
{
	color: #FF9900;
	font: 11px;
	font-family: Arial, Verdana;
	text-decoration: none;
	font-weight: bold;
}

div.content2 a:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

div.linkeNavigation div.here,
div.linkeNavigation a:link,
div.linkeNavigation a:visited,
div.linkeNavigation a:hover
{
	display: block;	
	/width: 100%;
	padding: 3px 5px 3px 25px;
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

div.linkeNavigation a:hover
{
	color: #ffffff;
	/*background: #000000;*/
	/*filter: alpha(opacity=50);*/
	/*-moz-opacity: 0.5;*/
}

div.linkeNavigation font.high
{
	color: #ffffff;
	/*background: #000000;*/
	/*filter: alpha(opacity=50);*/
	/*-moz-opacity: 0.5;*/
}

div.linkeNavigation li.normal
{
   list-style: square inside;
   list-style-image: url(bullet.gif);
   
}

div.linkeNavigation li.high
{
   list-style: square inside;
   list-style-image: url(bullethigh.gif);
   
}

div.content2 div.formleft
{
	/*vertical-align: top;*/
	float: left;
	width: 100px;
}

div.content2 div.formright div.input
{
	/*vertical-align: top;*/
	width: 300px;
}

div.content2 div.pdf
{
   float: left;
   margin-right: 20px;
   margin-left: 20px;
	margin-top: 20px;
   margin-bottom: 20px;
}

textarea, input
{
   border-right: #cccccc 1px solid;
   border-top: #cccccc 1px solid;
   background: #525252;
   border-left: #cccccc 1px solid;
   border-bottom: #cccccc 1px solid;
   font-size: 11px;
   font-family: Arial;
   color: #ffffff;
   scrollbar-face-color:#525252;
	scrollbar-highlight-color:#525252;
	scrollbar-3dlight-color:#333333;
	scrollbar-darkshadow-color:#333333;
	scrollbar-shadow-color:#525252;
	scrollbar-arrow-color:#333333;
	scrollbar-track-color:#525252;	
   text-decoration: none;	
}
