/*** Global Settings ****/
body
{
    font : normal 14px / 1.6em Arial , Helvetica , sans-serif;
    color : rgb(42 , 56 , 69);
    margin : 0;
    padding : 0;
    background : rgb(255 , 255 , 255);
}
p
{
    margin : 0;
    padding : 0;
    Line-height : 18px;
}
a:visited, a:link
{
    color : rgb(164 , 59 , 85);
    text-decoration : underline;
    background : none;
}
a:hover
{
    color : rgb(164 , 59 , 85);
    text-decoration : none;
    background : none;
}
h1
{
    color : rgb(122 , 46 , 64);
    margin : 0px 0px 10px 0px;
    padding-bottom : 10px;
    font : normal 17px Georgia , serif;
    border-bottom : 1px solid rgb(239 , 236 , 231);
}
h2
{
    color : rgb(122 , 46 , 64);
    margin : 20px 0 10px;
    padding-bottom : 10px;
    font : normal 17px Georgia , serif;
    border-bottom : 1px solid rgb(239 , 236 , 231);
}
h3
{
    color : rgb(122 , 46 , 64);
    margin : 10px 0;
    padding-bottom : 10px;
    font : bold 14px Arial , Helvetica , sans-serif;
    border-bottom : 1px solid rgb(239 , 236 , 231);
    Padding-top : 20px;
}
ul
{
    padding : 0;
    margin : 0 0 0 17px;
    list-style : square url("images/bullet.gif");
}
.box
{
    background : rgb(247 , 247 , 247);
    border : 1px solid rgb(240 , 233 , 235);
    padding : 15px;
}
/*** Layout ****/
#wrapper
{
    margin : 0 auto;
    width : 776px;
    border-left : 1px solid rgb(240 , 233 , 235);
    border-right : 1px solid rgb(240 , 233 , 235);
}
#header
{
    margin : 0 1px;
}
#bg
{
    height : 36px;
    background : url("images/bg.gif") repeat-x;
}
#nav
{
    background : rgb(122 , 46 , 64);
    padding : 10px 20px;
    text-align : right;
    color : rgb(246 , 221 , 227);
}
#nav a:visited, #nav a:link
{
    text-decoration : none;
    color : rgb(246 , 221 , 227);
}
#nav a:hover
{
    text-decoration : underline;
    color : rgb(246 , 221 , 227);
}
#main-content
{
    margin : 0 auto;
}
#logo
{
    margin-bottom : 45px;
}
.logotxt1
{
    color : blue;
    margin : 10px 0 0 15px;
    Font-family : Times New Roman;
    Font-style : italic;
    Font-weight : bolder;
    Font-size : 46px;
}
.logotxt2
{
    font : normal 20px Georgia , serif;
    color : rgb(122 , 46 , 64);
    Margin-left : 50px;
    Line-height : 50px;
}
#left-column
{
    width : 440px;
    padding : 0 30px 30px;
    float : left;
}
#right-column
{
    width : 270px;
    float : right;
}
.crd a:visited, .crd a:link, .crd a:hover
{
    text-decoration : none;
    color : rgb(42 , 56 , 69);
    cursor : text;
}
#footer
{
    background : rgb(247 , 247 , 247);
    border-top : 1px solid rgb(240 , 233 , 235);
    padding : 10px 15px;
    clear : both;
}
/*** SideBAR ***/
#main-image
{
    text-align : center;
}
.sidebar
{
    width : 218px;
    margin : 0 auto;
    padding : 10px 25px;
    background : url("images/shadow.jpg") no-repeat top;
}
