﻿body
{
    margin: 0;
    font-size: small;
    font-family: verdana;
    text-align: center;
    color: #666;
}

#container
{
    width: 80%; 
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid red;*/
}

#banner
{
    width: 100%;
    height: 300px;
    background: #fff url(assets/images/banner_bg.jpg) no-repeat center bottom;
    text-align:center;
    
}

#navcontainer 
{
   width:100%;
   background:#fcfbf9 url(assets/images/bg.gif) repeat-x left bottom;
} 

#nav
{
    /*width:940px;*/
   /*width: 100%;*/
   /* clear: left;
    float: left;*/
    margin-top:4px;
    font-size: 90%;
    line-height: normal; /*border:1px solid blue;*/ /* background:#dfead0 url(assets/images/bg.gif) repeat-x left bottom; */
   /* background: #fff;*/
   /*  background:#fcfbf9 url(assets/images/bg.gif) repeat-x left bottom;*/
}
#nav ul
{
    margin-top: 4px;
    margin-bottom:0;  
    list-style: none;
   
}
#nav td
{
   
    background: url(assets/images/norm_right.gif) no-repeat right top;
    /*margin-right: 1px;
    padding: 8px 32px;
    padding: 0;*/
    margin-bottom:0;
}

#nav td a
{
   display: block;
    background: url(assets/images/norm_left.gif) no-repeat left top;
    padding: 6px 32px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma;
    
}


#nav a:hover
{
    color: #ccc;
}



/* styles for three column layout */

#main-body
{
    float: left;
    width: 70%;
}

#content
{
    margin-top: 10px;
    float: right;
    width: 55%;
}

#sidebar
{
    margin-top: 10px;
    margin-bottom:10px;
    float: left;
    width: 45%;
    background: #fff url(assets/images/column_separator.gif) repeat-y right top;
    min-height:330px;
}

#sidebar h2 {background:#900;margin:0;color:#fff;padding:4px;border-bottom:4px solid #ccc;}

#sidebar div, #content div, #sidebar-2 div
{
    padding: 0 15px 10px 15px;
    text-align: left;
    vertical-align: top;
}


#sidebar-2
{
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
    width: 30%;
    background: #fff url(assets/images/column_separator.gif) repeat-y left top;
    min-height:330px;
}

ul
{
    list-style: url(assets/images/list_marker.gif);
    margin: 0;
    padding-left: 20px;
}

ul li
{
    color: #6c0;
    font-size: 80%;
    font-weight: bold;
    margin-bottom:4px;
}

#divider
{
    margin-top: 20px;
    height: 15px;
    width: 100%;
    background: url(assets/images/separator.gif) repeat left top;
}

.bold
{
    font-weight: bold;
}

#footer-outer
{
    /*width: 100%;*/
    height: 63px;
    clear: both;
    background: url(assets/images/rep2.gif) repeat-x;
    margin-bottom:40px;
   
}

table#footer
{
    background: url(assets/images/left2.jpg) no-repeat left top;
    height: 63px;
    width: 100%;
}

table#footer td
{
    padding: 0;
    background: url(assets/images/right2.jpg) no-repeat right top;
    vertical-align: middle;
    color: #FFFFFF;
    text-align: center;
}

table#footer td a
{
    color: #FFFFFF;
    text-decoration: none;
}
table#footer td a:hover
{
    text-decoration: underline;
}

.footerSmall
{
    color: #FFF;
    text-align: center;
    font-size: 9px;
}

h3 
{
    font-size:110%;
    margin-top:0;
    margin-bottom:3px;
    font-weight:bold;
    }


.box
{
    width: 225px;
    background: url(assets/images/div_bg.gif) no-repeat bottom left;
    margin-left:30px;
}

.box h3
{
    margin: 0;
    padding: 6px 8px 4px 10px;
    font-size: 1.2em;
    font-weight:bold;
    font-family: Arial;
    color: #006;
    border-bottom: 1px solid #999;
    background: url(assets/images/h3_bg.gif) no-repeat top left;
    
}

.box ul
{
    margin: 0;
    padding: 14px 10px;
    list-style: none;
}

.box ul li
{
    margin: 0 0 14px;
    padding: 0;
    font-size: 90%;
    font-family: Arial;
}

.box ul li a
{
    color: #333;
    text-decoration:none;
}

.box ul li a:hover
{
    color: #a6a66d;
     text-decoration:none;
}

div#register {


color:#666;
margin-bottom:12px;
border:solid #ccc;
padding:0;
width:90%;
}

/*

div#register h2 {font:normal 1.6em Arial;color:#ffc;margin:0;}*/
div#register a{color:#006;font:bold italic 1.2em/2.4em arial;text-decoration:none;}
div#register a:hover{color:#00f;}

.required {color:#c00;}



