BODY{
	background-color: ivory;
	color: #cc3333;
}

DIV{
	color: #cc3333;
}

P{
	font-family: Batang;
}

A{
	color: blue;
}

HR{
	width: 50%;
	left: 0%;
}
/*
	Defines the overall display division
*/
.border{
	position:relative;
	text-align: center;
	width: 98%;
 	height: 96%;
 	left: 1%;
 	top: 1%;
	border-width: 0;
 	border-color: #cc3333;
 	border-style: ridge;
}

.header{
	float: left;
 	position: relative;
 	width: 15%;
 	height: 20%;
 	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: 83%;
 	height: 20%;
 	left:0%;
 	top:1%;
 	border-bottom-width: 1;
 	border-bottom-color: #cc3333;
 	border-bottom-style: ridge;
}
.inBanner{
	text-align: center;
	color: #cc3333;
	float: left;
 	position: relative;
 	width: 80%;
 	height: 25%;
 	left:10%;
 	top:20%;
 	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{
	visibility: visible;
	position: relative;
	float:left;
 	width: 90%;
 	height: 90%;
 	left:1%;
 	top:2%;
 	border-width: 3;
 	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: block;
	float: left;
	position: relative;
	width:81%;
	height:67%;
	top: 3%;
	left: 3%;
	border-right-width: 1;
	border-right-color: #cc3333;
	border-right-style: ridge;
	border-bottom-width: 1;
	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:96%;
	top: 1%;
	left: 1%;
}
.textRight{
	/*border-width: 1px;
	border-color: #cc3333;
	border-style: dashed;*/
	text-align: left;
	float: left;
	position: relative;
	width:47%;
	height:96%;
	top: 1%;
	left: 3%;
}

.textCenter{
	text-align: center;
	float: left;
	position: relative;
	width:94%;
	height:96%;
	top: 1%;
	left: 1%;
}

.masterInfo{
	color: #cc3333;
	float: left;
	position: relative;
	width:98%;
	height:3%;
	top: 5%;
	left: 1%;
	border-top-width: 1;
	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: groove;
	border-width: 0;
 	border-color: #cc3333;
 	height: 100%;
 	top: -10%;
}

.linkImage{
 	border-width: 0;
 	width: 70%;
 	height: 7%;
}

.borderlessImage{
	border-width: 0;
}
.bannerImage{
 	border-width: 0;
 	width: 50%;
}

.headerImage{
 	border-width: 0;
 	height: 90%;
}

.marguee{
	color: blue;
	background-color: ivory;
	font-size: 150%;
	font-family: Courier;
	font-weight: 100;
	width: 100%;
	left: 2%;
	font-variant: small-caps;
}

