a {
color: #0000cc;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

body {
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
font-size:14px;
font-weight: normal;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #006600;
	margin-bottom: 2pt;
}
h2 { font-size: 130%; } 
h3 { font-size: 100%; font-weight: bold; color: #990033; } 
h4 { font-size: 120%; } 
h5 { font-size: 10pt; font-weight: normal; margin: 0px; } 

/*** global nav bar is the main horiz. bar at top of each page ***/
#globalnavbar {
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: normal;
color: #999999;
background-color: #336699;
margin-left:5px;
margin-right:5px;
}

#globalnavbar a {
color: #ffffff;
text-decoration: none;
margin-left:5px;
margin-right:5px;
}

#globalnavbar a:hover {
color: #ffffff;
text-decoration: underline;
margin-left:5px;
margin-right:5px;
}

#globalnavbar a:current {
color: #000099;
margin-left:5px;
margin-right:5px;
}

#globalnavbar span#divider {
color: #999999;
margin-left:5px;
margin-right:5px;
}

#globalnavbar span#current {
color: #FFFF00;
text-decoration: none;
background-color: #336699;
margin-left:5px;
margin-right:5px;
}

.title {
    font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: bold;
	font-size: 12pt;	
}

.subTitle {
    font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: bold;
	font-size: 10pt;	
}

/*** conferences.php ***/
.fontDate {
    font-family: Times New Roman, Times, serif;
	color: #000000;
	font-weight: normal;
	font-size: 11pt;	
}

.fontTitle {
    font-family: Times New Roman, Times, serif;
	color: #660099;
	font-weight: bold;
	font-size: 11pt;	
}

.fontBold {
    font-family: Times New Roman, Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11pt;	
}

.fontOrg{
    font-family: Times New Roman, Times, serif;
	color: #333333;
	font-weight: normal;
	font-size: 11pt;	
}

.fontAddress{
    font-family: Times New Roman, Times, serif;
	color: #006699;
	font-weight: normal;
	font-size: 11pt;	
}

.fontType {
    font-family: Times New Roman, Times, serif;
	color: #990000;
	font-weight: normal;
	font-size: 11pt;	
}

.fontAd {
    font-family: Times New Roman, Times, serif;
	color: #333333;
	font-weight: normal;
	font-size: 11pt;	
}

.fontGrey {
    font-family: Times New Roman, Times, serif;
	color: #808080;
	font-weight: normal;
	font-size: 11pt;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}

/*news*/
a.tickl{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;line-height:12px;text-decoration:none;color:#339900;font-weight:bold;}
a.tickl:hover{color:#336600;text-decoration:none;}
.ticki{width:629px;height:13px;overflow:hidden;}
.ticko{width:629px;border-top:1px solid #FFFFFF;border-bottom:1px solid #990000;padding:1px 0 4px 0;margin:4px 0 0px 0;display:block;}
.tickls{color:#FF6600;}
.tickh{display:none;}
 
 /*fonts for error messages*/
#errors {
	text-align: left;
	width: 600px;
	border: 1px solid #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000CC;
	padding:10px 0px 10px 10px;
}