﻿BODY {
background-color: #000;
color: #000;
font-family: Verdana, Arial, sans-serif;
font-size: 75%;
margin: 0 0 20px 0;
padding: 0px;
}
.wrapper {
width: 750px; 
background-color: #ffffff;
color: #000; 
text-align: left;
border: 1px solid #000; 
margin: 12px auto 0 auto;
}
p, td, li {font-size: 100%;}
table     {padding: 0px; border-collapse: collapse; font-size: 100%;}

/* this group sets the normal link colors */
A:LINK {
color: #455147;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color: #455147;
text-decoration :none;
font-weight: bold;
}
A:HOVER {
color: #455147; 
text-decoration: underline overline;
font-weight: bold;
}
A:ACTIVE {
color: #455147;
text-decoration: none;
font-weight: bold;
}
/* this grouping sets the heading colors and sizes */
h1 {
	font: normal 30px Georgia, Georgia, serif;
	color:#325474;
}
h2 {
	font: normal 20px Verdana, Arial, sans-serif;
	color: #7B1d20;
}
h3 {
	font: normal 20px Verdana, Arial, sans-serif;
	color:#546c3b;
}
h4 {
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #000000;
	letter-spacing: 2px;
}
h5 {
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color: #ffffff;
	letter-spacing: 2px;
}
h6 {
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	color:#040876;
	letter-spacing: 2px;
}
/* this class sets the properties for the horizontal rule bar */
hr {
color:#325474;
width: 80%;
height: 2px;
}
.logocell {
font-family: Verdana, Arial, sans-serif;
background-image: url('images/logosample.png'); /* sets the background image */
background-position: top left; /* positions the background image */
background-repeat: no-repeat;
text-align: right;
vertical-align: bottom;
padding-right: 20px;
padding-bottom: 5px;
border: 1px solid #000;
height: 80px;
width: 750px;
}
.maincell {
font-family: Verdana, Arial, sans-serif;
font-size: 120%; font-weight: bold; color:#ffffff;letter-spacing: 2px;
background-color: #000;
background-image: url('images/mainimage2.png'); /* sets the background image */
background-position: top right; /* positions the background image */
background-repeat: no-repeat;
padding-right: 5px;
text-align: left;
width: 530px;
height: 220px;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
vertical-align: top;
}
.pagebanner {
background-color: #FBF6F2;
background-image: url('images/pageback.jpg'); /* sets the background image */
background-position: top left; /* positions the background image */
background-repeat: no-repeat;
border-right: 1px solid #000;
padding: 0px 10px 0px 10px;
height: 45px;
}
.sidebar {
background-color: #755522;
border-right: 1px solid #000;
border-left: 1px solid #000;
color: #ffffff;
font-weight: bold;
text-align: center;
vertical-align: top;
line-height: 20px;
width: 220px;
padding: 5px;
}
.sidebar a:link {display: block; text-align: left; text-decoration: none;  padding-left: 15px; color: #FBF6F2;}
.sidebar a:active {display: block; text-align: left; text-decoration: none;  padding-left: 15px; color: #FBF6F2;}
.sidebar a:hover {display: block; text-align: left; text-decoration: none; padding-left: 15px; color: #FBF6F2; background-color: #243C54;}
.sidebar a:visited {display: block; text-align: left; text-decoration: none; padding-left: 15px; color: #FBF6F2;}

.textarea1 {
font-family: Verdana, Arial, sans-serif;
background-color: #FBF6F2;
color: #000000;
font-size: 100%;
text-align: justify;
line-height: 20px;
vertical-align: top;
border-right: 1px dashed #B5A78A;
padding: 8px;
width: 265px;
}
.textarea2 {
font-family: Verdana, Arial, sans-serif;
background-color: #FBF6F2;
color: #000000;
font-size: 100%;
vertical-align: top;
text-align: justify;
line-height: 20px;
padding: 8px;
width: 265px;
border-right: 1px solid #000;
}
.textarea3 {
font-family: Verdana, Arial, sans-serif;
background-color:#FBF6F2;
color: #000000;
font-size: 100%;
vertical-align: top;
text-align: justify;
line-height: 20px;
border-right: 1px solid #000;
padding: 8px;
width: 750px;
}
.copyright {
background-color: #243C54;
padding: 5px;
color: #ffffff;
font-size: 80%;
text-align: center;
vertical-align: top;
line-height: 20px;
border: 1px solid #000;
}
.copyright a:link {display: inline; text-align: center; text-decoration: none;  color: #ffffff;}
.copyright a:active {display: inline; text-align: center; text-decoration: none;  color: #ffffff;}
.copyright a:hover {display: inline; text-align: center; text-decoration: none; color: #ffffff; background-color: #adb5af;}
.copyright a:visited {display: inline; text-align: center;  text-decoration: none; color: #ffffff;}

.imageright  {margin: 5px 5px 5px 5px; float: right; border: 3px double #000000;}
.imageleft  {margin: 5px 5px 5px 5px; float: left; border: 3px double #000000;}
.imagecenter  {margin: 5px 5px 5px 5px; border: 3px double #000000;}

/* Templates in Time */