/* DOM:
body (width, height)
	mainBox (800px, 600px)
		logoBox (100%, 120px)
		navigationTop (inherit, 25px)
		subPageBox (100%, 435px)
			sideNavigationBox (260px, 435px)
			dividerBox (25px, n/a)
			lockedTable (465px, 435px)
	footerBox (800px, 25px)
*/

body {
	background-color: #99CCCC; 
	background-image: url(/images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
.mainBox {
	background-color: #FFFFFF;
	background-position: center center;
	/*font-size: 8pt;
	font-style: normal;
	color: #000000;*/
	position: relative;
	z-index: 1;
	width: 800px;
	height: 600px;
	top: 1%;
	/*bottom: 5%;
	left: 5%;
	right: 5%;*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.logoBox {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	position: relative;
	z-index: 2;
	width:100%;
	height:120px;
	top: 0%;
}
.navigationTop {
	background-color: #6699CC;
	color: #FFFFFF;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 3;
	width:inherit;
	height:25px;
	top: 0%;
}
.alreadyVisited {
	font-size: 8pt;
	color: #003366;
	font-weight: bold;
}
.subPageBox {
	/*font-size: 8pt;
	font-style: normal;
	color: #FFFFFF;*/
	position: relative;
	background-position:left
	z-index: 4;
	width: 100%;
	height: 435px;
	/*top: 5%;
	bottom: 5%;*/
	left: 5%;
	right: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.sideNavigationBox {
	width: 260px;
	height: 435px;
}
.smallDividerBox {
	height: 5px;
}
.medDividerBox {
	width: 25px;
}
.lockedTable {
	width: 465px;
	height: 435px;
}
.footerBox {
	background-image: url(/images/background.gif);
	font-size: 8pt;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	position:relative;
	z-index: 5;
	width: 800px;
	height: 25px
	/*top: 5%;
	bottom: 5%;
	left: 5%;
	right: 5%;*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.navigationTopSide {
	width: 10px;
	height: 25px;
	vertical-align: middle;
}
.headingClass {
	font-size: 10pt;
	font-style: normal;
	color: #6699CC;
	text-transform: uppercase;
	font-weight: bold;
}
h1 {
	font-size: 9pt;
	font-style: normal;
	color: #6699CC;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-size: 9pt;
	font-style: normal;
	color: #6699CC;
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	font-size: 8pt;
	font-style: normal;
	color: #6699CC;
	text-transform: capitalize;
}
h4 {
	font-size: 9pt;
	font-weight: bold;
	color: #6699CC;
}
.imageClass {
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 0px 10px;
}
.contentClass {
	font-size: 8pt;
	font-style: normal;
	/*color: #000000; */
	color:#333333;
	list-style-type: disc;
	text-indent: 0px;
	position: relative;
	z-index: 6;
	width: 100%;
	top: 10px;
	bottom: 10px;
	right: 10px;
	left:10px;
}
.contentClassText {
	font-size: 8pt;
	font-style: normal;
	/* color: #000000; */
	color:#333333;
	list-style-type: disc;
	text-indent: 0px;
}
.contentClassTextTeam {
	font-size: 8pt;
	font-style: normal;
	/* color: #000000; */
	color:#333333;
	list-style-type: disc;
	text-indent: 0px;
}
.teamHeadings {
	font-size: 8pt;
	font-style: normal;
	color: #6699CC;
	text-transform: capitalize;
	text-decoration:underline;
}
td {
	padding: 0px 0px 0px 0px;
}
a:link {
	font-size: 7pt;
	color: #336699;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
}
a:visited {
	font-size: 7pt;
	color: #336699;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	font-size: 7pt;
	color: #336699;
	font-weight: bold;
}
span.contentClassTextTeam a:link {
	font-size: 8pt;
	color: #336699;
	font-style: normal;
	font-weight:normal;
	/* font-weight: bold; 
	text-decoration:underline;*/
}
span.contentClassTextTeam a:visited {
	font-size: 8pt;
	color: #336699;
	font-weight:normal;
	/* font-weight: bold; 
	/*text-decoration:underline;*/
}
span.contentClassTextTeam a:hover {
	font-size: 8pt;
	color: #336699;
	font-weight:normal;
	/* font-weight: bold; */
	text-decoration:underline;
}
div.navigationTop a:link {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
}
div.navigationTop a:visited {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
div.navigationTop a:hover {
	font-size: 8pt;
	color: #336699;
	font-weight: bold;
}
span.mainContentLinks a:link {
	font-size: 7pt;
	color: #336699;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
}
span.mainContentLinks a:visited {
	font-size: 7pt;
	color: #336699;
	font-weight: bold;
	text-decoration:none;
}
span.mainContentLinks a:hover {
	font-size: 7pt;
	color: #336699;
	font-weight: bold;
}
.pageNavigationSide {
	font-size: 7pt;
	/* color: #000000; */
	color:#333333;
	/*text-transform: capitalize;*/
	text-align: left;
	vertical-align: top;
	line-height:8pt;
	/*margin: 5px;
	width: 20px;*/
}
.smallHeading {
	font-size: 7pt;
	font-weight: bold;
	line-height: 8pt;
}
span.contentClassText a:link {
	font-size: 8pt;
	color: #336699;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
}
span.contentClassText a:visited {
	font-size: 8pt;
	color: #336699;
	font-weight: bold;
	text-decoration:none;
}
span.contentClassText a:hover {
	font-size: 8pt;
	color: #336699;
	font-weight: bold;
}
.emphasizedWord {
	font-size: 9pt;
	font-style: normal;
	color: #6699CC;
	text-transform: uppercase;
	font-weight: normal;
}
.termsOfUse {
	font-size:  8pt;
	background-color: #FFFFFF;
	background-position: center center;
	position: relative;
	z-index: 1;
	width: 400px;
	text-align: justify;
	padding: 0px;
}	
.newsTable {
	font-size: 8pt;
	font-style: normal;
	/*color: #000000; */
	color:#333333;
	list-style-type: disc;
	text-indent: 0px;
	position: relative;
	z-index: 6;
	width: 100%;
	top: 10px;
	bottom: 20px;
	right: 20px;
	left:20px;
	overflow:hidden;
	text-overflow: clip;
}
.newsHeadings {
	font-size: 9pt;
	font-style: normal;
	color: #6699CC;
}
.newsLockedTable {
	overflow:hidden;
	text-overflow: clip;
	width: 720px;
	height: 235px;
	position:absolute;
}
.newsHighlighted {
	background-color:#FF0;
}
.newsHidden {
	display:none;
}
