﻿body 
{
    font-family:Georgia;
    font-size:11px;
}

ul
{
    list-style-type:none;
    list-style-image:url("images/arrow.gif");
}

li
{
    margin-bottom:10px;
    padding-left:0px;
}

li a
{
    text-decoration:none;
    color:#000000;
    font-size:12px;
    font-weight:bold;
}


#rightcolumn
{
    float:left;
    width:600px;
    
}
#leftcolumn
{
    float:left;
    width:200px;
}

#title
{
    float:left;
    width:400px;
}

#returnbutton
{
    float:left;
}

.clear
{
    clear:both;
}

h2
{
    font-family:Verdana;
}

hr
{
    height:2px;
    color:#000000;
}

.labels
{
    width:120px;
    float:left;
}

input, textarea
{
    margin-bottom:10px;
}