
/* Define the main layout characteristics to build the columns */

#mainblock {
	padding: 3em 0 3em 0;
	margin: 0 1em 0 1em;
}


#header, #footer {
	margin: 0 0.5em 0 0.5em;
}

#footer {
	padding: 1em 0 0.5em 0;
}


html, body, div, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border-width: 0;
}

table {
    border-collapse: collapse;
 }

/* Define the main style characteristics to apply to content 
   in the columns */
   
html, body {
	background-color: #fff;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: small;
}


#footer {
	text-align: center;
}


#header {
	letter-spacing: .2em;
	border-bottom: 3px dotted #999;
	border-top: 3px dotted #999;
}

#header.h1 {
	font-size: medium;
	font-weight: normal;
	text-transform: uppercase;
}


#footer {
	border-top: 3px solid #999;
	border-bottom: 3px solid #999;
}


td {
	padding: 0.5em 1em 0.5em 1em;
 }

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}


