/* _______________ Universal _______________ */

A:link { color: #009; }
 A:visited { color: #009; } 
A:hover {
	color: #900;
	font-weight: bold; 
	text-decoration: none;
background-color: #c5e2fb}  

BODY {
	background-color: #fff;
	color: #000;
	margin: 2px;
}

.sygCopyright {
	font-family: verdana, "Lucida Sans Typewriter", helvetica;
	font-size: 10px;
}

/* _ Navigation Bar on Left Side_ */

.sygNav {
	background-color: #235fc1;
	color: #fff;
	font-size: 10px;
}

.sygNav A:link  { color: #c5e2fb; }
.sygNav A:visited { color: #c5e2fb; }
.sygNav A:hover {
	color: #900;
	font-weight: bold; 
	text-decoration: none;
    background-color: #c5e2fb
}

.sygNavText, .sygNavHighlight {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 3px;
}

A.sygNavText:link { 
color: #c5e2fb; }
A.sygNavText:visited { 
color: #c5e2fb; }

A.sygNavText:hover {
	color: #900;
	font-weight: bold; 
	text-decoration: none;
background-color: #c5e2fb}


.sygNavHighlight {
	background-color: #c00;
	color: #fff;
}

.sygNavCurrent {
	color: #900;
	font-weight: bold; 
	text-decoration: none;
background-color: #c5e2fb}

td.smblue {
	background: #FFFFFF;
	padding: 1px 1px 1px 1px;
text-align:center;
color: blue;
font-size: .9em;}

td.hd {
	background: #FFFFFF;	
    font-size: 1em;
	padding: 1px 1px 1px 1px;
	color: #020000;
text-align:center;
font-weight: bold;}

/* _______________ syg Main Page _______________ */

select {
background-color:#C5E2FB;
border:medium none;
font-family:Verdana,Geneva,Arial,Helvetica;
font-size:9px;
font-weight:bold;
}

.sygMainBody {
	font-family: verdana, "Lucida Sans Typewriter", helvetica;
	font-size: 11px;
}

.sygMainBody h4 {
background-color:#E9F8FE;
border:1px solid #BEE3F8;
color:#001B51;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:bold;
padding:3px;
}

#topmenu ul {
margin:0;
padding:0px 0px 0 0px;
list-style:none;
}
#topmenu li {
display:inline;
margin:0;
padding:0;
}
#topmenu a {
float:left;
background:url(../images/menuleft.gif) no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#topmenu a span {
float:left;
display:block;
background: url(../images/menuright.gif) no-repeat right top;
padding:5px 15px 4px 6px;
color:#888;
}

.tooltip { 
position:relative;
} 
.tooltip span { 
position:absolute;
left:-999em; 
} 
.tooltip:hover span, .tooltip:focus span {
left:105px;
padding:5px 10px;  
border:2px solid #000;
background:#999;
}

/* _______________ pop-up larger images _______________ */
#thumbwrap {
	margin:10px auto;
	width:400px; height:100px;
}
.thumb {
	float:left; /* must be floated for same cross browser position of larger image */
	position:relative;
	margin:3px;
}
.thumb img { 
	border:1px solid #000;
	vertical-align:bottom;
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover span { 
	visibility:visible;
	top:37px; left:37px; 
}

/* _____END of pop-up larger images _______________ */

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topmenu a span {float:none;}
/* End IE5-Mac hack */
#topmenu a:hover span {
color:#999999;
text-decoration: underline;}
#topmenu a:hover {
background-position:100% -42px;
}
#topmenu a:hover span {
background-position:100% -42px;
}