/* BASIC HTML DEFINITIONS */

HTML       {height: 100%; margin-bottom: 1px;}
body       {
	background-color: #3F5371;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin: 30px 0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
table, td, tr  {
	padding: 0px;
	margin: 0;
	border-collapse: collapse;
	font-size: 16px;
	text-align: left;
}
ul li         {list-style-image: url(images/bullet.gif); font-size: 100%;}
hr         {
	background-color: #FFF;
	color: #FFF;
	height: 4px;
	width: auto;
	border-top: 1px dotted #3F5371;
	border-bottom: 1px dotted #3F5371;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
img {border: 0; margin: 0; padding: 0;}


form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.formbutton1 {background-color: #C0C0C0; color: #FFFFFF;}
.forminput   {background-color: #FFF; color: #000; border: 1px solid #C0C0C0; padding: 3px; font-size: 100%; font-family: Verdana, Arial, sans-serif; margin: 2px;}
.feedback    {width: 450px; background-color: #FFF; color: #000; border: 3px double #808080; padding: 10px;}

/* HEADING DEFINITIONS */

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: 000000;
	text-align: left;
	font-size: 150%;
}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #7F603F; text-align: left; font-size: 20px; font-weight: normal; letter-spacing: 1px;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #607FAE; text-align: left; font-size: 18px; font-weight: normal;}
h4 {font-size: 120%; font-weight: bold; color: #7F603F; border-bottom: 1px solid #7F603F;}
h5 {font-size: 120%; font-weight: bold; color: #51709E;}
h6 {font-size: 120%; font-weight: bold; color: #607FAE;}

span.dropcap {font-family: Times, Times, serif; float: left; color: #51709E; font-size: 75px; line-height: 55px; padding: 0 4px 0 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #7CABEC; text-decoration: none; font-weight: bold;}
A:VISITED {color: #7CABEC; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #A98157; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {
	color: #7CABEC;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.rollover   {float: left; color: #FFF; font-size: 12px;}
.rollover A:LINK {display: block; margin: 0; width: 124px; padding: 12px 0 13px 0; float: left; font: bold 12px Tahoma; color: #FFF; background: url("images/button.jpg") 0 0 no-repeat}
.rollover A:VISITED {display: block; margin: 0; width: 124px; padding: 12px 0 13px 0; float: left; font: bold 12px Tahoma; color: #FFF; background: url("images/button.jpg") 0 0 no-repeat}
.rollover A:HOVER {background-position: -125px 0; font: bold 12px Tahoma; color: #FFF; text-decoration: none;}
.rollover A:ACTIVE {display: block; margin: 0; width: 124px; padding: 12px 0 13px 0; float: left; font: bold 12px Tahoma; color: #FFF; background: url("images/button.jpg") 0 0 no-repeat}

.header a:link {color: #000; text-decoration: none; font-weight: bold;}
.header a:visited {color: #000; text-decoration: none; font-weight: bold;}
.header a:hover {color: #FFF; text-decoration: none; font-weight: bold;}
.header a:active {color: #000; text-decoration: none; font-weight: bold;}

.footer a:link {color: #000; text-decoration: none; font-weight: bold;}
.footer a:visited {color: #000; text-decoration: none; font-weight: bold;}
.footer a:hover {color: #FFF; text-decoration: none; font-weight: bold;}
.footer a:active {color: #000; text-decoration: none; font-weight: bold;}


/* MAIN CLASSES */

.wrapper        {width: 750px; text-align: left; background-color: #FFFFFF;}
.movie          {width: 230px; border: 1px solid #51709E;}
.header         {width: 750px; background-image: url(images/logoimage.jpg); color: #000; font-weight: bold; text-align: right; height: 100px; font-size: 85%;}
.mainnavigation {width: 750px; background-image: url(images/navcell.jpg); text-align: center; color: #FFF; height: 40px; padding-left: 2px;}
.sidebar        {width: 230px; text-align: left; vertical-align: top; padding: 10px; line-height: 14px; 
                 border-left: 1px solid #404040; border-right: 1px solid #C0C0C0; font-size: 90%; font-family:Verdana, Geneva, sans-serif}
.maintext       {
	width: 500px;
	vertical-align: top;
	padding: 10px;
	line-height: 20px;
	border-right: 1px solid #404040;
	text-align: left;
	font-size: 16px;
	white-space: normal;
	letter-spacing: normal;
}
.maintextwide   {width: 750px; vertical-align: top; padding: 5px 40px; line-height: 18px; border-left: 1px solid #404040; 
                 border-right: 1px solid #404040; text-align: justify;}
.footerbar      {height: 10px; border-left: 1px solid #404040; border-right: 1px solid #404040;}
.footer         {text-align: center; font-size: 90%; font-weight: bold; background-image: url(images/footer.jpg); height: 80px; color: #000000;
                 border-left: 1px solid #404040; border-right: 1px solid #404040; border-bottom: 1px solid #404040;}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 0 10px 0 0; float: left; border: 3px double #828282;}
.imageright  {margin: 0 0 0 10px; float: right; border: 3px double #828282;}
.imagecenter {margin: 0 5px; border: 3px double #828282;}
tr .maintext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.wrapper tr .sidebar p a {
	font-family: Verdana, Geneva, sans-serif;
}
.wrapper tr .sidebar p a {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.wrapper tr .sidebar p a {
	font-size: 14px;
}
.wrapper tr .sidebar p a {
	font-family: Tahoma, Geneva, sans-serif;
}
.wrapper tr .maintext div font {
	font-family: Georgia, Times New Roman, Times, serif;
}
.wrapper tr .maintext div font {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.wrapper tr .maintext div font {
	font-size: 18px;
}
.wrapper tr .maintext table tr td pre strong {
	font-size: 18px;
}

