﻿body
{
    font-family: arial;
    margin: 0px;
    padding:0px;
    background-color: #82a5ff;
}

/*Body Wrapper*/
#wrapper
{
    width: 850px;
}
#subWrapper
{
    padding: 5px;
    background-color: White;
    border: solid 6px #ffff33;
    width: 100%;
    float: left;
    text-align: left;
}
#header
{
    border: dotted 1px silver;
    background-color: #e1e1e1;
    font-size: 8pt;
    padding: 3px;
    float: left;
    width: 842px;
}
#logo
{
    float: left;
    width: 300px;
    height: 60px;
}
#search
{
    float: right;
    width: 300px;
    text-align: right;
    height: 40px;
    padding-top: 20px;
    vertical-align: bottom;
}
#footer
{
    font-size: 8pt;
    clear: both;
    float: left;
    width: 850px;
    padding: 11px;
    text-align: left;
    background-color:#ffff33;
}
/*Left Main Colum*/
#cntA
{
    clear: both;
    width: 522px;
    float: left;
    padding: 2px;
    line-height: 1.5;
}
#cntA h1
{
    background-image: url(        '/images/imgASPBar1.gif' );
    background-repeat: no-repeat;
    text-indent: 80px;
    line-height: 80px;
    font-size: 14pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
#cntA h3
{
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    font-weight: bold;
}
#cntA h4
{
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    font-weight: bold;
}
/*Right Menu*/
#menu1
{
    width: 300px;
    float: right;
}
#menu1 div.nav
{
    background-color: #ffffcc;
    border-radius: 5x;
    -moz-border-radius: 5px;
    padding: 5px;
    -webkit-border-radius: 5px;
}

#menu1 ul
{
    margin: 0px;
    padding: 0px;
}
#menu1 li
{
    list-style-type: circle;
    list-style-position: inside;
}
#menu1 p.header
{
    background-color:#444444; color:White; font-weight:bold; padding:3px;
    -moz-border-radius: 5px;
    padding: 5px;
    -webkit-border-radius: 5px;
}
#menu1 p.header a
{
    color:White;
    text-decoration:none;
}
#catagory li
{
    list-style-image: url('/images/icon1/folder.png');
}
/*Others*/
.code1
{
    font-family: Courier New;
    background-color: #FFFAFA;
    border: solid 3px silver;
    padding: 5px;
    font-size: 9pt;
    clear: both;
    width: 518px;
    overflow: scroll;
}
.blue
{
    color: Blue;
}
.maroon
{
    color: Maroon;
}
.green
{
    color: Green;
}
.quote1
{
    font-style: italic;
    margin: 3px;
}
hr
{
    border: dotted 1px #b6e026;
}
hr.c1
{
    clear: both;
}