/* General */

	body {
			background-color: #002D62;
			margin: 0px;
			padding: 0px;
			font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
			font-size: 14px;
			color: #ffffff;		
		}

	h1	{
			font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
			font-size: 25px;
			color: #FBB017;
			font-weight:bold;
			padding:0px;
			margin:0px 0px 15px 0px;
		}
		
		
	h2	{
			font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
			font-size: 25px;
			color: #FBB017;
			font-weight:bold;
			padding:0px;
			margin:0px 0px 5px 0px;
		}	
		
		
	.blue {
			font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
			font-size: 14px;
			color: #0F417B;
		}
		
	
		.bigyellow	{
			font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
			font-size: 20px;
			color: #FBB017;
			font-weight:bold;
		}
		
		.bigblue	{
			font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
			font-size: 20px;
			color: #0F417B;
			font-weight:bold;
		}
		
		
hr.thin {
height: 1px;
border: 0;
color: #FDD78B;
background-color: #FDD78B;
width: 100%;
} 
	
		
		
/* Divs */

	.topcontainer {	
			width: 100%;
			text-align: center;
			vertical-align:top;
			background-image: url(../images/bg01.gif); 
			background-position: top left;
			background-repeat: repeat-x;
			background-color: #ffffff;			
		}
		
	.topinner {	
			width: 959px;
			text-align: left;
			margin-left: auto;
			margin-right: auto;				
		}
		
	.btmcontainer {	
			width: 100%;
			text-align: center;
			vertical-align:top;
			background-color:#002D62;
		}
		
	.btminner {	
			width: 959px;
			text-align: left;
			margin-left: auto;
			margin-right: auto;				
		}		
		
		
		
/* Links */

a:link { font-weight: normal; color: #ffffff; text-decoration: none; }
a:visited { font-weight: normal; color: #ffffff; text-decoration: none; }
a:hover { font-weight: normal; color: #ffffff; text-decoration: underline; }

a.navon:link { font-size: 22px; font-weight: bold; color: #1758A3; text-decoration: none;}
a.navon:visited { font-size: 22px; font-weight: bold; color: #1758A3; text-decoration: none;}
a.navon:hover { font-size: 22px; font-weight: bold; color: #1758A3; text-decoration: none; }

a.navoff:link { font-size: 22px; font-weight: bold; color: #ffffff; text-decoration: none; }
a.navoff:visited { font-size: 22px; font-weight: bold; color: #ffffff; text-decoration: none; }
a.navoff:hover { font-size: 22px; font-weight: bold; color: #1758A3; text-decoration: none; }

a.yellow:link { font-weight: bold; color: #FBB017; text-decoration: none;}
a.yellow:visited { font-weight: bold; color: #FBB017; text-decoration: none;}
a.yellow:hover { font-weight: bold; color: #FBB017; text-decoration: underline; }

a.biglink:link { font-weight: bold; color: #0F417B; text-decoration: none;}
a.biglink:visited { font-weight: bold; color: #0F417B; text-decoration: none;}
a.biglink:hover { font-weight: bold; color: #0F417B; text-decoration: underline; }


/* Nav */

	.nav1off {
			background-image: url(../images/nav1off.gif); 
			background-position: top left;
			background-repeat: no-repeat;
			margin: 0px;
			padding: 0px;
			width: 191px;
			height: 51px;
		}
		
	.nav1on {
			background-image: url(../images/nav1on.gif); 
			background-position: top left;
			background-repeat: no-repeat;
			margin: 0px;
			padding: 0px;
			width: 191px;
			height: 51px;
		}
		
	.nav2off {
			background-image: url(../images/nav2off.gif); 
			background-position: top left;
			background-repeat: no-repeat;
			margin: 0px;
			padding: 0px;
			width: 186px;
			height: 51px;
		}
		
	.nav2on {
			background-image: url(../images/nav2on.gif); 
			background-position: top left;
			background-repeat: no-repeat;
			margin: 0px;
			padding: 0px;
			width: 186px;
			height: 51px;
		}
		
	.nav3off {
			background-image: url(../images/nav3off.gif); 
			background-position: top left;
			background-repeat: no-repeat;
			margin: 0px;
			padding: 0px;
			width: 191px;
			height: 51px;
		}
		
	.nav3on {
			background-image: url(../images/nav3on.gif); 
			background-position: top left;
			background-repeat: no-repeat;
			margin: 0px;
			padding: 0px;
			width: 191px;
			height: 51px;
		}
