body , .main
{
margin: 0px;
font-family: calibri, arial, tahoma, verdana, san-serif;
font-size: 13px;
color: #000000;
background: #FFFFFF url('img/bkg.jpg') repeat-x top;
}

.main-container
{
font-family: calibri, arial, tahoma, verdana, san-serif;
font-size: 13px;
color: #000000;
}

.main-shadow-left
{
background: url('img/shadow_left.jpg') no-repeat top right;
}

.main-shadow-right
{
background: url('img/shadow_right.jpg') no-repeat top left;
}

.main-container-center
{
background: #FFFFFF;
}

.header
{
background: #FFFFFF url('img/header_bkg.jpg') repeat-x top;
}

.header-links
{
float: right;
font-size: 13px;
margin-top: 56px;
margin-right: 10px;
text-align: right;
color: #000000;
text-decoration: none;
}

.header-links a:link , .header-links a:visited , .header-links a:active
{
padding-left: 4px;
padding-right: 4px;
color: #999999;
text-decoration: none;
font-weight: 100;
}

.header-links a:hover
{
color: #FFCC00;
text-decoration: none;
}

.logo
{
float: left;
}

.menu-container
{
font-size: 18px;
text-transform: uppercase;
color: #FFFFFF;
background: url('img/menu_bkg.jpg') repeat-x;
}

.menu-container a:link , .menu-container a:visited , .menu-container a:active
{
padding-left: 6px;
padding-right: 6px;
color: #FFFFFF;
text-decoration: none;
}

.menu-container a:hover
{
color: #FFFFFF;
text-decoration: none;
}

.menu-shadow
{
background: #FFFFFF url('img/menu_shadow.jpg') repeat-x;
}

.flash-container
{
padding-left: 8px;
padding-right: 8px;
text-align: center;
}

.text
{
padding: 10px;
text-align: left;
}

.box-text
{
padding: 10px;
padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

.box-image
{
background: #FFFFFF url('img/box_img_bkg.jpg') no-repeat;
padding: 14px 13px 14px 13px;
}

.btn-more
{
margin-left: 10px;
}

.dashed-lines
{
background: #FFFFFF url('img/dash.gif') repeat-y;
}

h2
{
padding: 0px;
margin-top: 0px;
margin-bottom: 6px;
font-weight: 500;
font-size: 18px;
color: #FF0000;
}

h3
{
padding: 0px;
margin: 0px;
font-weight: bold;
font-size: 14px;
color: #000000;
text-decoration: underline;
}

a:link , a:visited , a:active
{
color: #FF0000;
font-weight: bold;
text-decoration: underline;
}

a:hover
{
color: #FF0000;
font-weight: bold;
text-decoration: underline;
}

.footer-links
{
padding: 20px;
text-align: center;
color: #666666;
}

.footer-links a:link , .footer-links a:visited , .footer-links a:active
{
padding-left: 10px;
padding-right: 10px;
color: #666666;
font-weight: 100;
text-decoration: none;
}

.footer-links a:hover
{
color: #666666;
text-decoration: underline;
}