/* Set defaults */
body			{ margin: 0; padding: 0; font-size: 76%; }
input,
select,
textarea		{ font-size: 1em; }
th,
td				{ vertical-align: top; font-size: 1em; }
img				{ border: 0; }
a				{ text-decoration: none; }
a:hover			{ text-decoration: underline; }

/* Generic classes */
.clear:after	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear			{ display: inline-block; }
/* \*/
.clear			{ display: block; }
/* */

.align-left		{ text-align: left !important; }
.align-right	{ text-align: right !important; }
.align-centre	{ text-align: center !important; }
.align-top		{ vertical-align: top !important; }
.align-bottom	{ vertical-align: bottom !important; }
.align-middle	{ vertical-align: middle !important; }

.bold			{ font-weight: bold !important; }
.italic			{ font-style: italic !important; }
.underline		{ text-decoration: underline !important; }

/* Site specific */
body,
input,
select,
textarea	{ font-family: Arial, Helvetica, sans-serif; }

h1 { font-size: 2.4em; font-weight: normal; margin: 0; padding: 0 0 0 20px; height: 66px; line-height: 66px; background: url(../graphics/heading.png) no-repeat; color: white; }
h2 { font-size: 1.6em; font-weight: normal; }
h3 { font-size: 1.2em; }

a			{ color: #000; }

#wrapper { width: 570px; margin: 0 auto; padding: 0; }

#header	{ }
#logo	{ }

#navigation,
#section-select,
#sidebar,
#navigation-l2 { display: none; }

#main	{  }

#content	{  }

#footer	{  }
