* {margin:0px;padding:0px;top:0px;left:0px;}
body{
	text-align: center;
	background-color: #44607e;
	height : 100%;
}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 750px;
	text-align: left;
	background-color: #FFFFFF;
	/*background-image: url(images/main_background.png);*/
}
#header{
	background-image: url(images/header.jpg);
	height: 130px;
	width: 750px;
	margin:0 auto;
	position:relative;
}
/*#header a{
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #44607e;
	text-decoration: none;
	margin-left: 112px;
	font-family: "Courier New", Courier, mono;
	margin-top: 35px;
}
*/#content{
	margin: 131px auto -30px;
	position: absolute;
	height: auto !important;
	height:100%;
	background-image: url(images/main_background.png);
	/*background-color: #FFFFFF;*/
}
#menu{
	/*white-space: nowrap;*/
	/*position: absolute;*/
	height: 0px;
	width: 225px;
	top: 140px;
	/*background-color: #B9D7FB;*/
	float: left;
}
#menu ul{
	list-style:none;
	margin:0px;
	padding-left:10px;
	padding-top:10px;
	/*background-color: #999999;*/
}
#menu li a {
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	text-decoration: none;
	font-weight:bold;
	padding: 0px 0px;
	text-align: left;
	/*vertical-align: bottom;*/
	/*color: #fff;*/
	font-weight: bold;
	font-family: Eras, Arial, Helvetica, sans-serif;
	/*background-image: url(images/button.gif);*/
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	padding: 0px 0 0 0px;
	}
	
#menu li a:hover {
	color: #000000;
	padding: 0px 0 0 0px;
	}
	
#menu li a:active {
	color: #000000;
	padding: 0px 0 0 0px;
	}
#submenu ul {
	list-style: none;
	padding-top: 0px;
}
#submenu li a {
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	text-decoration: none;
	font-weight:bold;
	text-align: left;
	/*color: #fff;*/
	font-weight: bold;
	font-family: Eras, Arial, Helvetica, sans-serif;
	/*background-image: url(images/button.gif);*/
	height: 20px;
	}	
	
#submenu li a:link, #submenu li a:visited {
	color: #000000;
	display: block;
	padding: 0px 0 0 0px;
	}
	
#submenu li a:hover {
	color: #000000;
	padding: 0px 0 0 0px;
	}
	
#submenu li a:active {
	color: #000000;
	padding: 0px 0 0 0px;
	}
#navlist{
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: absolute;
	height: 50px;
	width: 750px;
	top: 0px;
	background-color: #ccc;
}
#navlist li{
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 3px 10px;
	height: 20px;
	width: 91px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-family: Eras, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
}

#n1{left: 0px;}
#n2{left: 110px;}
#n3{left: 220px;}
#n4{left: 330px;}
#n5{left: 440px;}
#n6{left: 550px;}
#n7{left: 660px;}
/*#menu li{
	display: block;
	list-style-type: none;
	margin-top: 5px;
	width: 150px;
}
#menu a {
	padding: 3px 10px;
	background-image: url(images/button.gif);
	height: 25px;
	width: 150px;
	/*display: inline;*/
	/*position: absolute;*/
	/*text-align: center;
	color: #fff;
	text-decoration: none;
}
#menu a:hover{background-image: url(images/buttonover.gif);}
*/
#popupmenu{
	float: left; /* to keep the other floating objects contained*/
	position: relative; /* This can also be fixed or absolute*/
	width: 750px;
	
	/*Format */
	background-color: #ccc;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-style: solid;
	border-width: 1px 0 1px 0;	
}

#popupmenu ul{
	float: left;
	white-space: nowrap;
	margin: 0;  
	padding: 0;  
}

/* add more for each extra submenu level*/
#popupmenu ul li,
#popupmenu ul li ul li,
#popupmenu ul li ul li ul li,
#popupmenu ul li ul li ul li ul li
{ 
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
	list-style-type: none;
	position: relative;  
}
/* add more for each extra submenu level*/
#popupmenu ul li ul,
#popupmenu ul:hover li ul li ul,
#popupmenu ul:hover li ul li ul li ul,
#popupmenu ul:hover li ul li ul li ul li ul
{ 
	display: none;
	z-index: 1000;
}
/* First submenu level*/
#popupmenu  > ul > li:hover > ul{
	display: block; /*unhide it*/
	
	float: right;	
	position: absolute; /* It needs to be absolute
	for the effect to work.*/
	
	width: 8em;
	bottom: 1.1em; /* This places the the bottom of the 
	ul 1.1em from the bottom of the enclosing li. This 
	is the important part of the effect.*/
	
}
/* For the remaining submenu levels*/
/* add more for each extra submenu level*/
#popupmenu  ul  li  ul  li:hover  ul,
#popupmenu  ul  li  ul li ul li:hover  ul,
#popupmenu  ul  li  ul li ul li ul li:hover  ul{
	float: right;
	display: block;
	position: absolute;
	
	width: 7em;
	left: 6em;
	bottom: 3px; /* Required with some value or
	the effect will not work*/
}
#popupmenu ul li:hover ul li{ 
	display: block;
 	float: left;   
 	width: 100%;
}
#popupmenu ul li a{
	float: left;
	display: block;
	
	text-decoration: none;
	color: #000;
	padding: 0 .5em 0 .5em;
}
/* The on state for the link when you are on the submenu.
This should be before the hover state for the link itself*/
#popupmenu ul li:hover > a{
	background-color: #1A3148;
	color: White;
}
#popupmenu ul li a:hover
{ 
	background-color: #345D84; 
	color: White; 
}
#popupmenu ul li ul li a{ 
	float: none;
	
	/*border-color: #345D84;  
	border-style: solid; 
 	border-width: 0 1px 1px 1px;  */
	
 	background-color: #ccc;
 	color: #000;
	
 	font-size: 85%;
 	white-space: normal;
}
#popupmenu ul li ul li:first-child a{
	border-width: 1px 1px 1px 1px;
}
#rightside{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 747px;
	/*min-height: 475px;*/
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden;
	float: right;
}
#rightside p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-left: 20px;
    margin-right: 10px;
	margin-bottom: 25px;
	margin-top: 20px;
	text-align: justify;
    width: 710px;
}
#rightside h1{
	margin: 30px 10px 15px 10px;
	width: 740px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #033387;
}
#rightside h2{
	margin: 10px 10px 10px 10px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #033387;
}
#rightside th{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	vertical-align: top;
	max-width: 580px;
	text-align: justify;
}
#rightside textarea{
	margin-left: 20px;
}
#rightside span{
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 20px;
	/*width: 430px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#rightside ul{
	list-style-type: none;
	padding-top: 0px;
}
#rightside li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-left: 30px;
    margin-right: 10px;
	margin-bottom: 20px;
	text-align: justify;
    width: 700px;
}
#rightside ul li ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-left: 30px;
    margin-right: 10px;
	margin-bottom: 20px;
	text-align: justify;
    width: 670px;
}
#rightside a{color: #666666;}
#footer{
	background-image: url(images/footer.jpg);
	height: 30px;
	width: 750px;
	/*left: 0px;
	top: 0px;
	position: relative;
	/*background-repeat: no-repeat;*/
	background-position: bottom;
}
