/* WPS Standard Template A */


body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%; /* 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,  #bottombanner, #wrap_content, #separator ,#wrap_footer{
	width: 770px; 
	margin: 0px auto;
	border: 0;
	position: relative;
}
#wrap_logo{
	min-height: 200px;
}
#separator{
	display: none;
}
#wrap_content{
	clear: both;
	overflow:auto;
	padding-bottom:10px;
}
#leftblock {
	float: left;
	display: inline; /* IE hack */
	width: 180px; 
	padding: 5px 0;
	margin: 0 0 0 8px;
}
#rightblock {
	float: right;
	display: inline; /* IE hack */
	width: 180px; /* Total width should be 180px */
	padding:0;
	margin: 0;
}
#rightblock div.block{
	width:167px;
	height:140px; 
	border:1px solid #000;
	margin:8px 5px 16px;/* 16px for collapsing borders */
}
#leftblock, #rightblock, #content{
	overflow: visible;
}
* html #leftblock, * html #rightblock, * html #content{
	overflow: auto; /* IE6 falls apart otherwise */
}
#breadcrumbs{
	font-size:82%;
	padding:10px 0;
}
#content {
	width: 390px;
	padding: 0px; /* left padding for FF tables */
	float: left;
	display: inline; /* IE6 hack */
	margin: 0 5px 0 5px;
}
#teasers {
	float: right;
	width: 390px; 
	padding: 0 0 0 0;
	margin: 8px 0 5px 0;
	overflow: hidden;
	clear: right;
	display: inline; /* IE hack */
}
#bottombanner{
	display:block;
	height:100px;
}
#bottombanner img{
	border:1px solid #889FB8;
}
#wrap_footer {
	clear: both;
}
#footer {
	border-top:10px solid #DBDFE7;
	height:47px;
	padding:0 0 0 180px;
}

/*	Shortcuts or Search - Positioning and Layout */ 

/* Search form */

/*	font-size: 12px;*/

/* ShortCuts Menu Styling*/

/* Dropdown Menu */

/* Blocks */
iframe.autoscroller-border {
	margin: 10px 3px;
	padding:2px;
	width: 168px; /* IE hack: should be width-(2*border_width) */
	/*border: 1px solid;*/
	border:1px solid #889FB8;
}
html>body iframe.autoscroller-border {
	width: 168px;
}
#toplogo img, #topbanner img{
	border: 0;
	display: block;
/*	width: auto;
	height: auto; our banner module sucks, but ie6 sucks more */
}



/* Side Menu */

#smenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#smenu ul ul{
	border-top: none;
}
#smenu li { 
	margin: 0;
}
* html #smenu a
{ height: 1% } /* hasLayout */


#smenu a {
	text-decoration: none;
	display: block;
	color: #000;
	padding: 3px 0 3px 3px;
	color:#444E57;
	}
#smenu ul a{
	padding-left: 5px;
	font-weight: bold;
}
#smenu ul ul a{
	padding-left: 10px;
	font-weight: normal;
}
#smenu ul ul ul a{
	padding-left: 15px;
	font-style: italic;
}
#smenu a:hover{
	background-color: #DBDFE7;
}
#smenu ul, #smenu a{
	border-color: #666;
}


/* Teasers */

#teasers img{
	border: 0;
	display: block;
}
#teasers h3 {
	margin: 0 5px 5px 130px;
	padding: 0;
	color:#9F1417;
}
#teasers h3 a{
	color:#9F1417;
	text-decoration:none;
}
#teasers p {
	padding:0;
	margin: 0 5px 5px 130px;
}
div.teaser{
	clear: both;
	position: relative;
	height: 82px; 
	margin: 0px 0px 0px 5px;
	padding:5px;
	border: none;
}

a.t_img{
	display: block;
	position: absolute;	
	border:1px solid #889FB8;
	top: 2px;
	left: 3px;
	z-index: 1;
}
a.t_img img{
	width: 120px;
	height: 80px;
	display: block;
}

/* Teasers Colours */

div.teaser{
	color: #000;
	background-color: #fff;
}

/*	Styling (Colours, backgrounds) */
body{
	background:#FFF;
	color: #000;
}
#wrap_body, #frontpage{
	background-color: #F3F3F3;
} 
#wrap_logo, #toplogo{
	background-color: #FFF;
}
#wrap_content {
	background: #fff url(images/rightblockbg.gif) right repeat-y;
	color: #000;
}
#bottombanner{
	background:#FFF;
}
#footer{
	color:  #000;
	background:#FFF url(images/bottomlogo.jpg) 130px 0 no-repeat;	
}
#wrap_footer a{
	text-decoration:none;
	color:#000;
}
span.dailytip, .autoscroller-border, #autoscroller-body {
	color: #000;
	background-color: #fff;
	padding: 0;
}	
a{
	color: #688497;
}

	

/* Text styling (fonts) */

