/* CSS Document */
body {
	margin: 3em; 
	background-image:url(images/bg_full.jpg);
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* Top Left Overlay Graphic*/
#topgraphic{
	z-index: 100; 
	position: absolute; 
	left: 0px; 
	top: 0px;
	width: 180px;
	height: 186px;
}
/* Top Header_Logo*/
#top{
	position: absolute;
	left: 150px;
	top: 0px; 
	width: 720px; 
	height: 50px;
	color:white;
}
/* navbar*/
#navbar{
	z-index: 10;
/*	background:url(images/back_top.jpg);*/
	color: white;
/*	text-align:center;*/
	position: absolute; 
	left: 150px;
	top: 50px; 
	width: 720px; 
	height: 20px;
/*	border: white 2px solid;*/
}
#breadcrumb{
	position: absolute;
	color: white;
	left: 225px;
	top: 5px;
	width: 480px;
	height: 20px;
/*background:url(images/bg_crumb.jpg);*/
}
/* Main Content Block*/
#main{
	position: absolute; 
	left: 150px;
	top: 70px;
	width: 75%; 
	height: 55%;
}

/* feature float*/
#feature{
	position: absolute; 
	left: 10px;
	top: 5px;
	color: white; 
	width: 200px;
	height: 240px;
	font-size: 80%;
}

#maincontent_sm {
	position: absolute; 
	left: 225px;
	top: 30px;
	background-color:#000000;
	width: 65%;
	height: 100%;
	color: white; 
	overflow:auto;
	SCROLLBAR-BASE-COLOR: #000000;
	border: #666666 1px solid;
}

#maintext {
padding-left: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
}
#maintext hr{
	width: 80%;
	height: 2px;
	color: #9999CC;
	text-align: center;
}
#faqtext{
font-size: 16px;
font-weight:bold;
text-align:center;
}
#faqmain{
padding-left: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#faqmain hr{
	width: 85%;
	height: 2px;
	color: #9999CC;
}
#important{
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	line-height: 2em;
	color:#FF0000;
}

#maincontent_bg {
	position: absolute; 
	left: 225px;
	top: 30px;
	background-color:#000000;
	width: 75%;
	height: 100%;
	color: white; 
	overflow:auto;
	SCROLLBAR-BASE-COLOR: #000000;
	border: #666666 1px solid;
}
/* First Sub */
#firstsub{
	position: absolute; 
	left: 10px; 
	top: 255px; 
	width: 200px;
	height: 80px; 
	color: white;
/* 	background:url(images/bg_button_sm.jpg);*/
	border: #666666 1px solid;
}
#secondsub{
	position: absolute; 
	left: 10px; 
	top: 345px; 
	width: 200px;
	height: 80px; 
	color: white; 
	border: #666666 1px solid;
}
#thirdsub{
	position: absolute;
	left: 225px;
	bottom: 30px;
	width: 235px;
	height: 80px; 
	color: white; 
	border: #666666 1px solid;
}
#forthsub{
	position: absolute; 
	left: 470px; 
	bottom: 30px; 
	width: 235px;
	height: 80px; 
	color: white; 
/* 	background:url(images/bg_button_bg.jpg); */
	border: #666666 1px solid;
}
/* Footer Div */
#footer{
/*	z-index: 2; */
	position: absolute;
	left: 10%;
	bottom: 1px; 
	background-color: #000000; 
	width: 80%; 
	height: 20px;
	color: white;
	border: #666666 1px solid;
}

/*normal links in the text*/
a:link {
  color: #9999CC; 
  text-decoration: none; 
}
a:visited {
  color: #FF9999; 
  text-decoration: none; 
}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #999999; 
  text-decoration: underline; 
}
a:active {/*colour in NN4.xx is red*/ 
  color: #9999CC; 
  text-decoration: underline; 
}

/* FORM STYLE */
.shadeform	{
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url("images/shadeform.gif");
	text-align: left;
	WIDTH: 220PX;
	BORDER: #000000 1px solid
}
.formtext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

/* Heading Styles
h1 {
font-family: Verdana,Arial,sans-serif;
color: #000000;
font-size: 14px;
font-weight: normal;
text-decoration: none;
}

h2 {
font-family: Tahoma,Arial,sans-serif;
color: #990000;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}
*/