/* CSS Document test */


body
{
  margin: 0;
  padding: 0;
  background-color: white;  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal; 
  font-size: 70%; 
}

.hide
{
	display: none;
}



/* take out border round all images */


.masthead img
{border:0px;
}

/* top navigatio styles*/
#topnav
{
	display: none;	
}

#topnav img
{border:0px;}

/*contains main nav and all contents*/
#content
{
 padding: 5px;
  margin: 5px;

}

#content h1, #content h2, #content h3, #content h4
{
  font-weight: bold;
}

#content h1
{
  font-size: 165%;
}

#content h2
{
  font-size: 130%;
}

#content h3
{
  font-size: 115%;
}

#content h4, #content h5, 
{
  font-size: 100%;
}

#content .small
{
  font-size: 84%;
}

#content a
{
  border: 0px;  
  color: blue;
  text-decoration: none;

}

#content a:hover
{
  border: 0px;  
  text-decoration: none;
  color: red;
  
}

/* left navigation styles (c)*/
#main_nav
{

display: none;
}

#main_nav p
{
  margin: 0px;
  padding: 7px 7px 10px 15px;
  border: 0px;
  border-right: 1px;
  border-bottom: 1px;
  border-color: #666666;
  border-style: solid;
  color: #666666;  
  font-weight: bold;
}



/* address style*/
#address p
{
	border: 0px;
	padding: 15px;
	margin: 0px;
	margin-top: 2px;
	margin-left: 15px;
	color: #000000;
	font-size:75%;
	font-weight: normal;	
}


/* breadcumb styles*/
#breadcrumbs
{
display:none;
}


#breadcrumbs p
{
margin-top:10px;
margin-bottom:20px;
font-size: 95%;
font-family: Arial, Helvetica, sans-serif;
}


/*sub navigation styles */
#subnav
{
display:none;}



/*sidebar*/
#sidebar
{
display:none;

}

/*footer*/

#footer
{
	/* border: 1px;
	border-color: #cccccc;
	border-style: dotted; */
	width: 97%;
  font-size: 80%;
}

.footerbar
{	
	width: 100%;
	height: 1px;
}

.fversion
{	
	
}

.pversion
{	
display: none;
}

#footerlinks
{	
	position:relative;
	top:-50px;
	width:97%;
	padding-right:30px;		
	text-align: right;
}


#copyright
{
width:97%;}

#copyright p, #footerlinks p
{
	margin: 0;
	padding: 0;
	height: 50px;
	
}


/* for lists with arrows as bullet points */
.arrow
{
	list-style-image: url("arrow_right.gif");
}

/* for lists with fake twisties */
.arrowdown
{
	list-style-image: url("arrow_down.gif");
}

/* for lists that require spacing between their items */
.spaced
{
	margin-bottom: 1em;
}


/* mba styles */

#banner

{



}

#subnavmba
{
display:none;}



.table_data td{
 font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal; 
  font-size: 70%; 
}



