/* BASIC HTML DEFINITIONS */

body       {background-color: #FFFFFF; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 75%; margin: 10px 0;}
table, td, tr  {padding: 0px; margin: 0; border-collapse: collapse; font-size: 100%;}
li         {list-style-image: url(../images/bullet.gif); font-size: 100%;}
hr         {background-color: #C0C0C0; color: #C0C0C0; height: 1px; width: 100%;}
img {border: 0; margin: 0; padding: 0;}

form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.forminput   {background-color: #FFFFFF; color: #000000; border: 1px solid #C0C0C0; padding: 3px; font-size: 11px; font-family: Verdana, Arial, sans-serif;}
.feedback {width: 450px; background-color: #FFFFFF; color: #000000; border: 3px double #000000; padding: 10px;}

/* HEADING DEFINITIONS */

h1 {font-family: Verdana, Arial, sans-serif; color: #6386B4; text-align: left; font-size: 20px; font-weight: normal; padding: 0px; margin: 0 0 10px 0;}
h2 {font-size: 120%; font-weight: bold; color: #AE865E;}
h3 {font-size: 120%; font-weight: bold; color: #6386B4;}
h4 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #FFFFFF; background-color: #6386B4; text-align: center; 
    font-size: 12px; font-weight: bold; letter-spacing: 3px; padding: 3px 0; margin: 0 0 8px 0;}
h5 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #FFFFFF; background-color: #AE865E; text-align: center; 
    font-size: 12px; font-weight: bold; letter-spacing: 3px; padding: 3px 0; margin: 0 0 8px 0;}
h6 {font-size: 120%; font-weight: bold; color: #808080; margin: 10px 0;}

span.dropcap {font-family: Times, Times, serif; float: left; color: #6386B4; font-size: 60px; font-weight: bold; line-height: 45px; padding: 0 4px 0 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #3E5B82; text-decoration: none; font-weight: normal;}
A:VISITED {color: #3E5B82; text-decoration: none; font-weight: normal;}
A:HOVER   {color: #8B6645; text-decoration: underline; font-weight: normal;}
A:ACTIVE  {color: #3E5B82; text-decoration: none; font-weight: normal;}

.mainnavigation A:LINK    {color: #FFFFFF; text-decoration: none; font-weight: bold;}
.mainnavigation A:VISITED {color: #FFFFFF; text-decoration: none; font-weight: bold;}
.mainnavigation A:HOVER   {color: #FFFFFF; text-decoration: underline; font-weight: bold;}
.mainnavigation A:ACTIVE  {color: #FFFFFF; text-decoration: none; font-weight: bold;}

/* MAIN CLASSES */

.wrapper        {width: 750px; text-align: left; border: 1px solid #C0C0C0;}
.logoimage      {width: 250px; padding-bottom: 2px;}
.global         {text-align: right; vertical-align: bottom; padding-bottom: 5px; font-size: 90%;}
.mainnavigation {width: 250px; background-image: url(../images/navigation.gif); text-align: left; color: #FFFFFF;
                 line-height: 20px; letter-spacing: 2px; padding: 10px 0; border-right: 1px dashed #C0C0C0;}
.mainimage      {width: 250px;}
.picture1       {width: 250px; border-top: 1px dashed #C0C0C0; border-right: 1px dashed #C0C0C0;}
.picture2       {width: 250px; border-top: 1px dashed #C0C0C0;}
.sidebar        {width: 250px; text-align: left; vertical-align: top; padding: 5px; line-height: 14px; border-left: 1px dashed #C0C0C0; font-size: 90%;}
.maintext       {
	width: 500px;
	vertical-align: top;
	padding: 5px;
	line-height: 18px;
	border-top: 1px dashed #C0C0C0;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.maintextwide   {width: 750px; vertical-align: top; padding: 5px 40px; line-height: 18px; border-top: 1px dashed #C0C0C0; text-align: justify;}
.globalbottom   {text-align: center; font-size: 90%; width: 500px; padding: 8px 0; border-top: 1px dashed #C0C0C0;}
.copyright      {text-align: center; font-size: 90%; width: 250px; padding: 8px 0; border-top: 1px dashed #C0C0C0; border-left: 1px dashed #C0C0C0;}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 0 5px; float: left; border: 3px double #C0C0C0;}
.imageright  {margin: 0 5px; float: right; border: 3px double #C0C0C0;}
.imagecenter {margin: 0 5px; border: 3px double #C0C0C0;}
.formbutton2 {
	background-color: #6386B4;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px double #FFFFFF;
}
