@charset "utf-8";
/* CSS Document */
body, html /* Internet Explorer */ 
{ 
text-align: center;
margin:0;
background-image:url(images/new_bg.png);
background-position:center;
background-color:#000000;
}
body, html /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center;
margin:0;
background-image:url(images/new_bg.png);
background-position:center;
background-color:#000000;
}


#main_container {
width:850px;
height:auto;
margin:50px auto;
}
#header_container {
width:850px;
height:130px;
background-image:url(images/header_bg1.gif);
border:solid 1px #666666;
}
.header-scroll {
float:left;
padding-top:5px;
padding-left:5px;
width:475px;
}
#header_bar {
width:850px;
height:28px;
background-image:url(images/header_bar.gif);
border-left:solid 1px #666666;
border-right:solid 1px #666666;
border-bottom:solid 1px #666666;
margin-top:0;
color:#FFFFFF;
font-family:Veranda, Sans-serif;
font-weight:bold;
}
#content_container {
width:850px;
height:auto;
border-left:solid 1px #666666;
border-right:solid 1px #666666;
border-bottom:solid 1px #666666;
background-color:#ffffff;
}
#menu_container {
width:240px;
height:520px; /* 520 px is original */
background-image:url(images/menu_bg.gif);
background-repeat:no-repeat;
float:left;
}
#content {
width:609px;
min-height:550px; /* 520 = original */
background-color:#ffffff;
border-left:solid 1px #666666;
text-align:left;
float:right;
}
#content_padding {
padding:20px;
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#222222;
}
#footer_container {
width:850px;
height:50px;
background-color:#000000;
border-bottom:solid 1px #666666;
border-left:solid 1px #666666;
border-right:solid 1px #666666;
clear:both;
}

/* form styles */
.form_font {
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#222222;
}