@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
body {
	background-color: #142c50;
	background-image: url(../images/backbar.jpg);
	background-repeat: repeat-x;
	font-size: 1.0em;
}
#contentcontainer {
	margin: 0px auto;
}
.mainTableDiv {
	background-image:url(../images/maintable_bkg.jpg);
	background-repeat:no-repeat;
	width: 1000px;
	border: 0px;
	padding-bottom: 100px;
}
.microNav {
	padding-top: 20px;
	text-align: right;
	padding-right: 20px;
	font-size: .8em;
	color: #799;
}
.microNav a {
	text-decoration: none;
	color: #8AA;
}
.microNav a:hover {
	text-decoration: underline;
	color: #CEE;
}
.mainNav {
	padding-top: 5px;
	padding-right: 20px;
	text-align: right;
	font-size: 1.0em;
	color: #444;
}
.mainNav a {
	text-decoration: none;
	color: #ff0;
}
.mainNav strong {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.mainNav a:hover {
	text-decoration: none;
	color: #FFF;
}

.mainNav hr {
	color: #444;
	height: 1px;
}
.headerPadding {
	padding-top: 5px;
}
.sideNavTable {
	background-image:url(../images/shader.png);
	background-repeat:repeat;
	padding-bottom: 30px;
	padding-top: 25px;
	padding-left: 45px;
	padding-right: 15px;
	text-align: left;
}
.sideNavHead {
	padding-bottom: 20px;
}
.sideNavHead a {
	color: #2bd;
	font-size: 1.0em;
	text-decoration: none;
}
.sideNavHead a:hover {
	color: #fff;
}
.sideNavLink {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #444;
	font-size: .9em;
	color: #FFF;
}
.sideNavLink a {
	color: #799;
	text-decoration: none;
}
.sideNavLink a:Hover {
	color: #fff;
	text-decoration: none;
}
.sideNavLinkSub {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: .8em;
	color: #FFF;
}
.sideNavLinkSub a {
	color: #577;
	text-decoration: none;
}
.sideNavLinkSub a:Hover {
	color: #fff;
	text-decoration: none;
}
/* Main Content Area */

.contentBox {
	background-image:url(../images/shader.png);
	background-repeat:repeat;
	padding-bottom: 30px;
	padding-top: 25px;
	padding-left: 35px;
	padding-right: 65px;
	color: #fff;
	text-align: left;
}
.contentBox p {
	width: 440px;
	font-size: .9em;
	line-height: 1.6em;
	padding-bottom: 14px;
}
.contentBox h2 {
	color: #bb1;
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	margin-top: 10px;
}
.contentBox ul {
	color: #fff;
	font-size: .9em;
	line-height: 1.6em;
	list-style-position: inside;
	padding-bottom: 14px;
}
.contentBox li {
	padding-bottom: 2px;
	margin-left: 20px;
	font-size: .9em;
	line-height: 1.6em;
	list-style:outside;
}
.contentBox small {
	width: 440px;
	font-size: .7em;
	line-height: 1.0em;
	padding-bottom: 14px;
}
	
.contentBox a {
	color: #2bd;
	text-decoration: none;
}
.contentBox a:hover {
	color: #fff;
	text-decoration: underline;
}
.contentBox .pagePhoto img, .contentBox img {
	margin-bottom: 14px;
	border: 4px white solid;
	}
/* special boxes */
.didYouKnow {
	padding: 10px;
	margin: 0px 0px 0px 40px;
	background-color:#142c50;
	font-size: 0.7em;
	color: #fff;
	line-height: 1.8em;
	}
.didYouKnow strong {
	font-weight: bold;
	font-size: 120%;
	}
.didYouKnow ul {
	font-size: 110%;
	}
/* movies page */
#movie1, #movie2, #movie3 {
	visibility: hidden;
	display: none;
	}
/* Home Page */
.homeBox {
	background-image:url(../images/shader.png);
	background-repeat:repeat;
	padding-bottom: 30px;
	padding-top: 25px;
	padding-left: 35px;
	padding-right: 65px;
	text-align: left;
}
.homeBox p {
	color: #fff;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-bottom: 14px;
}
.homeBox a {
	color: #2bd;
	text-decoration: none;
}
.homeBox a:hover {
	color: #fff;
	text-decoration: underline;
}
.borWhite4 {
	border: 4px solid #fff;
	}
.gmStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.gmStyle b {
	color: #000;
}
.gmStyle a {
	color: #2bd;
}
.gmStyle a:hover {
	color: #799;
}

/* sing styles */
.offYellow {
	color: #bb1;
}
.white {
	color: #fff;
}
.ltBlue {
	color: #2bd;
}
.dkBlue {
	color: #799;
	}
.s8 {
	font-size: 0.8em;
}
.s10 {
	font-size: 1.0em;
}
.s12 {
	font-size: 1.2em;
}
.s14 {
	font-size: 1.4em;
	}
.p2 {
	padding-top: 2px;
	padding-bottom: 2px;
}
.p4 {
	padding: 4px;
	}
.p10 {
	padding: 10px;
}
.m6 {
	margin-top: 6px;
	margin-bottom: 6px;
}
.m10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.w200 {
	width: 200px;
}
.w440 {
	width: 440px;
}
.w640 {
	width: 640px;
}
.mb10 {
	margin-bottom: 10px;
}
/* Floats */
.flL {
	display: inline;
	float: left;
}
.flR {
	display: inline;
	float: right;
}