html
{
    height:100%;
}

body
{
    margin:0px;
    padding:0px;
    height:100%;
    font-family:Verdana;
    font-size: 10pt;
}

form
{
    height:100%;
}

A.leftlink
{
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
A:hover
{
	text-decoration: underline;
}

.leftColumn
{
    background-color:#888;
    background-image:url(leftColumnBG.jpg);
    background-repeat:repeat-y;
    width:160px;
    padding:10px;
    color:#CCC;
    text-align:left;
    vertical-align:top;
    font-size:12px;
}

.main
{
    color:#444;
    width:620px;
    vertical-align:top;
}

li {
	list-style: none;
	list-style-image: url('../images/bullet.gif');
	
}
