/* WPS Standard Template A */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%; /* same as 12px with IE with Text Size "Normal" @96dpi, "Smallest" @120dpi */
	margin: 0;
	padding: 0; /* Opera has a default padding */
}
/*	Layout only	*/

#wrap_logo, #navigation, #topbanner, #wrap_content, #separator {
	width: 950px;
	margin: 0px auto;
	border: 0;
	position: relative;
}
#wrap_logo {
	margin-top:20px;
}
#toplogo {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
#separator {
	display: none;
}
#wrap_content {
	clear: both;
}
#leftblock {
	float: left;
	display: inline; /* IE hack */
	width: 220px;
	background:#252525;
	padding:0;
	margin: 0 0 20px 0;
}
#searchblock {
	background:url(images/searchbg.gif) repeat-x;
	height:19px;
	padding:8px 5px 8px 10px;
}
#searchblock form {
	margin:0;
	padding:0;
}
#searchblock .searchwords {
	height:16px;
	background:#FC0;
	border:0;
	width:130px;
}
#searchblock .button {
	background:none;
	border:none;
	margin-left:5px;
	color:#FC0;
	font-weight:700;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 190px; /* Total width should be 180px */
	margin: 25px 20px 25px 20px;
}
#leftblock, #rightblock, #content {
	overflow: visible;
	line-height:150%;
	color:#CCC;
}
* html #leftblock, * html #rightblock, * html #content {
	overflow: auto; /* IE6 falls apart otherwise */
}
#content {
	width: 680px;
	padding:0; /* left padding for FF tables */
	float: left;
	display: inline; /* IE6 hack */
	margin: 25px 0 50px 25px;
}
#frontpage #content {
	padding-right:25px;
	margin-bottom:20px;
	width: 450px;
	background:url(images/dotline.gif) right repeat-y;
}
#content h1.article-title {
	color:#FC0;
	font-size:150%;
}
#frontpage #content h1, #rightblock h2 {
	font-size:283%;
	color:#666;
	margin:0 0 5px 0;
	padding:0;
	font-weight:normal;
}
#frontpage #content h3, #rightblock h3 {
	font-size:133%;
	color:#FC0;
	margin:15px 0 0 0;
	padding:0;
}
#breadcrumbs {
	font-size:91.7%;
}
#breadcrumbs a {
	color:#999;
	text-decoration:none;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}
ul.breadcrumbs li {
	background:url(images/dot1.gif) right no-repeat;
}
#wrap_footer {
	clear: both;
	text-align:center;
	color:#999;
	background:#252525;
	position: relative;
}
#footer {
	padding: 0;
	line-height:35px;
}
#footer #footerbanner {
	position:absolute;
	right:25px;
	bottom:-30px;
	_display:none;
}
#footer a {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/*	Shortcuts or Search - Positioning and Layout */ 

/* Search form */

/* ShortCuts Menu Styling*/

/* Dropdown Menu */

/* Blocks */

#toplogo img {
	border: 0;
	display: block;
}
#autoscrollerblock {
	background:#252525;
	padding:5px;
	margin-top:15px;
	width: 440px;
	height:190px;
}
iframe.autoscroller-border {
	margin: 0;
	width: 168px; /* IE hack: should be width-(2*border_width) *//*border: 1px solid;*/
}
html>body iframe.autoscroller-border {
	width: 440px;
	height:190px;
}
/* Side Menu */

#smenu, #smenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu ul {
	margin-top:1px;
}
#smenu li {
	margin: 0;
	margin-bottom:1px;
}
* html #smenu a {
	height: 1%
} /* hasLayout */
#smenu a {
	text-decoration: none;
	display: block;
	color: #FFF;
	background: #252525;
	height:32px;
	line-height:32px;
}
#smenu a {
	padding-left: 25px;
	font-weight: bold;
}
#smenu ul a {
	height:auto;
	line-height:normal;
	padding:5px 0 5px 30px;
	font-weight: normal;
	background:#111;
}
#smenu ul ul a {
	padding-left: 40px;
	font-style: italic;
}
#smenu a:hover, #smenu .current {
	color: #000;
	background:#FC0 url(images/smenubg.gif) repeat-x;
}
#smenu ul a:hover, #smenu ul .current {
	background-color: #FC0;
}
#smenu div.search {
	display: none; /* hide unwanted search box */
}
/* Teasers */

/* Teasers Colours */

/*	Styling (Colours, backgrounds) */
body {
	background-color: #333;
	color: #FFF;
}
#wrap_body, #frontpage {
	background-color: #333;
}
span.dailytip, .autoscroller-border, #autoscroller-body {
	padding: 0;
}
a {
	color: #CCC;
	text-decoration:underline;
}
a:hover {
	color: #CCC;
	text-decoration:none;
}
	

/* Text styling (fonts) */

/* Top nav */
