body {
	background-image: url("../images/bkTile2.gif");
	background-repeat: repeat-x;
	margin:0;
	text-align:center;
	height:100%;

		}

form {
  margin: 0;
  padding: 0;

}

hr{
color:#eee;
background-color:#eee;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;

}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}


/* Links ------------------------------------------*/
a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 133%;
	color: #43677B;
	text-decoration: none;
}

a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 133%;
	color: #43677B;
	text-decoration: underline;
}

a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 133%;
	color: #43677B;
	text-decoration: none;
}


/* Links ------------------------------------------*/
a.blueLK:link {
		font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #2C5264;
		text-decoration: none;
}

a.blueLK:hover {
	font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #2C5264;
	text-decoration: underline;
}

a.blueLK:visited {
	font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #2C5264;
	text-decoration: none;
}

/*---------------------------*/


a.greenLK:link {
		font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #56801B;
		text-decoration: none;
}

a.greenLK:hover {
	font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #56801B;
	text-decoration: underline;
}

a.greenLK:visited {
	font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #56801B;
	text-decoration: none;

}


/*---------------------------*/


a.yellowLK:link {
		font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #E2B12E;
		text-decoration: none;
}

a.yellowLK:hover {
	font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #E2B12E;
	text-decoration: underline;
}

a.yellowLK:visited {
	font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #E2B12E;
	text-decoration: none;
}


/*---------------------------*/


a.redLK:link {
		font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #B30000;
		text-decoration: none;
}

a.redLK:hover {
	font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #B30000;
	text-decoration: underline;
}

a.redLK:visited {
	font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #B30000;
	text-decoration: none;
}


/*---------------------------*/





a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 133%;
	color: #43677B;
	text-decoration:underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 133%;
	color: #222222;
	text-decoration: none;
}



/* Layout ------------------------------------------*/

	#frame {
		width:1000px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background-color: #FFFFFF;
		}


	#jumpMenu {
		background:#000;
		background-image: url("../images/book.gif");
		background-repeat: no-repeat;
		padding: 5px 10px 0 0;
		width:990px;
		height:30px;
		text-align: right;
		}

	#contentHeader {
		width:1000px;
		height:181px;
		border-bottom: 1px solid #fff;

		}

	#topNav {
		background:#A5C7D4;
		width:1000px;
		height:30px;
		border-bottom: 1px solid #fff;

		}

	#acclogin {
		margin: 4px 10px 0 0;
		float: right;
 	}

	#mainNav {
		background:#43677B;
		width:1000px;
		height:30px;

		}



	#contentleft {
		width:180px;
		padding: 10px;
		float:left;
		min-height:500px;
  		height:auto !important;
 		 height:500px;

		}

	#contentcenter {
		width:540px;
		padding:20px;
		float:left;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		min-height:500px;
  		height:auto !important;
  		height:500px;

		}

	#contentright {
		width:190px;
		padding:10px;
		float:left;
		min-height:500px;
  		height:auto !important;
  		height:500px;

		}

	#footer {
		width:960px;
		margin-top: 15px;
		border-top: 1px solid #ccc;
		padding:20px;
		float:left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 133%;
		color: #666666;
		}




	.clearit {
		clear: both;
		height: 0;
		line-height: 0.0;
		font-size: 0;

		}

/* Text Styles ------------------------------------------*/


	.bodyTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 153%;
	color: #333;
	}

	.Titles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 133%;
	color:#93B1BC;
	font-weight: bold;
	}

	.brown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 133%;
	color:#9D4E13;
	font-weight: bold;
	}

	.smallTxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 133%;
	color: #666;
	}



	.bigBlue{
		font-family: Times, Times New Roman, serif;
		font-size: 30px;
		font-weight: bold;
		line-height: 133%;
		color: #2C5264
		}

	.medBlue{
		font-family: Times, Times New Roman, serif;
		font-size: 16px;
		line-height: 133%;
		color: #2C5264;
	}

	.smallBlue{
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		line-height:: 133%;
		color: #2C5264;
	}

	.green{
		font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #56801B;
		}
	.blue{
		font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #2C5264
		}
	.yellow{
		font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #E2B12E;
		}
	.red{
		font-family: Times, Times New Roman, serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 133%;
		color: #B30000;
		}

	.alertRed {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 17px;
		color: #FF0000;
		font-weight: bold;
	}

	.setupRedBox
	{
		border: solid thin #FF0000;
		padding: 0px 0px 0px 0px;
		margin-top:0px;
		margin-bottom:0px;
	}



/* Main Navigation Styles ------------------------------------------*/


#menubar {
	width: 1000px;
}
#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#menubar a {
	display: block;
	text-decoration: none;
	padding: 9px 6px 6px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	color: #FFFFFF;
}
#menubar a.trigger {
	padding: 9px 6px 6px;

}
#menubar a.last {
	padding: 9px 5px 6px 6px;
	border-right: 0;

}
#menubar li {
	float: left;
	width: 9em;
}
#menubar li {position: relative;}

/* hide from IE mac \*/
#menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#menubar li ul, #menubar ul li  {
	width: 11em;
}
#menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 6px 12px 6px 16px;
}
#menubar li ul {
	position: absolute;
	display: none;
	background-color: #A5C7D4;

	}
#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.hvr a {
	color: #000000;
	background-color: #A5C7D4;


}
#menubar li:hover ul, #menubar li.hvr ul {
	display: block;
	z-index: 101;

}
#menubar li:hover ul a, #menubar li.hvr ul a {
	color: #000000;
	background-color: transparent;
	z-index: 101;
}
#menubar ul a:hover {
	background-color: #43677B !important;
	color: #FFFFFF !important;
	z-index: 101;
}



/* Secondary Navigation Styles ------------------------------------------*/

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
border-bottom: 1px solid #eee;
width: 180px;

}

#navlist li
{
padding: 0 0 5px 13px;
background-image: url("../images/square.gif");
background-repeat: no-repeat;
background-position: 0 .4em;
border-top: 1px solid #eee;
}



#navlist li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
 }

 #navlist li a:hover {
	color: #43677B;
	text-decoration: none;
 }

 #navlist li a:visited {
	color: #43677B;
	text-decoration: none;
 }
a.commercial {
	display: block;
	background: transparent url(../images/watch-play-button.gif) no-repeat 0 100%;
	text-decoration: none;
}
a.commercial img {
	margin-bottom: 5px;
}
a.commercial span {
  text-decoration: underline;
	margin-left: 25px;
}
a.commercial:hover span {
  text-decoration: none;
}