﻿body {
	background:navy;
	color: white;
	font-family: verdana, arial, helvetica;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

a {
	border-bottom: 1px dashed;
	text-decoration: none;
	font-weight: bold;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

li {
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 6px;
}

h1 {
	color: maroon;
	font-size: large; 
	margin: 5px;
}

td {
	text-align:left;
	vertical-align: top;
	padding: 6px;
}

div#placeholder {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

div#title {
	background-color: #FFCC00;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid #FFFFCC;
	border-left: 1px solid #FFFFCC;
	color: maroon;
}

div#footer, div#navbar {
	background-color: #FFCC00;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid #FFFFCC;
	border-left: 1px solid #FFFFCC;
	color: maroon;
}

div#main {
	margin-right: -20px;
	margin-left: -20px;
	
}

div#footer {
	text-align:center;
	padding: 6px;
}

#tblmain {
}

#tdleft {
	background-color:#CCFF99;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	color: green;
	padding-bottom: 10px;
}

.centeralign {
	text-align:center;
}

.h1link {
	text-decoration: none;
	border: 0px;
	color: maroon;
}

a.green {
	color: green;
}

a.maroon {
	color: maroon;
}

a.darkorange {
	color: #993300;
}

a.navy {
	color: navy;
}

td#contact {
	text-align:right;
	color: maroon;	
}

#tdright {
	background-color: orange;
	border-top: 1px solid yellow;
	border-left: 1px solid yellow;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	color: #993300;
	padding-bottom: 10px;
}



#tdmain {
	background-color:#99CCFF;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	color: navy;
	padding-bottom: 10px;	
}

.twentyfive {
	width: 30%;
}

.fifty {
	width: 40%;
}

.half {
	width: 50%;
}