/* the font family is set in the previous css so set margins here */
body
	{
	margin				: 0px;
	padding				: 0px;
	font-family			: Arial, Verdana, Geneva, sans-serif;
	font-size			: 75%;
	color				: #000;
	}
form 
	{
   	margin				: 0px;
	}
/* make input boxes and button look a bit better */
input 
	{
   	font-family			: Arial, Verdana, Geneva, sans-serif;
   	font-size			: 1em;
   	border				: 1px solid #666;
	}
select 
	{
   	font-size			: 0.9em;
   	border				: 1px solid #666;
	}
h1
	{
	font-size			: 1.3em;
	font-weight			: normal;
    margin				: 0 0 20px 0;
	line-height			: 20px;
	}
h2
	{
	font-size			: 1.1em;
	font-weight			: bold;
    margin				: 0 0 10px 0;
	}
img
	{
	display: none;
	}
hr 
	{
  	height				: 0;
	border-style		: solid;
 	border-color		: #666;
 	border-width		: 1px 0 0 0;
	}
/* ---------------------------------------------------- */

#contentElement 
	{
	width				: 640px;
	}
#container 
	{
	width				: 100%;
	float				: left;
	}
#content 
	{

	}
#main 
	{
	margin				: 20px 0px 0px 0px;
	}
#nav
	{
	
	}
#primary_nav
	{
	margin				: 20px 0px 0px -10px;
	}
#primary_nav a
	{
	text-decoration		: none;
	margin				: 0px 10px 0px 10px;
	}
#footer 
	{
	font-size			: 0.9em;
	}
#copyright
	{
	float				: right;
	}

.clearing 
	{
	height				: 0;
	clear				: both;
	}
.top
	{
	text-align: right;
	}
/* ---------------------------------------------------- */
/* normal links */
a 
	{
   	text-decoration		: underline;
	}
a:link 
	{
   	color				: #3d5133;	
	}
a:visited 
	{
   	color				: #3d5133;
	}
a:hover 
	{
   	color				: #990000;
	}
a:active 
	{
   	color				: #3d5133;
	}
