/* CSS Document */


a {
	font-size: 14px;
	color: #989898;
}
a:link {
	color: #880900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}


body{
background:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}
.container{
margin:0 auto !important; /*centers the page horizontally*/
background:url(Images/2sidesLONG.gif);
background-repeat: repeat-y !important;
width:805PX;
font:Arial, Helvetica, sans-serif;
color:#8B0800 ;
font-size:14px;

}
h1{
font-size:14px;
color:#880900;}

#menu{
font:Arial, Helvetica, sans-serif;
font-size:14px;
color:#8B0800 ;
clear:both;
width:800px;
}


.button
{
    background: url(Images/button_login_submit2.gif);
    border: solid 0px white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #001563;
    width: 204px;
    height: 35px;
}

.button:hover
{
    background: url(Images/button_login_submit.gif);
    border: solid 0px white;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: White;
    width: 204px;
    height: 35px;
    background-repeat:no repeat;
}

