.edit 
{
	width: 550px;
}
table.content
{
	margin-top: 2px;
	margin-bottom: 2px;
}

img.browse
{
    margin-left:2px;
	vertical-align:text-bottom;
}

div.mainLogo
{
	    float:left;
	    width:200px;
	    margin-bottom:5px;
}

div.mainADHeader
	{
	    float:right;
	    width:600px;
	    text-align:right;
	}
	
div.clearFloats
	{
		clear: both;
	}

p.bold
{
    font-weight:bold;
}

p.center
{
    text-align:center;
}

th
{
    font-weight:normal;
}

ul
	{
		margin:0 1em 1em 3em;
		list-style-type:square;
	}
	
ul li
	{
		margin:0 0 6px 0;
	}

ol
	{
		margin:0 1em 1em 3em;
		list-style-type:decimal;
		list-style-position: outside;
	}

ol li
	{
		margin:0 0 6px 0;
	}
