/* * * * * * * * * * * * * * * * * * * * * * */
/* HTML TAGS (See also form and link styles) */
/* * * * * * * * * * * * * * * * * * * * * * */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 4px 0px 0px;
	padding: 0px;
	background: RGB(245,244,241) url(images/background.jpg) repeat-x fixed left top;
	height: 100%;
	width: 100%;
}
table {	font-size: 13px;}
li { padding-bottom: 5px;}

/* * * * * * * * * * * * * * * * * * * * * * */
/* LINK STYLES                               */
/* * * * * * * * * * * * * * * * * * * * * * */

a { 
	text-decoration:    underline;
	color:  rgb(102,153,153);
}
a:hover {
	text-decoration: underline;
}
#topMenuBox #borderedLinks a {
	letter-spacing: 1px;
	border: 1px solid rgb(92,92,92);
	text-decoration: none;
	color: #000000;
	padding: 4px 4px 4px 4px;
	margin-left: 4px;
	background: url(images/buttonBackground.jpg) repeat-x left top;
	}
#topMenuBox #topLeftLinks a {
	text-decoration:    none;
	color:  #FFFFFF;
	margin-right: 3px;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
#topMenuBox #borderedLinks a:hover {
	border: 1px solid #FFFFFF;
	background: url(images/buttonBackgroundFlip.jpg) repeat-x left top;
}
#announcementLink a {
   color: rgb(153,0,204);
}
/* * * * * * * * * * * * * * * * * * * * * * */
/* FORM STYLES                               */
/* * * * * * * * * * * * * * * * * * * * * * */




/* * * * * * * * * * * * * * * * * * * * * * */
/* LAYOUT DIVS & TABLES                      */
/* * * * * * * * * * * * * * * * * * * * * * */


#headerBox, #topMenuBox, #mainTable {
	margin-right: auto;
	margin-left: auto;
	border-color: rgb(92,92,92);
	border-style: solid;
}
#headerBox {
	width: 738px;
	background: #FFFFFF;
	border-width: 1px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
}
#topMenuBox {
	width: 743px;
	background: rgb(192,192,192);
	border-width: 1px 1px 1px 1px;
	font-size: 9px;
	padding: 4px 10px 4px 15px;
	text-align: right;
}
#borderedLinks {
	padding: 4px 0px 4px 0px;
}
#mainTable {
	width: 770px;
	background: #FFFFFF;
	border-width: 0px 1px 1px 1px;
}
#contentCell {
	width: 100%;
	padding: 10px 16px 30px 16px;
}
#contentCell ul {
	padding: 10px 10px 10px 4px;
	list-style: none;
	margin: 5px;
}
#leftMenuCell {
	width: 20px;
	background: rgb(242,240,235);
	text-align: left;
}
#geneLine {
    width: 100px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
}
#geneLine ul {
   list-style: none;
   padding: 0px 0px 0px 0px;
}
#geneLine ul a {
    text-decoration:    none;
	font-size: 13px;
	font-weight: bold;
	color:  rgb(102,153,153);
}
#geneLine ul a:hover {
    text-decoration:  underline;
	font-size: 13px;
	font-weight: bold;
	color:  rgb(0,0,102);
}
/* * * * * * * * * * * * * * * * * * * * * * */
/* TEXT HEADINGS AND STYLES                  */
/* * * * * * * * * * * * * * * * * * * * * * */

.bold {	font-weight: bold;}
.date {	font-size: 11px;
 	font-weight: regular;
 	color: #000000;
 }
.pageHeading {
	font-size: 115%;
	font-weight: bold;
	color: rgb(92,92,92);
	text-transform: uppercase;
}
p.pageHeading {  /* Netscape Fix */
	margin-top: 0px;
}
.categoryHeading {
    font-size: 13px;
	font-weight: bold;
	color: rgb(140,140,140);
}
.underline {
 	text-decoration: underline;
}
.italic {
	font-style: italic;
}