#oldLeftColumn {
	background-color: #a0c99e;
	background-image: url(../images/leftShadow.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width=50%;
	}
	
#footer {
	height=20px;
	background-color: #000000;
	background-image: url(../images/bottomGlow.jpg);
	background-position: left;
	background-repeat: repeat-x;
	}	
	
#leftColumn {
	background-color: #000000;
	background-image: url(../images/leftGlow.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width=50%;
	}
	
#mainColumn {
	width=770px;
	background-image: url(../images/mainBackground.jpg);
	background-position: left;
	background-repeat: repeat-y;
	}
	
#oldRightColumn {
	background-color: #a0c99e;
	background-image: url(../images/rightShadow.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width=50%;
	}

#rightColumn {
	background-color: #000000;
	background-image: url(../images/rightGlow.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width=50%;
	}

#topImage {
	z-index: 10;
	}
	
#topSummary {
	width=200px;
	position: absolute;
	top: 115px;
	margin-left: 500px;
	z-index: 20;
	}
	
#topSlogan {
	font-size: .9em;
	font-style: italic;
	width=300px;
	position: absolute;
	top: 220px;
	margin-left: 450px;
	z-index: 20;
	}
	
#topSummary h4 {
	font-size: .75em;
	font-style: italic;
	font-weight: bold;
}	

#navBar {
	font-size: .7em;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/navBackground.jpg);
	}
	
.floatLeft {
	float: left;
	}
			
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #d4ffd2;
	colorx: #efefef;
	margin: 0px;
	font-size: .85em;
	}
	
h2 {
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	}

h3 {
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	}
	
h4 {
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	font-style: italic;
	}	
	
table {
	table-layout: fixed;
	}
		
td.content {
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	font-size: small;
	vertical-align: top;
	}	

a:link {
 color: #c3f3cf;
 colorx: #1010d0; 
 text-decoration: underline;
 font-weight: bold;
 font-size: 1.0em;
}

a:visited {
 color: #2d98b7;
 text-decoration: underline;
 font-weight: bold;
 font-size: 1.0em;
}
a:link:hover, a:visited:hover {
 color: #A00;
 font-weight: bold;
 font-size: 1.0em;
}

a:link:active, a:visited:active {
 color: #95b3;
 font-weight: bold;
 font-size: 1.0em;
 }
