/* basic stylesheet for all generation 4+ browsers */
/* some styles defined here are replaced and/or expanded upon in the advanced stylesheet */

/* general stuff */

html { font-size: 100%; /* IE hack */ }

body {
	color: #fff;
	margin: 0;
	padding: 0;
	background: #ccc ;
	font: 0.8em/1.6em Verdana, Arial, Helvetica, sans-serif; /* the "true" font size is in EM */
}

table { font-size: 100%; /* another hack around IE's flawed font inheritance */ }

h1 {
	font-size: 140%;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 120%;
	margin: 1em 0 0.5em 0;
}

h3 {
	font-size: 110%;
	margin: 1em 0 0.5em 0;
}

h4, h5, h6 {
	font-size: 105%;
	margin: 1em 0 0.5em 0;
}

p {	margin: 0.5em 0 0.75em 0em; }

dl { margin: 0.5em 0 0.5em 0; }
dt { font-weight: bold; }
dd { margin: 0.5em 0 0 0.5em; }

img { border: none; }

a { text-decoration: underline; color: #555;}

.small { font-size: 75%; } /* yes, not very "non-presentational"...take it as a synonym for "small print/conditions" */

th { font-weight: bold; }

input, textarea, select { font-size: 100%; font-family: Arial, Helvetica, sans-serif; }

/* section-specific stuff */

/* header */
#header	{
	margin: 0;
	padding: 0;
}

#header img { display: block; }


#container {
	margin: 1em 0 0 0;
	padding: 0;
}


/* navigation */
#navbar {
	width: 11em;
	margin: 0;
	padding: 10px;
	background: #eee;
	border: 1px solid #ccc;
}

#navbar a {
	text-decoration: none;
}


/* breadcrumb navigation */
#breadcrumbnav {
	padding: 5px;
	margin: 0;
	background: #eee;
	border: none;
}


/* main content areas */

#subcontainer {
	padding: 0;
	margin: 0;
}

#content {
	padding: 0; 
	margin: 1em 0 0 0;
}


/* footer */
#footer {
	width: 100%;
	font-size: 80%;
	margin: 0;
	padding: 0;
}