body{
	font-size:16px;
	text-align:left;
	background-color:#000000;
	font-family: Garamond, Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#FFFF00;
}
img{
	border:0px;
}
h1{
	font-family:Garamond, Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:24px;
	color:#00FF00;
	text-align:center;
}
h2{
	font-family:Garamond, Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:16px;
	color:#00FF00;
	text-align:center;
}
a{
	color:red;
	text-decoration:none;
}
a:hover{
	color:red;
	text-decoration:underline;
}

.linehead{
	font-size:16px;
	text-align:left;
	font-family: Garamond, Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-weight:bold;
}
a.linehead{
	font-size:16px;
	text-align:left;
	font-family: Garamond, Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-weight:bold;
}

#mainContainer{
/*	width:800px;
	height:600px; */
	margin:0 auto;
	text-align:left;
	background-color:#000000;
}

#topBar{
/*	width:800px; 
	height:180px; */
	background-color:#000000;
}

#leftContainer{
/*	width:145px; */
	float:left;
	padding-left:0px;
	padding-right:5px;
/*	height:300px; */
}

#contentContainer{
/*	width:650px; */
/* above was 600 if you include the rightcontainer below, removed due to pauls request */
	float:left;
}

#rightContainer{
	width:45px;
	float:left;
	padding-left:5px;
	padding-right:0px;
/*	height:300px; */
}

#footerContainer{
/*	width:790px; */
	float:left;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	background-color:#000000;
	font-size:10px;
}
#footerContainer a{
	color:red;
	text-decoration:none;
}
#footerContainer a:hover{
	color:red;
	text-decoration:underline;
}

.footbig{
	font-family:Garamond, Verdana, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:18px;
	color:#00FF00;
	text-align:center;
}

.blue {
	color:#0000FF;
}
.purple {
	color:#9933FF;
}
.green {
	color:#33FF00;
}
.black {
	color:#000000;
}
.pink {
	color:#ff66cc;
}
.purple2 {
	color:#660099;
}
.yellow {
	color:#FFFF00;
}
.bigred{
	font-size:20px;
	font-weight:bold;
}
a.bigred{
	font-size:20px;
	font-weight:bold;
}
p.homeres{
	color:#FF0000;
	font-size:24px;
	font-weight:bold;
}
#formdiv{
	font-size:24px;
}
input, textarea{
	color:red;
	text-decoration:none;
}
