body, html
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-image: url(/images/bglight.png);
}

.header
{
	position: relative;
	background-image: url(/images/top-background.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 195px;
}

.logo
{
	position: absolute;
	top: 5px;
	left: 20px;
}

#content
{
	padding: 0px 20px 20px 20px;
	color: 000;
}

#footer
{
	clear: both;
}

.header div.block
{
	float: left;
	margin: 5px;
}

.header #twtr-widget-1 {
	left: 450px;
	top: 5px;
}

#nav
{
	position: absolute;
	top: 115px;
	left: 15px;
}

#nav ul
{
	width: 98px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#nav ul li
{
	display: block;
	width: 95px;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

#nav ul li a
{
	display: block;
	width: 89px;
	background-color: #000099;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px;
	border: 2px solid #000;
}

#nav ul li a:hover
{
	background-color: #6666ff;
}

img
{
	border: 0px;
}

dt
{
	font-weight: bold;
	margin-top: 1em;
}

img.dleft
{
	float: left;
	border: 1px solid #000;
	padding: 8px;
	background-color: #33f;
	margin: 5px;
}

.clear
{
	clear: both;
}

h1, h2, h3, h4, h5
{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

ul
{
	margin-top: 5px;
}

ul.nospace
{
	margin-top: 0px;
}

ul.nospace li
{
	margin-top: 0px;
	margin-bottom: 0px;
}

li
{
	margin-bottom: .5em;
}

p
{
	margin-top: 0px;
}

.right
{
	text-align: right;
}

.half
{
	float: left;
	width: 50%;
}


DIV.approve DIV
{
	width: 160px;
	height: 250px;
	float: left;
	display: block;
}

DIV.approve DIV P
{
	padding-top: 3px;
}