/* CubaGenWeb site overall layout and typography 07/23/07 */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
}
 
h1, h2, h3 {
	color: #990000;
}

p {
	padding: 0px 5px 0px 5px
}

.menu-item {
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

.small-note {
	font-size: x-small;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
}

.italic-note {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

.regular-note {
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

.menu-head {
	color: #990000;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

.headline {
	font-size: small;
	font-weight: bold;
	color: #990000;
}

.newsitem {
	font-size: small;
	text-align: justify;
}

.black-border {
padding: 10px;
border: 3px solid black;
}

.current-page {
  /* font-size: larger; */
  border-style: solid;
  color: #009900;
}

a {
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover {background-color: #FFFF00;}

.bottom-bar {
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

.menu-subhead {
	font-size: small;
	font-weight: bold;
	color: #009900;
}

.underline {
	text-decoration: underline
}

.superscript {
	vertical-align: super; 
	font-size: smaller;
	font-weight: bold;
}

.power {
	vertical-align: super; 
	font-size: smaller;
}

.clearfloats {
clear: both;
}

.extrabig {
font-size: xx-large;
}

/* Primary Navigation Bar 
----------------------------------------------- */
#priNav, #biNav {
	width: 100%;
	float: left;	
	background: #990000;
	text-align: center;
	}
	
#priNav {
	height: 35px;
	}
	
#biNav {
	height: 50px;
	}	
	
#priNav ul, #biNav ul {
	list-style: none;
	margin-top: 10px;
	margin-left: 10px;
	}	
	
#priNav li, #biNav li {
	/* display: inline; */
	float: left;
	color: #FFC;
	padding: 0px 15px 0px 0px;
	}
	
#priNav a, #biNav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	}
	
#priNav a:hover, #biNav a:hover {
	color: #FF0000;
	}
	
#priNav a:active, #biNav a:active {
     color: #FFFF00;
	}

