body {
  font-size: 		12px; 
  font-family: 		Arial,Helvetica,sans-serif; 
  font-weight:		normal; 
  color: 			#FFFFFF;
  width:			100%;
  height:			100%;
  position:			absolute;
  background-color: 		#ffffff ;
}



table { 
  text-align: 		left;
}

td { 
  font-size: 		12px;
  font-weight: 		normal; 
  color: 			#ffffff;
}

a {
  font-size: 		12px;
  font-weight: 		bold; 
  text-decoration: 	none; 
  color: 			#00659C;
}

a:link {
  font-size: 		12px; 
  font-weight: 		bold; 
  text-decoration: 	none; 
  color: 			#00659C;
}

a:visited {
  font-size: 		12px; 
  font-weight: 		bold; 
  text-decoration: 	none; 
  color: 			#00659C;
}

a:hover {
  font-size: 		12px; 
  font-weight: 		bold; 
  text-decoration: 	underline;
  color: 			#E55C1C;
}



h1 {
  color:			#00659C;
  font-size: 		16px;
  font-weight: 		bold;
  display:			inline;
}

h2 {
  color:			#00659C;
  font-size: 		14px;
  font-weight: 		bold;
  display:			inline;
}

h3 {
  color:			#00659C;
  font-size: 		12px;
  display:			inline;
}

img { 
  border-width: 		0px;
}



.container { 
  width:			1000px;
  margin:			auto;
  vertical-align:		top;

}

table.container, table.mainmenubar {
	  border-left: 1px solid #003366 ;
  border-right: 1px solid #003366 ;
  border-bottom: 1px solid #003366 ;
}

.hcontainer { 
  width:			800px;
  margin:			auto;
  vertical-align:		top;

}


.header {
  width:			100%;
  background: 		#FFFFFF;
}




.mainmenubar {
  width:			100%;
  background-color:     #FFFFFF;
}

.menusep { 
  background-color:	#003366;
  width: 			1px;
}

.menu1
{ 
  text-decoration: 	none;
  color:			#000000;
  padding:			5px 0px 5px 0px;
  width: 			250px;
  text-align:		center;
 /* border-bottom:		1px solid #FFFFFF;*/
}

a.menu1:link
{  
  color: 			#FFFFFF;
  padding:			5px 11px 5px 10px;
  display:			inline; 
  width: 			auto;
  text-decoration: 	none; 
  font-size: 		13px;
  
}

a.menu1:visited
{  
  color: 			#FFFFFF;
  padding:			5px 11px 5px 10px;
  display:			inline; 
  width: 			auto;
  text-decoration: 	none; 
  font-size: 		13px;
}

a.menu1:hover
{  
  color: 			#FFFFFF;
  padding:			5px 11px 5px 10px;
  display:			inline; 
  width: 			auto;
  text-decoration: 	none; 
  font-size: 		13px;
  background-color:     #ffffff;
}



.mainctnt { 
  background-color:	#000000;
  width:                        100%;
}

.mainctntcell { 
  vertical-align:		top;
  width:                        771;
  Height:                       555;
}

a.menul:link {  
  color: 			#cf7529;
  padding:			10px 0 10px 10px;
  width: 			auto;
  border-bottom:		1px solid #FFFFFF;
  display:			block; 
  text-decoration: 	none;
}

a.menul:visited {  
  color: 			#cf7529;
  padding:			10px 0 10px 10px;
  width: 			auto;
  border-bottom:		1px solid #FFFFFF;
  display:			block; 
  text-decoration: 	none;
}

a.menul:hover {  
  color: 			#FFFFFF;
  padding:			10px 0 10px 10px;
  width: 			auto;
  border-bottom:		1px solid #FFFFFF;
  display:			block; 
  text-decoration: 	none;
}



.menulend {  
  padding:			0px;
  width: 			auto;
  border-bottom:		1px solid #FFFFFF;
  display:			block; 
  text-decoration: 	none;
}

.footarea {  
  color: 			#FFFFFF;
  padding:			10px 10px 10px 10px;
  width: 			100%;
  background: 		#ffffff;
}

a.footlink {
  color: 			#FFFFFF;
}

a.footlink:link {
  color: 			#FFFFFF;
}

a.footlink:visited {
  color: 			#FFFFFF;
}

a.footlink:hover {
  color: 			#FFFFFF;
}



.footertext {
	  font-size: 		12px;
	  color: 			#FFFFFF;
	  font-weight: bolder;
	  font-style:italic;
}



.floatleft {
margin: 10px;
float: left;
}


.floatright {
margin: 10px;
float: right;
}


.clear {
clear:both
}

