﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
    margin: 0;
    padding: 0;
    background-color: #ffffe0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
    line-height: 13pt;
    text-align: center;
    min-width: 755px;
}

h1{
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

h2
{
  font-weight:normal;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

p
{ margin: 1em 0em;
}   

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#d61719;
	text-decoration:none;
}

a:visited {
	color:#980000;
	text-decoration:none;
	
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#980000;
}

a img {
 border: none;  
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Content Layout

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#MainContainer
{
    width: 755px;
    border: solid 1px silver;
    margin: 10px auto 0 auto;
    text-align: left;
}

#Header
{
    background-image: url(Images/Headerbackground.gif);
    width: auto;
    border-bottom: silver 1px solid;
    padding: 2px;
    margin: 0; 
    background-color: white;
}

#Footer
{
    width: auto;
    text-align: center;
    background-image: url(Images/Titlebackground.gif);
    border-top: silver 1px solid;
    padding: 0;
    background-color: White;
}

#Content
{
    width: auto;
    background-color: White;
    padding: 25px 25px 25px 100px;
    margin: 0px 0px 0px 0px;
}

