body 
	{
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #00000;
	font-family: arial,helvetica,sans-serif;
	font-size:16px;
	}

#topsection 
	{
	clear: both;
	padding: 5px 40px 5px 40px;
	text-align: justify;
	margin:0;
	}


#botsection {
	margin: 0;
	padding: 0.05em 40px;
	clear: both;
	text-align: left;
	}

p {
	margin-top: 0.1em;
	margin-bottom: 0.5em;
	}

h1,h2,h3,h4,h5
	{
	color: #008080;
	}

h1 {
	text-align: center;
	font-size: 300%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	}

h2 {
	font-size: 160%;
	font-weight: bold;
	}

h3 {
	font-size: 120%;
	font-weight: bold;
	}

h4 {
	font-size: 110%;
	font-weight: bold;
	}

h2, h3, h4, h5 {
	margin-top: 1.3em;
	margin-bottom: 0.4em;
	}



/* padding sets space around element as part of the element, background grows
aswel */
#colmain {
	margin: 0;
	padding: 5px 40px;
	clear: both;
	float: left;
	width: 90%;
	text-align: left;
	}

.colr {
	margin: 0;
	float: right;
	width: 40%;
	padding-right: 3%;
	text-align: right;
	}

.coll {
	margin: 0;
	clear: left;
	width: 40%;
	padding-left: 3%;
	float: left;
	}

#next-searchbox
	{
    height: 55px;
	margin: 0;
	padding: 10px;
	float: left;
	width: 75%;
	text-align: center;
	}

#searchbox
	{
    height: 55px;
	margin: 0;
	padding: 3px;
	float: right;
	width: 200px;
	text-align: right;
	}
	
/* For formgb */	
/* With the style 'warning' I get the warnigs in the there specified collour */
.warning
	{
	color: #ff0000;
	}
table.inp
	{
	width:100%;
	font-size: 14px;
	cellspacing: 0;
	border-spacing: 0.5em;
	border: none;
	clear: left;
	}
.left 
	{
	width:30%;
	vertical-align:top;
	text-align: right;
	}

.mid
	{
	width:40%;
	vertical-align:top;
	text-align: center;
	}

.right
	{
	width:30%;
	vertical-align:top;
	text-align: left;
	}
.h_feedback

	{
	text-align: center;
	font-size: 160%;
	font-weight: bold;





	}
/* End For formgb */	

#navtop {
    height: auto;
	margin: 0;
	padding: 0.5em 50px;
	width: auto;
	text-align: center;
	font-size:13px;
	}

#navbot {
	border-top: 1px solid black;
	margin: 0;
	padding: 0.5em 50px 0;
	width: auto;
	text-align: center;
	font-size:13px;
/* to make it stay under both columns */
	clear: both;
	}

.navhi
	{
    height: auto;
	margin: 0;
	padding: 0.5em 50px;
	clear: both;
	width: auto;
	text-align: center;
	font-size:20x;
	}

.date {

	font-size: 70%;
	}

.small
	{
	font-size: 70%;
	}

/* for some reason this needs to be defined seperate;
	this defines formating of links in navbar */

a	{text-decoration: none}

	a:link		{color: #0000CC;}		/* unvisited */
	a:visited	{color: #339966;}		/* viseted link */
	a:hover		{color: #006633;}		/* mouse over */
	a:active		{color: #CC6600;}		/* klicked on */

#copy 
	{
	padding: 10px 40px;
	width: 85%;
	clear: both;
	float: left;
	font-size: 80%;
	}

/* To keep side by side
From here */
#sign 
	{
	width: 80%;
	clear: left;
	float: left;
	padding-left: 40px;
	}

#statsbox 
	{
	clear: right;
	float: right;
	}
/* to here */


/* For formgb in enfos pages */	
/* With the style 'warning' I get the warnigs in the there specified collour */
.warning
	{
	color: #ff0000;
	}
table.inp
	{
	width:100%;
	font-size: 14px;
	cellspacing: 0;
	border-spacing: 0.5em;
	border: none;
	clear: left;
	}
.left 
	{
	width:30%;
	vertical-align:top;
	text-align: right;
	}

.mid
	{
	width:40%;
	vertical-align:top;
	text-align: center;
	}

.right
	{
	width:30%;
	vertical-align:top;
	text-align: left;
	}
.h_feedback
	{
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	}
/* End For formgb */	
