.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	white-space: normal;
	line-height: 13.5px;
}

.bodyindent5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	padding: 10px;
	line-height: 13px;
}
a:link {
	text-decoration: underline;
	color: #f0e462;
}
a:hover {
	text-decoration: none;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}


/* ---=== EIGHT CHARACTERS STYLES ===--- */

body {
	background-color: #320050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	width: 780px;
	margin: 0px Auto;
}

div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     position: relative;
     width: 780px;
	 height: 200px;
	 background-image: url(images/uwuBanner.jpg);
	 background-repeat: no-repeat;
	 border-top: solid 1px #f0e462;
	 border-bottom: solid 1px #f0e462;
}

div.box_contents {
     background-color:transparent;
     height: 100%;
     position: relative;
     width: 100%;
     z-index: 101;
}
div.box_background {
     background-color: #a82bc5;
     height: 25px;
     filter:alpha(opacity=25); /* IE's opacity*/
     left: 0px;
     opacity: 0.25;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 9;
	 margin-top: 175px;
}

#navigation a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:Hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

#navigation {
	color: #ffffff;
	text-align: center;
	line-height: 25px;
	padding-top: 175px;
}

.spaceRight {
	padding-right: 40px;
}


#footer {
	border-top: solid 1px #f0e462;
	margin-top: 8px;
}

#footer a {
	text-decoration: none;
}

.centerAlign {
	text-align: center;
}

.yellowEmphasis {
	color: #FFEE5F;
	font-weight: bold;
}

#lotsOfLinks a {
	margin-left: 14px;
}

#urgentMessageBox {
	text-align: center;
	border: dotted 2px #F0E462;
	padding: 8px;
}

.yellowBorder {
	border: solid 1px #F0E462;
}