/* hide these rules from CSS-challenged browsers */
@media screen, projection {
/* below exploits a parsing error so @media rules will be visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
/* left column */
.nav {
  width: 22%;              /* % of inner-container width is ~same width as right column */
  float: left;             /* left side of inner-container */
  margin: 0;               /* keep flush with adjacent containers */
  padding: .3em 0 0 0;     /*space from window edge (IE messes up with margin, so use padding) */

}
/* center column */
.content {
  width:75%;              /* % of inner-container width */
  float: right;            /* right side of inner-container */
  padding: .2em 1.4%;     /* some padding for readability */
  margin-left: -5px;               /* keep flush with adjacent containers */
  background-color: #fff;  /* light blue color will show behind the center column */
  color: #000;
  font: normal 11px arial; 

}

} /* end screen only rules */

/* container for the 3 columns */
.outer-container {
  width: 100%;             /* full window width */
  margin: 0;               /* keep flush with adjacent containers */
  background-color: #325096;  /* violet color will show behind the right column */
  color: #000;
}
/* container for just the left and center columns */
.inner-container {
  width:84%;              /* leaves 24% of window width for right column */
  float:left;         /* excluded 112810- float: left;_ left side of window */
  background-color: #325096;  /* yellow color will show behind the left column */
  color: #000;             /*   delete these colors to get same color as right column */
  margin: 0;               /* keep flush with adjacent containers */
}
/* right column */
.sidebar {
  width:16%;              /* a little less than available 24% */
  float: right;            /* right side of window */
  margin: 0;               /* keep flush with adjacent containers */
  padding: .3em 0 .3em 0;     /*  some space from right window edge */
  font-size: 90%;
}

@media screen, projection, print {
/* below exploits a parsing error so @media rules will be visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #325096;  /* light green body color */
  color: #000;
}
p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 15px; 
	color: #000;
	}
a {
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	color:  #000;
	text-decoration: underline;
	}
a:visited {
	color:  #ccc;
	}
a:active {
	color:  #CCC;
	}
a:hover {
	color: #CCC;
	text-decoration: none;
	}

/* page header, uses body colors */
.header {
  width: 100%;             /* full window width */
  height:70px; 	 
  margin: 0;
  padding-top:0px;
  padding-bottom: 0em;
  font-size: 88%;
  text-align: left;
}
/* page footer, uses body colors */
.footer {
  clear: both;             /* below all columns */
  width: 100%;             /* full window width */
  margin: 0;

  padding-bottom: .5em;
  font-size: 88%;
  text-align: center;
}
.header p,
.footer p {
  margin-bottom: 0;        /* prevent gaps between divs in some browsers */
}


.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}
} /* end screen/print rules */

/* rules for WinIE only */
@media screen, projection {
* html .clear {
  display: none;           /* prevent excessive gap at div bottom in WinIE5 */
}
} /* end WinIE only rules */



