/* CSS Document */
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}
body
{
font: 12px Verdana, Arial, Helvetica, sans-serif;
background: #2a3e30;
margin: 0;
padding: 0;
text-align: center;
}
#container
{
/**/background: url(../images/bg_y.jpg) repeat-y;
/**/width: 1200px;
text-align: left;
margin: 0 auto;
padding: 0;
}
#wrapper
{
background: url(../images/bg_home.jpg) no-repeat;
width: 1200px;
height:1200px;
}
#top
{
width: 1200px;
height: 300px;
}
.welcomemessage
{
float: left;
margin-top: 185px;
margin-left: 474px;
width: 415px;
height: 125px;
color: #fff;
font-size: 11px;
font-weight: bold;
line-height: 150%;
}
.welcomemessage em
{
color: #000;
}
#content
{
/**/height: 625px;
width: 684px;
margin: 100px 0 0 0;
/*padding: 0 450px 0px 450px;*/
padding: 0 258px 0px 258px;

}
.leftpage
{
width: 270px;
height: 450px;
overflow: auto;
}
.rightpage
{
width: 270px;
overflow: auto;
height: 470px;
position:relative;
top:-450px;
left:420px;
margin-bottom: -470px;
}
.leftpage h2, .rightpage h2
{
margin-top:20px;
font-size:18px;
}
.leftpage a, .rightpage a, h3
{
color:#BE0064;
font-weight:bold;
font-size:12px;
}
.dynamic p, h3
{
margin:0;
padding:0;
}
/**/
#footer
{
clear: both;
height: 124px;
width: 644px;
padding: 0 278px;
text-align: center;
position:absolute;
top:1040px;
}
#footer table
{
margin-top:-60px;
width: 650px;
}
.tb-email {
border:none;
background: transparent url(../images/email_tb.png) top left;
height: 32px;
width: 188px;
padding:6px 7px 0px 5px;
font-size:10px;
color: #6C784F;
}
.white_letters
{
font-size:10px;
color:#FFFFFF;
padding-bottom:5px;
display:block;
}
.privacy_policy
{
float:right;
font-size:10px;
color:#000000;
line-height:28px;
text-decoration:underline;
}
.button_privacy
{
height:40px;
width:182px;
}
.black_letters strong
{
font-size:12px;
color:#000000;
}
.black_letters a
{
font-size:10px;
color:#000000;
text-decoration:none;
}