﻿body {
	font-family: verdana, arial, san-serif;
	margin: 0 15 0 0;
	background-color: #33CCCC;
	font-size: 12pt;
}         /* medium faded cyan R:51 G:204 B:204 */

.container{
    margin-left: auto; 
    margin-right: auto; 
    width: 800px; 
    text-align: left;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	text-align:center;
}
h2 {
	font-size: large;
	font-weight: bold;
	text-align:center;
}
h3 {
	font-size: large;
	font-weight: bold;
	text-align:left;
}
hr{color: #000000;
}
p{text-align:left;	
}
p.big{font-size:14pt}

table {
	border-collapse:collapse;
}
.red{
	color: #FF0000;
}
.bold{
	font-weight:bold;
}
.center_img{
  display: block;
  margin-left: auto;
  margin-right: auto;}
#linelist li {
	font-family: "Bradley Hand ITC", verdana, arial, san-serif;
	font-size: small;
	list-style-type: disc;
	display: inline;
	background-color: #000000;
	color: #99FF99;
}
.homelinks a{
	color: #000000;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
}
.homelinks a:hover {color:#99FF99}     /* pale dull green R:153 G:255 B:153*/

a.bar {color: #000000; text-decoration:none;font-size:10pt; font-weight:bold}
a.bar:visited{color: #000000}
a.bar:hover {color:#99FF99}         /* pale dull green */

.transbox{
	padding: 10px;
}
.transbox a{
	font-weight: bold;
	color: #000000;
}

.clearboth{
	clear:both
}
.padded_img {
	border-style: none;
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px 5px 0px 5px;
	text-align: left;
}

.simple img {
	border-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.floatleft {
	float: left;
	padding: 0px 5px 0px 5px;
}
.floatright {
	float: right;
	padding: 0px 5px 0px 5px;
}
.underline {
	text-decoration: underline;
}
.yellow {
	background-color: #FFFF00;
}
.grey{background-color: #C0C0C0;
}
.center_text{
    text-align: center;
}
.left_text{
    text-align: left;
}
.linethrough {
    text-align: left;
	text-decoration: line-through;
}
.center_text{
    text-align: center;
}
.right_text{
    text-align: right;
}
.verysmall{
	font-size: x-small;
}
.toppic {
	background-image: url('images/top_pic.jpg');
	background-repeat: repeat-x;
	line-height: 80px;
}
.yellowbox {
	padding: 10px;
	border: thick #000000 double;
	color: #000000;
	background-color: #FFFF00;
	font-size: smaller;
}
.thinblackbox {
	color: #99FF99;
	background-color: #000000;
	font-size: small;
}
.blackbox {
	padding: 10px;
	border: medium double #000000;
	color: #99FF99;
	background-color: #000000;
	font-size: smaller;
}
.blackbox a{color: #99FF99;
}
.blackbox hr{color: #99FF99;
}

.redbox {
	padding: 10px;
	border: medium double #000000;
	color: black;
	background-color: red;
	text-align: center;
	font-size: bigger;
	font-weight: bold;
}
.redbox a{
	color: yellow;
}
.redbox hr{color: yellow;
}
.greenbox {
	padding: 10px;
	border: medium double #000000;
	color: #000000;
	background-color: #99FF99;
	font-size: smaller;
}
.greenbox a{
	color: #000000;
}
.greenbox hr{color: #000000;
}
.black {
	color: #000000;
}