/* HTML */
body
{
	background-image: url(images/bg.gif);
	background-color:#ffffff;
	background-repeat: repeat-y;
	margin:0; 
	font-family:Arial, Helvetica, MS Sans Serif;
	font-size:12px;
}

h1
{
	font-weight:bold;
	font-size:18px;
}

h2
{
	font-weight:bold;
	font-size:16px;
}

h3
{
	font-weight:bold;
	font-size:14px;
}

h4
{
	font-weight:bold;
	font-size:12px;
}

input, select, textarea
{
	font-family:Arial, Helvetica, MS Sans Serif;
	font-size:11px;
}

.searchbox
{
	width:100px;
}

a:link { color:#E50003; text-decoration:none; }
a:visited { color:#E50003; text-decoration:none; }
a:hover { color:#E50003; text-decoration:underline; }
a:active { color:#E50003; }
img { border:none; }

/* CLASSES */

.fullwidth
{
	clear:both;
	width:700px;
	padding:10px;
}

.headline
{
	font-family:Arial, Helvetica, MS Sans Serif;
	font-size:22px;
	font-weight:bold;
	color:#000000;
	margin:0;
}

.subheadline
{
	font-family:Arial, Helvetica, MS Sans Serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;	
}

.rightheadline
{
	font-weight:bold;
	font-size:15px;
}

.tiny
{
	font-family:Arial, Helvetica, MS Sans Serif;
	font-size:9px;
	color:#666666;	
}

.articleimage
{
	float:left;
	margin:0 10px 10px 0;
	border:0;
}

.sponsorimage
{
	margin:6px 0 6px 0;
}

.footer
{
	font-family:Arial, Helvetica, MS Sans Serif;
	font-size:11px;
	color:#E50003;	
	border-top:1px solid #F5E1B8; 
	padding:10px 0 0 0; 
}

.bottomrule
{
	border-bottom:1px solid #F5E1B8; 
}

.leftmargin
{
	margin:20px 0 0 145px;
	display:inline;
}

div.person
{
	clear:both;
	padding:0 0 10px 0;
}

div.row
{
	clear:both;
	padding:3px;
}

div.row span {
  float: left;
  width: 100px;
  text-align: left;
  }

.red
{
	font-weight:bold;
	color:#E50003;
}

.panel
{
	background-color:#F5E1B8;
	border-top:1px solid #AD9F82;
	border-bottom:1px solid #AD9F82;
	padding:3px 0 3px 10px;
}

/* LAYOUT DIVS */

#container
{
	width:720px;
	text-align:left; 
	margin:0; 
	position:relative;
}

#header
{
	width:720px;
	position:relative;
}

#footer
{
	clear:both;
	padding:15px 0 15px 0; 
	width:700px; 
	text-align:center;

}

#left
{
	float:left;
	width:120px;
	margin:0 15px 0 10px;
	display:inline;
}

#left ul	{ list-style-type:none; margin:0; padding:0;}
#left li {  background-color:#F5E1B8;border-bottom:1px solid #ffffff; padding:3px 0 3px 10px;}
#left li.first { border-top:1px solid #AD9F82; }
#left li.last { border-bottom:1px solid #AD9F82; }
#left li a { font-weight:bold;}

#centre
{
	float:left;
	width:390px;	
}

#centreright
{
	float:left;
	width:550px;
	padding-bottom:20px;
}

#right
{
	float:right;
	width:155px;
	margin:0 10px 0 10px; 
	display: inline;
}

#right ul	{ list-style-type:none; margin:0; padding:0;}
#right li { border-bottom:1px solid #F5E1B8; padding:5px 0 5px 0px; font-size:11px}
#right a {font-size:11px}