/* print only rules (per request) */
@media print {
.nav {
	display: none;	
}
.content {
	float: left;
}

} 
/* end print only rules */
/* BEGINING OF MY CLASSES */
	#topBar{
	width:100%;
	height:70px;
	background-color:#3865cd;
	text-align: left;
	padding-bottom:10px;
	}
	#topLinks{
	}
	#topLinks a{
	font-family:arial;
	font-size: 11px;
	font-weight: normal;
	color:#fff;
	text-decoration: underline;
	padding:0px 5px 0px 0px;
	}		
	#topLinks a:hover{
	text-decoration: none;
	color:#fff;
	}
	#topLinks a:active{
	text-decoration:none;
	color:#fff;
	}
	#topLinks a:visited{
	text-decoration:underline;
	color:#fff;
	}

	#topLogo{
	float:left; 
	margin:20px 0px 5px 24px;
	width:219px;
	}
	#topbtns{
	float:left;
	margin-left:50px;
	}
	img {
	border: 0;
	}
	h1 {
	font-family:Arial;
	font-size: 24px;
	color:#ffffff;
	font-weight: normal;
	margin: 15px 0px 15px 0px;
	}
	h2 {
	font-family:Arial;
	font-size: 15px;
	color:#ffffff;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	}
	.h2 {
	font-family:Arial;
	font-size: 16px;
	color:#ffffff;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	}
	#destImages{
	width:100%;
	height:70px;
	background-color:#7098f3;
	}
	.destinationTop
	{
	float:left;
	text-align: center;
	margin: 0px 10px 7px 10px;
	padding: 1px;
	
	}
	.destinationTop a{
	 font-weight: normal; 
	 font-family: arial; 
	 font-size: 13px; 
	 color:  #fff;
	 text-decoration: underline;
	 
	}

	.destinationTop a:hover{
	 text-decoration: none;
	 color:  #fff;
	}

	.destinationTop a:active{
	 text-decoration: underline;
	 color:  #fff;
	}

	.destinationTop a:visited{
	 text-decoration: underline;
	 color:  #fff;
	}

	.destinationTopOn{
	 font-family: arial; 
	 font-size: 13px; 
	 color:#fff;
	 font-weight: bold; 
	}
	.tcellover {
	background-color:#3865cd;
	margin: 0px;
	padding: 0px 0px 0px -1px;
	}

	.tcellover A { 
	display: block; 
	background-color:#3865cd; 
	font: bold 11px arial; 
	color: #fff; 
	text-decoration:none; 
	vertical-align: middle;
	border-bottom-color: #c2d5ff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 0px 0px 0px 10px; 
	height: 20px;
 	}

	.tcellover A:hover {
	display: block;
	background-color:#7098f3; 
	color: #fff;
	height: 20px;
	text-decoration:none;
	border-bottom-color: #c2d5ff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	.tcellover A:visited {
	display: block;
	color: #fff;
	height: 20px;
	text-decoration:none;
	border-bottom-color: #c2d5ff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	.tcellover A:active {
	display: block;
	color: #fff;
	height: 20px;
	text-decoration:none;
	border-bottom-color: #c2d5ff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
	.tcellon {
	display: block;
	padding: 0px 0px 0px 10px; 
	background-color:#b2c7f7; 
	margin-top: -1px;
	font: bold 11px Arial;
	color: #3865cd;
	text-decoration:none;
	height: 19px;
	}
	.tcellonLink {
	font: bold 11px Arial;
	color: #ffffff;
	text-decoration:none;
    height: 19px;
	}
	.tcellonLink:hover {
	font: bold 11px Arial;
	color: #ffffff;
	text-decoration:underline;
    height: 19px;
	}
	.tcellonLink:active {
	font: bold 11px Arial;
	color: #ffffff;
	text-decoration:underline;
    height: 19px;
	}
	.tcellonLink:visited {
	font: bold 11px Arial;
	color: #ffffff;
	text-decoration:underline;
    height: 19px;
	}
	.subMenu1{
	background-color:#7da2f7;
	padding: 10px 0px 10px 24px;
	font: normal 11px arial; 

	}
	.subMenu1 a{
	display: block; 
	background-color:#7da2f7; 
	font: normal 11px arial; 
	color: #000; 
	text-decoration:underline; 
	height: 19px;
	}
	.subMenu1 A:hover {
	background-color:#b2c7f7; 
	text-decoration:none; 
	color: #ccc; 
	font-weight: bold;
	}
	.subMenu1On{
	background-color:#bcd8ee; 
	color: #000;
	height: 19px;
	font: bold 12px arial; 
	}

	.subMenuOff{ visibility: hidden; }

	.banner{
	 width: 146px;
	 height:200px;
	 text-align: center;
	 margin-top: 10px;
	 margin-top:10px;
	 margin-left: auto;
	 margin-right: auto;
	 font: bold 13px arial; 
	 color:#fff;
	 padding:0px 0px 10px 0px; 
	
 	}
	
	.banner a{
	 text-align: center;
	 margin-top: 5px 0;
	 font: bold 13px arial; 
	 color:#fff;
 	}
	
	#breadcrumb{
	background-color:#c2d5ff;
	border-right:1px solid white;
	font: normal 11px arial; 
	color: #325096; 
	height:20px;
	vertical-align: middle;
	margin-left:-12px;
	margin-right: -13px;
	margin-top:-2px;
	}
	
	#breadcrumb a{
	font: normal 11px arial; 
	color: #325096; 
	margin:3px 0px 5px 10px;
	text-decoration:underline; 
	}

	#breadcrumb a:hover{
	text-decoration:none; 
	}
	
	#footerBar{
	width:100%;
	background-color:#3865cd;
	font: normal 11px arial; 
	color: #fff; 
	height:20px;
	margin-top:0px;
	}
	#footerBar a{
	font: normal 11px arial; 
	color: #fff; 
	margin:3px 0px 3px 10px;
	text-decoration:underline; 
	}

	#footerBar a:hover{
	text-decoration:none; 
	color: #fff;
	}

	#footerBottom{
	width:100%;
	background-color:#3865cd;
	font: normal 11px arial; 
	color: #fff;
	text-align: center;
	}
	
	#footerBottom a{
	width:100%;
	background-color:#3865cd;
	font: normal 11px arial; 
	color: #fff;
	text-align: center;
	}
	#footerBottom a:hover{
	width:100%;
	background-color:#3865cd;
	font: normal 11px arial; 
	color: #c2d5ff;
	text-align: center;
	}
	li{
	color: #325096; 
	list-style-type: square;
	font: normal 9px arial;
	vertical-align: middle;
	}
	.formLabel{
	float:left;
	width:200px;
	height:25px;
	text-align: right;
	font: bold 12px arial; 
	color: #000; 
	}
	.formLabelHdr
	{
	text-align:left;
	font: bold 12px arial; 
	color: #325096; 
	}
	.formLabelTxt
	{
	font: bold 12px arial; 
	color: #325096; 
	}
	.formField{
	float:left;
	margin-left:20px;
	height:25px;
	width:350px;
	text-align: left;
	font: bold 12px arial; 
	color: #325096; 

	}
