BODY{
	background-color: black;
	color: #cc3333;
}

DIV{
	color: #cc3333;
}

P{
	font-family: Batang;
	font-size: 1em;
}

A{
	color: lightblue;
}

LI{
	font-size: 16px;
}

HR{
	width: 50%;
	left: 0%;
}
/*
	Defines the overall display division
*/
.border{
	position:relative;
	text-align: center;
	width: 98%;
	min-width: 800px;
	max-width: 1200px;
 	height: 96%;
 	min-height: 600px;
	max-height: 1024px;
 	left: 1%;
 	top: 1%;
	border-width: 0;
 	border-color: #cc3333;
 	border-style: ridge;
}

.header{
	text-align: center;
	float: left;
 	position: relative;
 	width: 15%;
 	height: 15%;
 	left:1%;
 	top:1%;
 	border-bottom-width: 1;
 	border-bottom-color: #cc3333;
 	border-bottom-style: ridge;
	border-right-width: 1;
 	border-right-color: #cc3333;
 	border-right-style: ridge;
}
.banner{
	text-align: center;
	color: #cc3333;
	float: left;
 	position: relative;
 	width: 80%;
 	height: 15%;
 	left:0%;
 	top:1%;
 	border-bottom-width: 1;
 	border-bottom-color: #cc3333;
 	border-bottom-style: ridge;
}


.marqueeDiv{
	text-align: center;
	color: #cc3333;
	float: left;
 	position: relative;
 	width: 83%;
 	height: 25%;
 	left:10%;
 	top:0%;
 	/*border-left-width: 5;
 	border-left-color: #cc3333;
 	border-left-style: dotted;
 	border-right-width: 5;
 	border-right-color: #cc3333;
 	border-right-style: dotted;*/
}
.logo{
	float:center;
	width: 40%;
 	border-width: 0;
 	border-color: #cc3333;
 	border-style: ridge;
}

.left{
	color: #cc3333;
	font-family: sans-serif;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	float: left;
	width:15%;
	height:70%;
	left: 1%;
	top: 1%;
	border-right-width: 1;
 	border-right-color: #cc3333;
 	border-right-style: ridge;
}

.body{
	display: none;
	float: left;
	position: relative;
	width:81%;
	height:69%;
	top: 2%;
	left: 2%;
	border-right-width: 0;
	border-right-color: #cc3333;
	border-right-style: ridge;
	border-bottom-width: 0;
	border-bottom-color: #cc3333;
	border-bottom-style: ridge;
	color: #cc3333;
}

.textLeft{
	/*border-width: 1px;
	border-color: #cc3333;
	border-style: dashed;*/
	text-align: left;
	float: left;
	position: relative;
	width:47%;
	height:97%;
	top: 0%;
	left: 1%;
}
.textRight{
	/*border-width: 1px;
	border-color: #cc3333;
	border-style: dashed;*/
	text-align: left;
	float: left;
	position: relative;
	width:47%;
	height:97%;
	top: 0%;
	left: 3%;
}

.embeddedFrame{
	width: 100%;
	height: 100%;
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
}


.pageNumber{
	position: relative;
	top: 1%;
	left: 96%;
	width: 1%;
	height: 1%;
	font-size: 10px;
	color: #FFFFFF;
}

.textCenter{
	text-align: left;
	padding-left: 1%;
	padding-right: 1%;
	position: relative;
	overflow: auto;
	width:100%;
	height:100%;
	top: 0%;
	left: 0%;
}

.bottomPortal{
	color: #cc3333;
	float: left;
	position: relative;
	width:98%;
	height:3%;
	top: 2%;
	left: 1%;
	padding-top: 1%;
	border-top-width: 1;
	border-top-color: #cc3333;
	border-top-style: dotted;
}

.masterInfo{
	color: #cc3333;
	float: left;
	position: relative;
	width:98%;
	height:3%;
	top: 0%;
	left: 1%;
	border-top-width: 0;
	border-top-color: #cc3333;
	border-top-style: dashed;
}

.leftLink{
	
	color: #cc3333;
	font-family: sans-serif;
	font-size: 14px;
	text-decoration: none;
}

.nextLink{
	
	color: lightblue;
}

.bandPortrait{
	
	border-style: inset;
	border-width: 5;
 	border-color: #cc3333;
 	height: 60%;

}

.linkImage{
 	border-width: 0;
 	width: 70%;
 	height: 7%;
}

.borderlessImage{
	border-width: 0;
}

.fullHeightImage{
	border-width: 0;
	height: 100%;
}

.fullWidthImage{
	border-width: 0;
	width: 100%;
}

.halfWidthImage{
	border-width: 0;
	width: 50%;
}
.halfHeightImage{
	border-width: 0;
	height: 50%;
}

.bannerImage{
 	border-width: 0;
 	width: 20%;

}

.headerImage{
 	border-width: 0;
 	width: 90%;
 	max-height: 90%;
}

.marguee{
	color: lightblue;
	background-color: transparent;
	font-size: 150%;
	font-family: Courier;
	font-weight: 100;
	width: 100%;
	left: 2%;
	font-variant: small-caps;
}

.browserInfoField{
	text-align: center;
	background-color: transparent;
	color: #cc3333;
	border-width: 0;
	width: 90%;
	font-size: 16px;
}

.pageControlDiv{
	position: relative;
	height: 0%;
	top: 0%;
	background-color: transparent;
}
.tabImage{
	width: 10%;
	border: 0 solid red;
}

.counterImage{
	width: 40%;
}