﻿/* BASIC HTML DEFINITIONS */

HTML       {height: 100%; margin-bottom: 1px;}
body       {background-color: #000000; color: #FFFFFF; font-family: Arial; font-size: 10px; margin: 30px 0;
            background-image: url(images/background.jpg); background-repeat: repeat-x;}
tr  {padding: 0px; margin: 0; border-collapse: collapse; font-size: 100%;}
td  {margin: 0;
	border-collapse: collapse; 	text-align: center;
	}
table  {padding: 0px; 
	}
ul li         {list-style-image: url(images/bullet.gif); font-size: 100%;}
hr         {background-color: #000; color: #000; height: 4px; width: 100%; border-top: 1px dotted #83571E; border-bottom: 1px dotted #83571E;
            border-left: 1px solid #000; border-right: 1px solid #000;}
img {border: 0; margin: 0; padding: 0;}

.feedback    {width: 450px; background-color: #000; color: #FFF; border: 3px double #808080; padding: 10px;}

/* HEADING DEFINITIONS */

h1 {font-family: verdana; color: #ffffff; text-align: left; font-size: 10pt; font-weight: normal;}
h2 {font-family: Times, Times, serif;  color: #D4A848; text-align: left; font-size: 30px; font-weight: bold;}
h3 {font-family: verdana; color: #000000; text-align: left; font-size: 10pt; font-weight: normal; letter-spacing:1; line-height:1;
} 
h4 {font-family: verdana; color: #000000; font-size: 10pt; font-weight: normal; text-align:left; margin-left:20px; margin-right:20px;

}
h5 {font-family: verdana; color: #000000; font-size: 10pt; font-weight: bold; text-align:left; margin-left:20px; margin-right:20px;}
h6 {font-size: 120%; font-weight: bold; color: #8E571E;}

span.dropcap {font-family: Times, Times, serif; float: left; color: #D4A848; font-size: 75px; line-height: 50px; padding: 0 4px 0 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #E0B546; text-decoration: none; font-weight: bold;}
A:VISITED {color: #E0B546; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #ffffff; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #E0B546; text-decoration: none; font-weight: bold;}

.rollover   {
float:middle;
	color: #000;
	font-size: 8pt;
	vertical-align: middle;
	text-align:center;
	
}
.rollover A:LINK {
	display: block;
	float:left;
	width: 75px;
	height: 34px;
	font-family: Verdana;
	color: #000000;
	vertical-align: middle;

}
.rollover A:VISITED {
	display: block;
	float:left;
	width: 75px;
	height: 34px;
	font-family: Verdana;
	color: #000000;
	vertical-align: middle;

	
}
.rollover A:HOVER {
	background: url("images/button.jpg") 0 0 no-repeat;
	font color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
	font-family: Verdana;
		width: 75px;
	height: 34px;
	padding:0;


}

.header a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
}
.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: #FFF; text-decoration: none; font-weight: bold;}
.footer a:visited {color: #FFF; text-decoration: none; font-weight: bold;}
.footer a:hover {color: #000; text-decoration: none; font-weight: bold;}
.footer a:active {color: #FFF; text-decoration: none; font-weight: bold;}


/* MAIN CLASSES */

.wrapper        {width: 750px; text-align: left;}
.movie          {border: 1px solid #404040;}
.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; vertical-align:middle; text-align:center; 
color: #000000; 
}
.sidebar        {width: 230px; text-align: left; vertical-align: top; padding: 10px; line-height: 14px; 
                 border-left: 1px solid #404040; border-right: 1px solid #404040; font-size: 90%; color: #CCC;}
.maintext       {width: 490px; vertical-align: top; padding: 10px; line-height: 20px; border-right: 1px solid #404040; text-align: justify;}
.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;}