﻿/* CSS Document */

#header				{ background-color:#015588;  }

#banner 			{ background-image:url("../images/blue-bg.png"); 
						background-repeat:no-repeat;  }
/*#banner	img			{ width:44px; height::60px;	} IFS Mar 10 2014 - ADDED BY ME ORIGINALLY BUT NOW DEFINED IN STYLES.CSS*/

#topnav 			{ border-top:0; }
#topnav ul			{ width:100%; float:left; margin:0px 0;	background-color:#015288; 
						 }
#topnav ul li		{ display:inline;	}
#topnav ul li a		{ float:left; padding:20px 20px; }

#topnav a:link		{ color:#fff;	}
#topnav a:visited	{ color:#fff;	}
#topnav a:active	{ color:#fff;	}
#topnav a:hover		{ color:#fff; background-color:#222;	}
#topnav a:focus		{ color:#fff;	}

#content a:link 	{ color:#015588	}
#content a:visited 	{ color:#015588;	}
#content a:active 	{ color:#015588;	}
#content a:hover	{ color:#000; text-decoration:underline;	}
#content a:focus	{ color:#015588;	}

#footer 			{ background-color:#015588;   }


