/* SLP 2008 stylesheet */
/* Main colours:  Red #de0a0b  Black #000000 */
/* H1 red */
body {
	margin: 0;
	font:75%/1.7 Georgia, Georgia, "Times New Roman", Times, serif;
	background:#fff;
	color:#333;
	text-align: center;
	min-width: 782px;
}
img { 
	border:0
}
.imgborder {
	border: 1px solid #ddd;
}
/* Main layout divs */
#wrapper {
	width: 782px;
	margin: 0 auto;
	text-align: left;
}
#topimg {
	border-bottom: 5px solid #000;
	padding: 10px 0;
	margin: 10px 0 0 0;
}
#topcontent {
	padding: 10px 0 0px 0;
}
#bottomcontent {
	padding: 12px 0 10px 0;
	border-bottom: 5px solid #000;	
}
#logonapply {
	width:200px;
	float:left;
}
#maincontent {
	width:582px;
	float:right;
	font-size:24px;
	line-height:1.3;
}
#maincontentwrap {
	width:582px;
	float:right;
}
#maincontent2 {
	float:left;
	font-size:16px;
	width:375px;
	padding-right:20px;
}
#rightcontent {
	float:right;
	width:187px;
}
.toptxt {
	margin-top: 0px;	
	padding: 0 7px 0 0;
}
.toptxtsmall {
	margin-top: 0px;	
	padding: 0 7px 0 0;
	font-size: 90%;
}
#toptxt1 {
	width: 198px;
	padding-right:2px;
	float: left;
}
#toptxt2 {
	width: 198px;
	padding-right:2px;
	float: left;
}
#toptxt3 {
	width: 193px;
	padding-right:2px;
	float: left;
}
#toptxt4 {
	width: 185px;
	padding-right:2px;
	float: left;
}
#contact {
	clear: both;
	margin-top:4px;
/*	text-align: right; */
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#contactleft {
	float:left;
	margin-left:200px;
}
#contactright {
	text-align:right;
	float:right;
	font-size: 90%
}
/* Header styles */
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:80%;
	font-weight:bold;
}
h1 { 
	color:#de0a0b;
	padding:0; 
	margin:0;
}
h2{
	font-size:2em;
	color:#009ee1;
	padding:0;
/*	margin:0; */
}
h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 110%; 
	color: #333; 
	font-weight: bold;
	padding:0;
	margin:10px 0 0 0;
} 
/* Hyperlink styles */
a { 
	color: #de0a0b; 
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
}
a.black { color:#000; text-decoration:none}
a.black:hover { text-decoration:underline}
/* Helpers */
.clear { 
	clear:both;
}
/* Markup of news, paragraphs etc. */
.small {font-size: 90%}