body {
	font: normal 10pt "Arial";
	}
	
	/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

.gene {font-weight:bold; color:#484848}	


a {color:#dc143c; font-weight:normal; text-decoration:none;}
a:link {color:#dc143c; font-weight:normal; text-decoration:none;}
a:visited {color:#dc143c; font-weight:normal; text-decoration:none;}
a:hover {color:#dc143c; font-weight:normal; text-decoration:none; border-bottom: 2px dotted #dc143c;}
td.a:hover {color:#dc143c; font-weight:normal; text-decoration:none; border-bottom: 2px dotted #dc143c;}


#hdr {
 height:110px;
 border: 1px solid #359BCC;
 background: url("http://www.acgs.org/images/hdr-back.jpg");
 color: #333333;
 margin-bottom: 5px;}

#main #yellowbox {
	border: 1px solid #FFCB01; 
	background-color: #ffffcc;
	text-align: center;
	width: 235;
	padding: 6px;
	float:right;
	width:230px;
	margin-left: 10px;
	}

#main #bluebox {
	float: left;
	padding: 7px;
	border: 1px solid #3399CC;
	width: 300;
	background-color: #EAF5FA;
	margin-right: 10px;
	}
				
h1 {
	font-size:14px;
	padding-top:10px;
	}
	
.footer {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	margin-top: 60px; 
}

.secttitle {
    font-family: verdana, verdana, sans-serif;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20;
	margin-bottom: 0;
	}

.secttitle2 {
    font-family: verdana, verdana, sans-serif;
	font-size: 12px;
	color: #dc143c;
	font-weight: bold;
	margin-top: 20;
	margin-bottom: 0;
	}	

.catbox {background-color: #EAF5FA}
	
.updated {
    text-align: right;
	margin-right: 20px;
	font-size: 10px;
	color: #cacaca;
	}
	
blockquote {
  background: transparent url(http://www.acgs.org/images/lquote.jpg) left top no-repeat;
  width: 650px;
}
blockquote div {
  padding: 0 30px;
  width: 650px;
  background: transparent url(http://www.acgs.org/images/rquote.jpg) right bottom no-repeat;
}
	
#breadcrumb {
	margin: 5px 0 0 0;
	color: #336699;
	font-size: 10px;
	margin-bottom: 5px;
	}
	
#breadcrumb a{
	color: #0066cc;
	}	

.toplink {
	margin-left: 140px;
	margin-right: 140px;
	color: #0066cc;
	text-align: center;
	font-size: 12px;
	border-top: 1px dotted #0066cc;}
	
	
#menu {
    height:30px;
    background:#00005E;
    color: #00005E;
    margin-bottom: 5px;}
 
#menu ul {
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li { /* all list items */
    float: left;
	position: relative;
	width: 90px;
}

#menu li ul {/* second-level lists */
	font-size: 10px;
	position: absolute;
	display: block; 
	top: 2em;
    left: 0;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

#menu li ul li ul  {/* third-level lists */
	position: absolute;
	display: block; 
	top: 0;
    left: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu ul a {
		font-size: 12px;
		display: block;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: #003399; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #00005E;
}
/* Hover Styles */
#menu ul a:hover { 
	color: #ffffff; 
	background: #0066cc; 
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	font: 10px verdana;
	color: #ffffff;
	background: #003399; /* IE6 Bug */
	border: 1px solid #00005E;
    padding: 5px; 
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #ffffff; 
	background: #00005E; 
	
} 

/* Icon Styles */
#menu li a.submenu {background:#00005E url("v_arrow.gif") no-repeat right; }
#menu li a.submenu:hover {background:#00005E url("v_arrow.gif") no-repeat right;}
#menu li ul a.submenu {background:#0099ff url("r_arrow.gif") no-repeat right;}
#menu li ul a.submenu:hover {background:#0099ff url("r_arrow.gif") no-repeat right;}

	
</style>
