/*
*********STRUCTURE*********
*/

html, body, h1, h2, h3, h4, h5, h6, p, blockquote
{	
	margin:0;
	padding:0;
}

body
{
	min-width: 760px;
}

p
{
	margin-bottom: 1em;
}

#wrapper
{
	width: 720px;
	margin: 0 auto;
	margin-top: 25px;
}

#header
{
	margin-bottom: 25px;
	height: 100px;
}

#content
{
	width: 520px;
	text-align: center;
	float: left;
}

#newswrapper
{
	width: 550 px;
}

#news
{
	width: 500px;
	text-align: left;	
}

#footer
{
	clear: both;
	width: 720px;
	padding-top: 10px;
}

#toolbar
{
	margin-bottom: 10px;
}

/*
*********TYPOGRAPHY & COLOURS*********
*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; /* Resets 1em to 10px */
	text-align: center;
	color: #444;
}

strong
{
	color: #000;
}

required
{
	color: #ff0000;
	display: inline;
}
small 
{
	font-size: 0.8em;
	line-height: 1.4em;
}

#header
{
	text-align: center;
}

#container {
	width: 600px;
	margin: 10px auto;
}

#wrapper
{
	text-align: left;	
	font-size: 1.4em;
	line-height: 1.4em;
}

#footer
{
	text-align: center;
}

a 
{
	color: #3366FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#toolbar
{
	text-align: center;
	font-size: 1.2em;
}

#content
{
}

.center 
{
	text-align: center;
}



table {
	background-color: #335566;
}
table th {
	/*background-color: #aaddff;*/
	background-color: #ffffff;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
/*	background-color: #cceeff;*/
	background-color: #ffffff;
	-moz-border-radius: 0px 0px 0px 0px;
}

#flash_error {
  color: red;
  font-weight: bold;
	display: inline;
}
	#errorExplanation {
	  color: red;
	  font-weight: bold;
		display: inline;
	}
	.fieldWithErrors {
	  padding: 6px 4px 6px 4px ;
	  background-color: red;
	  display: inline;
	
	}
.maincontent {
	width: 600px;
}

#flash_notice {
	font-weight: bold;
	font-size: 14pt;
}

/* NEWS ENTRIES */

div.entry p.title
{
  font-size: 1.4em;
  margin-bottom: 0;
}

div.entry p.date
{
  font-size: 1.2em;
}
