body 
	{
	font-family: Arial, Helvetica, sans-serif;
	width: 640px;
	}

div#frame
	{
	width: 640px;
	}

div#cont
	{
	float: right;
	margin: 0;
	}

div#cont p
	{
	font-size: 11px;
	margin: 0;
	padding-bottom: 1em;
	}

div#cont h1
	{
	margin: 0;
	}

div#top
	{
	background-color: white;
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 30px;
	width: 640px;
	}
	
div#nav
	{
	width: 100px;
	float: left;
	margin-top: -40px;
	}
	
div#nav a
	{
	display: block;
	padding-left: 3px;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: gray;
	}

div#header
	{
	color: white;
	background-color: #373737;
	background-position: right;
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 100px;
	vertical-align: middle;
	}

div#header table
	{
	margin-top: 6px;
	}

div#header h3
	{
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	color: white;
	margin-right: 20px;
	}

div#header h4
	{
	font-size: 11px;
	margin: 0;
	color: gray;
	margin-left: 3px;
	}

div#header h5
	{
	font-weight: normal;
	font-size: 10px;
	margin: 0;
	color: white;
	margin-left: 3px;
	}

div#col1, div#col2
	{
	background-repeat: no-repeat;
	}

div#col1
	{
	padding-top: 30px;
	}

div#col2
	{
	background-color: white;
	width: 135px;
	float: right;
	padding-top: 30px;
	margin-top: -30px;
	}

div#foot
	{
	border-top: solid black 1px;
	clear: both;
	width: 640px;
	background-color: white;
	padding-top: 3px;
	font-size: 10px;
	margin-top: 0;
	}

div#foot a
	{
	color: gray;
	text-decoration: none;
	}

div#foot a:hover, div#nav a:hover
	{
	color: black;
	}
	
a.top
	{
	text-decoration: none;
	font-size: bold;
	color: gray;
	font-size: 10px;
	padding-bottom: 10px;
	}
