/* CSS Document */

body {
background-image:url(images/background-loop.gif); 
background-color:#CCCCCC; 
background-repeat:repeat-x; 
margin-bottom:0px; 
margin-top:10px; 
margin-left:0px; 
margin-right:0px; 
text-align:center; 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;
}

.small {
font-size:10px;
}

#Container {
width:960px; 
background-color:#FFFFFF; 
margin:auto;
}

#Cell-A1{
width:225px;
text-align:center;
vertical-align:middle;
}

#Cell-A2{
width:623px;
text-align:left;
vertical-align:bottom;
padding-bottom:11px;
}

#Cell-A3{
width:112px;
text-align:right;
vertical-align:top;
}

#Cell-B1{
text-align:center;
vertical-align:top;
}

#Cell-B2{
background-repeat:no-repeat; 
background-position:top right; 
text-align:left;
vertical-align:top;
padding-top:12px;
}

#Cell-C{
background-color:#000000;; 
text-align:left;
vertical-align:top;
}

#Sidemenu-Container{
width:191px;
margin:auto;
}

.Sidemenu-Spacer{
height:10px;
}

.Sidemenu-Bottom{
height:40px;
}

#Footer-Title-Container{
position:relative; 
float:left;
width:0px;
display:inline;
}

#Footer-Title{
position:absolute; 
top:-18px; 
left:59px;
}

#Footer-Container{
color:#FFFFFF; 
margin-top:5px; 
margin-bottom:5px; 
margin-left:58px; 
width:540px;
}

#Footer-Container a{
color:#FFFFFF;
text-decoration:none;
}

#Footer-Container a:hover,#Footer-Container a:active,#Footer-Container a:focus{
color:#FFFFFF;
text-decoration:underline;
}

.Footer-Cells{
height:18px;
text-align:left;
}

img {
border:none;
}

img a {
	border:none;
}

h1 {   
  clear: both;
  font: 2.5em "helvetica", "sans serif", arial, verdana;
  color: #999999;
}

h2 {
  font: 1.5em "helvetica", "sans serif", arial, verdana;
/*  color: #f9d2c2;*/
  color: #999999;

}

h2 a {
  color: #f9d2c2;
}

h2 a:hover {
  color: #f9d2c2;
}

h3 {
  font: 1.3em "helvetica", "sans serif", arial, verdana;
  color: #f9d2c2;
}

h4 {
  font: 1.2em "helvetica", "sans serif", arial, verdana;
  color: #f9d2c2;
}

h5 {
  font: 1.1em "helvetica", "sans serif", arial, verdana;
  color: #f9d2c2;
  letter-spacing:1px;
}

h6 {
  font: 1.1em "helvetica", "sans serif", arial, verdana;
  color: #f9d2c2;
}

h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}

a {
	color:#004e9b;
	text-decoration:underline;
}

a:hover, a:active, a:focus {
	color: #004e9b;
	text-decoration: underline;
}

.submitbutton {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: white;
    text-decoration: none;
    background-color: #971B1E;
    border: 2px outset black;
    padding: 2px
}
