#container
{
    width : 850px;
    margin-right : auto;
    margin-left : auto;
    background-color : rgb(255 , 255 , 255);
}
#header
{
    height : 150px;
    width : 850px;
    background-image : url("images/header.jpg");
    background-color : rgb(255 , 255 , 204);
}
#content
{
    padding : 10px;
    width : 600px;
    margin-right : 10px;
    margin-left : 160px;
    font-family : Arial , Helvetica , sans-serif;
}
#leftnav
{
    padding : 5px;
    float : left;
    width : 140px;
    background-color : rgb(255 , 255 , 255);
}
#leftnav ul
{
    margin-left : 0;
    padding-left : 0;
    list-style-type : none;
    font-family : Arial , Helvetica , sans-serif;
    font-size : 12px;
    color : rgb(102 , 0 , 0);
}
#leftnav a
{
    padding : 3px;
    display : block;
    width : 130px;
    border-bottom-width : 1px;
    color : rgb(153 , 51 , 0);
}
#leftnav a:link, .navlist a:visited
{
    text-decoration : underline;
    font-weight : bold;
    color : rgb(102 , 0 , 0);
    font-style : normal;
    text-transform : none;
    list-style-type : armenian;
    list-style-position : inside;
    text-align : left;
}
#leftnav a:visited
{
    text-decoration : underline;
    font-weight : bold;
    color : rgb(153 , 0 , 0);
}
#leftnav a:hover
{
    text-decoration : none;
    color : rgb(0 , 0 , 255);
}
#leftnav a:active
{
color: red;
background-color: gray;
}

#active:hover li { display: block; }
#active li { display: none; }


#sidebar
{
    padding : 10px;
    float : right;
    width : 130px;
    background-color : rgb(255 , 255 , 255);
}
#footer
{
    padding : 10px;
    clear : both;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 12px;
    font-weight : bold;
    background-color : white;
    Font-style : normal;
    Text-align : center;
}
h1
{
    font-family : Papyrus , Verdana , Arial , Helvetica , sans-serif;
    font-size : 22px;
    font-weight : bold;
    color : rgb(26 , 35 , 115);
    line-height : 24px;
}
h2
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 17px;
    font-weight : bold;
    line-height : 20px;
    color : rgb(102 , 51 , 102);
}
h3
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 14px;
    font-weight : bolder;
    color : rgb(0 , 0 , 0);
    line-height : 20px;
}
p
{
    margin : 3px 0;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 12px;
    line-height : 11pt;
    padding-bottom : 9px;
}
#p_alert
{
    color:green;
    font-style:italic;
    font-weight:bold;
} 
a
{
    font-weight : bold;
    text-decoration : underline;
    color : rgb(153 , 0 , 0);
}
a:visited
{
    text-decoration : underline;
    font-weight : bold;
    color : rgb(102 , 0 , 0);
}
a:hover
{
    text-decoration : none;
    color : rgb(102 , 102 , 204);
}
.box1
{
    border : 1px solid rgb(102 , 102 , 102);
    background : rgb(255 , 204 , 153) none repeat scroll 0% 50%;
    color : rgb(0 , 0 , 0);
    width : 470px;
    height : 320px;
    padding-right : 4px;
    padding-bottom : 0;
    padding-left : 6px;
    line-height : 16px;
}
.smalltext
{
    margin : 3px 0;
    padding : 3px 0;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 10px;
    line-height : 12pt;
}
#content2
{
    padding : 10px;
    width : 600px;
    margin-right : 10px;
    margin-left : 160px;
    font-family : Arial , Helvetica , sans-serif;
}

