/* Archana's website's CSS document */

body
{
        margin: 0px;
        padding: 0px;
        font-family: georgia, times, serif;
        background: #FFFF99;
}

#top
{
        margin: 0px;
        padding: 20px;
        background: #FF9933;
        border-bottom: 2px solid #f90;
}

#leftcontent
{
        float: left;
        margin: 0px;
        padding: 0px;
        width: 200px;
}

#leftcontent .nav
{
        margin: 0px;
        padding: 6px;
        border-right: 1px solid #f90;
        border-bottom: 1px solid #f90;
        font-size: 14px;
        font-weight: bold;
}

#leftcontent a.nav:link, a.nav:visited
{
        color: #990000;
        display: block;
        background-color: #FFFF99;
        text-decoration: none;
}

#leftcontent a.nav:hover, a.nav:active
{
        color: #000;
        display: block;
        background-color: #fff;
        text-decoration: none;
}

#rightcontent
{
        margin: 0px;
        margin-left: 200px;
        padding: 20px;
}

h1
{
        font-size: 40px;
        color: #990000;
		font-style: italic;
}

h2
{
        font-size: 20px;
		border-bottom: 1px solid #000;
}

h3
{
        font-size: 14px;
        margin-top: 28px;
		font-weight: bolder;
        /*border-bottom: 1px solid #000;*/
}

p
{
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
}

fieldset
{
        border: 1px solid #000;
}

legend
{
        font-size: 14px;
        font-weight: bold;
}

#footer
{
        float: bottom;
        margin: 0px;
        padding: 0px;
}
