/* BASIC HTML DEFINITIONS */

HTML       {height: 100%; margin-bottom: 1px;}
body       {background: #EDEDE3 url(images/footer_new.jpg) repeat-x; color: #000; font-family: Verdana, Arial, sans-serif; font-size: 75%; margin: 20px 0;}
table, td, tr  {padding: 0px; margin: 0; border-collapse: collapse; font-size: 100%;}
ul li      {list-style-image: url(images/bullet1.gif); font-size: 100%;}
hr         {background-color: #E6390A; color: #E6390A; height: 1px; width: 100%;} 
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;}

/* HEADING DEFINITIONS */

h1 {font-family: Georgia, Times, serif; color: #960013; text-align: left; font-size: 26px; font-weight: normal; margin: 15px 0 20px 0;}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #1280A4; text-align: left; font-size: 18px; font-weight: normal; margin: 0;}
h3 {font-family: Verdana, Arial, sans-serif; color: #960013; text-align: left; font-size: 14px; font-weight: bold; margin: 0px 0 2px 0;}
h4 {font-size: 120%; font-weight: bold; color: #A8A36A; background-color: #960013; padding: 4px 4px; margin: 0;}
h5 {font-size: 120%; font-weight: bold; color: #C12C09;}
h6 {font-size: 120%; font-weight: bold; color: #960013; margin: 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #653B15; text-decoration: none; font-weight: bold;}
A:VISITED {color: #A8A36A; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #960013; text-decoration: bold; font-weight: bold;}
A:ACTIVE  {color: #960013; text-decoration: none; font-weight: bold;}

.rollover   {color: #FFF; font-size: 12px; padding-left: 3px;}
.rollover A:LINK, .rollover A:VISITED {display: block; margin: 0; width: 124px; padding: 18px 0; float: left; font: bold 12px Tahoma; color: #FFF; 
                                       background: url(images/buttongroup.jpg) 0 0 no-repeat}
.rollover A:HOVER {background-position: -125px 0; font: bold 12px Tahoma; color: #FFF; text-decoration: none;}
.rollover A:ACTIVE {background-position: -125px 0; font: bold 12px Tahoma; color: #FFF; text-decoration: none;}

/* MAIN CLASSES */

.wrapper        {width: 750px; text-align: left; color: #000; background-image: url(images/wrapperbkg.jpg);}
.header         {background-image: url(images/logoblank3.jpg); vertical-align: top; height: 150px; font-size: 85%;}
.navbar         {width: 750px; text-align: center; color: #FFF; height: 50px; background-image: url(images/navcell.jpg);}
.sidebar        {width: 150px; text-align: left; vertical-align: top; padding: 5px 10px; font-size: 90%; line-height: 18px;}
.content        {width: 555px; vertical-align: top; padding: 10px 10px 0 10px; text-align: justify; color: #653B15; line-height: 20px;}
.textshort      {width: 50%; padding: 10px 0; text-align: left; vertical-align: top; border-top: 4px solid #960013; font-size: 90%; line-height: 16px;}
.textwide       {width: 100%; vertical-align: top; padding: 10px 40px; line-height: 18px; text-align: justify;}
.footer         {text-align: center; font-size: 90%; font-weight: bold; padding: 0px; background-image: url(images/footer.jpg);}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 0 10px 0 0; float: left; border: 1px solid #C0C0C0;}
.imageright  {margin: 0 0 0 10px; float: right; border: 1px solid #C0C0C0;}
.imagecenter {margin: 0 5px;}
p img 		{border: 1px solid #A8a36a; padding: 5px; margin-right:10px; margin-left: 10px;}