
 body {
   font-family: Tahoma, Verdana;
   font-size: 10pt;
 }

 img { border: 0px; }

 
#container {
	width: 800px;
	background-color: #DABFFF;
	margin: 0 auto;
	padding: 0;
	text-align: center;
} 

#header {
	background-color: #2D006B;
	margin: 0px;
	padding: 0px;
	}
/* start the top bar with rounded edges */ 
 
 #top_bar {
   width: 100%;
   background: #2D006B;
   height: 20px;
 }

 
 #top_bar_right_curve {
   float:  right;
   width: 20px;
   height: 20px;   
   background: url(images/ne.gif);
 }
 
 #top_bar_left_curve {
   float: left;
   width: 20px;
   height: 20px;   
   background: url(images/nw.gif);
 } 
 
/* end the top bar with rounded edges */ 


/* start the bottom bar with rounded edges */ 
 
 #bottom_bar {
   width: 100%;
   height: 20px;
   background: #2D006B;
 }
 
 #bottom_bar_right_curve {
   float:  right;
   width: 20px;
   height: 20px;   
   background: url(images/se.gif);
 }
 
 #bottom_bar_left_curve {
   float: left;
   width: 20px;
   height: 20px;   
   background: url(images/sw.gif);
 } 
 
/* end the bottom bar with rounded edges */ 

#left_side {
   float: left;
   width: 155px;
   background: #DABFFF;
}

#right_side {
   float: right;
   width: 155px;
   background: #DABFFF;
}
#main_content {   
   float: left;
   width: 480px;
   background: #ffffff;
   padding: 5px;
}

 
 #left_side h2, #right_side h2 {
   background: #B580FF;
   color: #2D006B;
   font-size: 13pt;
   text-transform: uppercase;
   margin-top: 0px;
   margin-bottom: 0px;
 }
#left_side h3, #right_side h3 {
   background: #B580FF;
   color: #2D006B;
   font-size: 10pt;
   text-transform: uppercase;
   margin-top: 0px;
   margin-bottom: 0px;
 }

.menu {
	width: 100%;
	float:left;
}



.menu ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu li {
	display: inline;
	/* for IE5 and IE6 */
}

.menu a {
	color: #483000;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 5px;
	padding-left: 5px;
	width: 145px;
/*	background-color: #B580FF;*/
	border-bottom: 1px solid #fff;
	text-align: left;
}


.menu a:link, .menu a:visited,.menu a:active {
	color: #483000;
}


.menu a:link, #menu a:visited {
	color: #483000;
	text-decoration: none;
}

.menu a:hover {
  background-color: #B580FF;
  color: #fff;
}

.menu li a#current {
  border-bottom: 3px solid #C0C018;
  background: #487890 ;
  color: #fff;
}

/* Menu 2 ends here */


 
 #main_content h1 {
   color: #2D006B;
   font-size: 15pt;
   text-transform: uppercase;
   margin-top: 0px;
   margin-bottom: 0px;
 }
 
 #main_content h2 {
   color: #2D006B;
   font-size: 13pt;
   text-transform: uppercase;
   margin-top: 0px;
   margin-bottom: 0px;
 }

 #main_content h2 {
   color: #2D006B;
   font-size: 11pt;
   text-transform: uppercase;
   margin-top: 0px;
   margin-bottom: 0px;
 }
#main_content p {
	font-size: 14px;
	padding: 3px;
	


}
 a:link, a:active,a:visited {
   color: #2D006B;
   text-decoration: none;
 }
 
 a:hover  {
   color: #DABFFF;
 } 
 
 #footer {
   width: 100%;
   font-size: 8pt;
   text-align: center;
 }
 