
body {
  width: auto;
  background-color: #ffffff;  
  color: #000000;
  margin: 0px;
  padding: 0px;	
}

/* the next two entries are commented out because they make all links appear as
normal text. (pbd)  */ 
/*a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #AABBDD;
  text-decoration: underline;
}
*/

form {
	display: inline;
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	color: #006600;
}

#banner
{
	width: 775px;
	height: 47px;
	margin: 0px;			
	padding: 0px;			
	border: 0px;
	color: #000000;
	background-color: #ffffff; 
        background-image:  url(file:///C|/XFERRED/mgpbd/images/mg_banner_opening.jpg);
	background-repeat: no-repeat; 
/*	display: block; */
	text-align: right;
}

#nav_bar, #credits_bar
{
  	width: 775px;
	margin: 0px;			
	padding: 0px;			
	border: 0px;
	background-color: #ffce00;
}

/* Tantek's hack employed so that width will be the same under IE as it is 
under other browsers.  Widths are determined as follows:
    IE Width:             154
-   Left & Right Padding:  10     
-   Left & Right Margins:   0
-   Left & Right Borders:   0         1
    -------------------------
    Non-IE Width:         144   
*/
a.nav_bar_link:link  
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.nav_bar_link:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #000111;
	text-decoration: none;
}

a.nav_bar_link:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

a.nav_bar_link:active 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	background-color: #111100;
	color: #009933;
	text-decoration: none;
} 

a.red_link:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #DA171B;
	text-decoration: underline;
} 

#main_table
{
	width: 775px;
	margin: 0px;
	padding: 0px;
	border: 0px; 
}


/* Tantek's hack employed so that width will be the same under IE as it is 
under other browsers.  Widths are determined as follows:
    Total width:          775
-   Sidebar:              154
    -------------------------
    IE Width:             621
-   Left & Right Padding:  20     
-   Left & Right Margins:   0
-   Left & Right Borders:   0         1
    -------------------------
    Non-IE Width:         601   
*/
#main_content
{
	text-align: left;
	vertical-align: top;
	margin: 0px;			
	padding: 10px 10px 10px 10px;			
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	background-image:  url(file:///C|/XFERRED/mgpbd/images/mg_background.jpg);
	background-repeat: repeat-y; 
	width: 621px;
	voice-family: "\"}\"";			
	voice-family: inherit; 
	width: 601px;				
}

html>body div#main_content {width: 601px;} 	/* "be nice to Opera" hack */
a
{
	color: #000000;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	padding 0px;
	color: #000000;
}

 

