/* -------- Body content --------*/

/* default font size*/

/*@import url(x-small.css);*/

body {
    color : #666666;
    font-size : 0.7em;
    font-family : "lucida grande", arial, helvetica, verdana, sans-serif, trebuchet ms;
    text-align : center;
    background : #e6e6e6;
    padding : 0px;
    margin : 0px;
}

p {
    line-height : 1.3em;
    padding : 0px;
    margin : 0px 0px 12px 0px;
}

ul {
    padding : 3px 0px 6px 0px;
    margin : 0px;
}

li {
    list-style : none;
    background : url('../images/bullet.gif') no-repeat 0px 7px;
    padding : 2px 0px 3px 9px;
    margin : 0px 0px 0px 12px;
}
ol li {
	background: url(none);
	list-style: decimal;
}

.statement {
    color : #CC0000;
    font-weight : bold;
}

.border {
    font-size : 0px;
    border : solid 1px #000;
    padding : 0px;
    margin : 5px 0px 5px 0px;
}

a {
    color : #006699;
    text-decoration : none;
}

a:hover {
    color : #cc0000;
    text-decoration : none;
}

img {
    font-size : 0px;
    border: 0px;
    padding : 0px;
    margin : 0px;
}

h1, h2 {
    font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
    color : #003366;
    font-size: 1.6em;
    font-weight : normal;
    line-height : 1.6em;
    letter-spacing: 2px;
    background : url(../images/dividerH1.gif) repeat-x left bottom;
    padding : 0px 0px 30px 0px;
    margin : 0px 0px 12px 0px;
}

h2 {
    color : #666666;
    font-size: 1.4em;
    font-weight : normal;
    text-decoration : none;
    letter-spacing: 1px;
    background : url('../images/dividerH1.gif') repeat-x left bottom;
    padding : 0px 0px 20px 0px;
    margin : 0px 0px 9px 0px;
    display : block;
}

h3 {
    color : #666666;
    font-size : 1.2em;
    font-weight : normal;
    /*background : url('../images/divider.gif') repeat-x left bottom;*/
    padding : 0px 0px 5px 0px;
    margin : 0px 0px 7px 0px;
}

h4 {
    color : #666666;
    font-size : 1em;
    font-weight : normal;
    background : url('../images/divider.gif') repeat-x left bottom;
    padding : 0px 0px 3px 0px;
    margin : 0px 0px 7px 0px;
}

h5 {
    color : #666666;
    font-size : 1em;
    font-weight : bold;
    padding : 0px 0px 3px 0px;
    margin : 0px 0px 5px 0px;
}

table {
    font-size : 1em;
    padding : 0px;
    margin : 0px;
}

tr.alt {
    background-color : #f7f7f7;
}

td {
    padding : 3px 5px 3px 5px;
}

td.header {
    font-weight : bold;
    background-color : #e9e9e9;
}

td.title {
    font-weight : bold;
}

td.subject {
    font-weight : bold;
    background-color : #f3f3f3;
}

form {
    font-size : 1em;
    padding : 0px;
    margin : 0px;
}

form.narrow {
    font-size : 1em;
    width : 400px;
    padding : 0px;
    margin : 0px;
}

form h2 {
	color : #990000;
	width : 100%;
	background-image : none;
	float : left;
	padding : 4px 0px 5px 0px;
    margin : 12px 0px 12px 0px;
    clear : left;
}

form h3 {
    color : #666666;
    font-size : 1.2em;
    font-weight : normal;
    background : url('../images/divider.gif') repeat-x left bottom;
    width : 100%;
	float : left;
    padding : 0px 0px 5px 0px;
    margin : 0px 0px 7px 0px;
}

form p {
	float : left;
	padding : 0px 0px 12px 0px;
    margin : 0px;
    clear : left;
}

form ul {
	float : left;
	padding : 0px 0px 12px 0px;
    margin : 0px;
    clear : left;
}

form li {
    list-style-type : none;
    list-style-position : outside;
    float : left;
    padding : 2px 0px 2px 0px;
    margin : 0px;
}

.textField {
    color : #666666;
    font-family : "lucida grande", arial, helvetica, verdana, sans-serif, trebuchet ms;
    font-size : 1em;
    width : 160px;
    padding-left : 3px;
    padding-right : 3px;
    margin : 0px;
    border : solid 1px #D3DBDD;
}

.dropdown {
    color : #666666;
    font-family : "lucida grande", arial, helvetica, verdana, sans-serif, trebuchet ms;
    font-size : 1em;
    width : 160px;
    padding-left : 3px;
    margin : 0px;
    border : solid 1px #D3DBDD;
}

.mandatory {
    color : #CC0000;
    font-weight : bold;
    padding : 0px 3px 0px 3px;
    margin : 0px;
}

.form {
    width : 12em;
    float : left;
    padding : 0px;
    margin : 0px;
}

.button {
    color : #CC0000;
    font-family : "lucida grande", arial, helvetica, verdana, sans-serif, trebuchet ms;
    font-size : 1em;
    font-weight : bold;
    text-align : center;
    background : #fff url(../images/submit.gif) no-repeat 0% 50%;
    width : auto;
    float : right;
    padding : 2px 0px 2px 17px;
    margin : 9px 2px 0px 0px;
    border : solid 0px #CC0000;
}

.smallprint {
    font-size : 0.9em;
    width : 15em;
    float : left;
    padding : 0px;
    margin : 0px;
}

.left {
	float : left;
	margin-right: 12px;
}

.right {
	float : right;
}
.boxPadRight {
	float: left;
	padding-right: 18px;
}
.clearLeft {
	clear: left;
}

.pdf, a .pdf, a:hover .pdf,  li a .pdf, li a:hover .pdf {
	background : #fff url(../images/pdf.gif) no-repeat 0% 0%;
	padding: 3px 0px 8px 19px;
	display: block;
}
.word, a .word, a:hover .word,  li a .word, li a:hover .word {
	background : #fff url(../images/word.png) no-repeat 0% 0%;
	padding: 3px 0px 8px 19px;
	display: block;
}
.directory ul {
	margin: 20px auto;
}

.directory li {
	list-style: none;
	letter-spacing: 2px;
	background-image: none;
	padding: 0px 8px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left : solid 1px #D3DBDD;
	border-right : solid 1px #D3DBDD;
	display: inline;
}

/* -------- Centre Holder --------*/

#centreHolder {
    text-align : left;
    width : 100%;
    padding : 0px;
    margin : 0px auto 0px auto;
}

/*#label {
    background : url(../images/logo.gif) no-repeat 0px 19px;
    float : left;
    padding : 0px 28px 0px 28px;
}*/

/* -------- Content Holder --------*/

#mainHolder {
	background : #fff url(../images/leftContentHolder.gif) repeat-y 0% 0%;
	width : 100%;
	float : left;
	padding : 0px;
	margin : 0px;
}

/* -------- Header Navigation --------*/

#headerHolder {
    width : 100%;
    float : left;
    padding : 0px;
    margin : 0px;
    /*display:none;*/
}

#header {
    background : #E6E6E6;
    width : 100%;
    float : left;
    padding : 8px 0px 9px 0px;
    margin : 0px;
}

#header ul {
    float : right;
    padding : 0px;
    margin : 0px 22px 0px 0px;
}

#header li {
    list-style : none;
    background : url(../images/listDivider.gif) no-repeat 100% 3px;
    float : left;
    padding : 0px 14px 0px 14px;
    margin : 0px;
    display : block;
}

#header li a {
  padding : 0px;
}

#header li a:hover {
  background : url(../images/headerPointer.gif) no-repeat 9px 0px;
}

/* -------- textSize --------*/

#textSizeHolder {
    background : url(../images/) no-repeat top left;
    width : 150px;
    float : left;
    padding : 0px;
    margin : 0px;
}

#textSize {
    float : left;
    padding : 5px;
    margin : 0px;
}

#textSize ul {
  padding : 0px 0px 0px 12px;
  margin : 0px;
}

#textSize li {
  list-style : none;
  background : none;
  vertical-align : top;
  padding : 0px;
  margin : 0px;
  display : inline;
}

#textSize input {
    font-family : arial, helvetica, verdana, sans-serif, times;
    font-size : 2em;
    font-weight : bold;
    line-height : 2em;
    background : #fff;
    padding : 1px;
    margin : 0px;
    border : solid 1px #D3DBDD;
}

/* -------- Top Banner --------*/

#topBannerHolder {
	background : #033262;
	width : 100%;
	float : left;
	padding : 0px;
	margin : 0px;
}

#topBanner {
	background : url(../images/topBanner_.gif) no-repeat 0% 0%;
	height : 80px;
	width : 100%;
	float : left;
	padding : 0px;
	margin : 0px;
}

#topBanner h1 {
    display : none;
}

/* -------- Top Banner --------*/

#logo {
	float : left;
	padding : 0px;
	margin : 23px 0px 0px 28px;
}

#logo a {
	color: #000;
	font-size: 0px;
	text-align: left;
	text-indent: -5000px;
	/*background : url(../images/logo.gif) no-repeat 0px 0px;*/
	height : 31px;
	width : 419px;
	padding : 0px;
	display: block;
}

/* -------- Top Navigation --------*/

#topNavHolder {
    background : #fff url(../images/topNavTopLeft.gif) no-repeat 0% 0%;
    width : 100%;
    float : left;
    padding : 0px;
    margin : 0px;
}

#topNav {
    background : url(../images/topNavTopRight.gif) no-repeat 100% 100%;
    height : 52px;
    width : 100%;
    float : left;
    padding : 0px;
    margin : 0px;
}

#topNav ul {
    padding : 0px 0px 0px 34px;
    margin : 0px;
    float : left;
}

#topNav li {
    /*font-family:Georgia, Times New Roman, Times, serif;*/
    font-weight : normal;
    letter-spacing : 0px;
    list-style : none;
    background : url(../images/listDivider.gif) no-repeat 100% 11px;
    display : inline;
    float : left;
    padding : 8px 14px 0px 14px;
    margin : 0px;
}

#topNav li a {
    padding : 0px;
    margin : 0px;
    display : block;
}

#topNav li a:hover {
	/*background : url(../images/topNavHover.gif) repeat-x 0% 0%;*/
}

#topNav li .select {
    padding : 0px 20px 12px 8px;
    display : block;
}

#topNav li ul {
  font-weight : normal;
	letter-spacing : 0px;
	position: absolute;
	/*background : url(../images/topNavPointer.gif) no-repeat 0px 0px;*/
	width: 135px;
	left: -999em;
	z-index:999;
	padding : 9px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	border : solid 5px #fff;
	border-top : 0px;
}

#topNav li ul li {
    padding : 2px 14px 3px 14px;
    margin : 0px;
}

#topNav li ul li a {
	font-family : "lucida grande", arial, helvetica, verdana, sans-serif, trebuchet ms;
	font-weight : normal;
	letter-spacing : 0px;
	border-bottom : solid 1px #d9dedf;
}

#topNav li:hover ul {
	left: auto;
	z-index:990;
}

#topNav li:hover ul, #topNav li.sfhover ul {
	left: auto;
	z-index:980;
}

/*------------------------------------ Top Nav 2nd Level ----------------------------------*/

#topNav li ul ul {
	z-index:970;
	margin: -24px 0 0 134px;
	border-top : solid 0px #fff;
}


#topNav {
	z-index:960;
	padding: 0;
	margin: 0;
	list-style: none; 
}

#topNav li ul li {
	color : #900;
	font-weight : normal;
	background-image : none;
	text-align : left;
	width : 135px;
	z-index:950;
	padding : 0px;
	margin : 0px;
	border : none;
}

#topNav li ul a {
	color : #003366;
	background : #f4f8f9 url(../images/topNavUlLiA.gif) repeat-y;
	width: auto;
	z-index:940;
	padding : 5px;
	display: block;
}

#topNav li ul a:hover {
	color : #c00;
	background : #e4e9eb url(../images/topNavUlLiA.gif) repeat-y;
	z-index:930;
}

#topNav li:hover ul ul, #topNav li.sfhover ul ul {
	left: -999em;
}

#topNav li:hover ul, #topNav li li:hover ul, #topNav li.sfhover ul, #topNav li li.sfhover ul {
	left: auto;
	z-index:920;
}

/*------------------------------------ Google search ----------------------------------*/

#searchBox {
	width: auto;
	padding: 5px 0px 0px 5px;
	margin: 0px;
	float: right;
}

#searchBox label {
	padding: 5px 5px 0px 0px;
	margin: 0px;
	float : left;
}


/* old search box 
#searchBox input {
	background: #fff url(../images/googleInput.gif) no-repeat 0% 50%;
	height: 22px;
	width: 200px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	float: left;
	border: solid 1px #ccc;
}

#searchBox input.sa {
	color: #033262;
	font-size: 0px;
	text-align: right;
	text-indent: -5000px;
	background: url(../images/find.gif) no-repeat 5px 0px;
	height: 23px;
	width: 96px;
	padding: 0px 0px 0px 5px;
	border: solid 0px #999;
	float : left;
	display: block;
}
*/

#searchBox input {
	height: 22px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	float: left;
	border: solid 1px #ccc;
	width: 180px;
}

#searchBox input.sa {
	color: #033262;
	font-size: 0px;
	text-align: right;
	text-indent: -5000px;
	height: 23px;
	width: 96px;
	padding: 0px 0px 0px 5px;
	border: solid 0px #999;
	float : left;
	display: block;
	background: url(../images/find.gif) no-repeat 5px 0px;
}

/*------------------------------------ Login ----------------------------------*/

#loginBox {
	width: 340px;
	padding: 5px 0px 0px 5px;
	margin: 0px;
	float: left;
}

#loginBox ul {
	padding: 0px;
	margin: 0px;
}

#loginBox li {
	list-style-type: none;
	background-image: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	display: block;
}

#loginBox label {
	padding: 5px 5px 0px 0px;
	margin: 0px;
	float : left;
}

#loginBox input {
	background: #fff;
	height: 22px;
	width: 200px;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
	float: left;
	border: solid 1px #ccc;
}

#loginBox input.login {
	color: #fff;
	font-size: 0px;
	text-align: left;
	text-indent: -5000px;
	background: url(../images/login.gif) no-repeat 5px 0px;
	height: 23px;
	width: 60px;
	padding: 0px 0px 0px 5px;
	border: solid 0px #999;
	display: block;
}

/* -------- leftColumn --------*/

#leftColumn {
	width : 260px;
	float : left;
	padding : 0px;
	margin : 0px;
}

/* -------- rightColumn --------*/

#rightColumn {
	/*background : #fff url(../images/content.gif) no-repeat 100% 0%;*/
    width : 220px;
    float : right;
    padding : 0px;
    margin : 0px;
    display: none;
}

/* -------- Sub Navigation --------*/

#leftNavHolder {
	width : 260px;
	float : left;
	padding : 0px 0px 28px;
	margin : 0px;
}

#leftNav {
    float : left;
    padding : 0px 0px 0px 32px;
    margin : 0p;
}

#leftNav ul {
	background : #fff;
	padding : 0px;
	margin : 0px;
}

#leftNav li {
	list-style : none;
	width : 200px;
	padding : 0px;
	margin : 0px 0px 5px 0px;
	border : solid 1px #ccc;
}

#leftNav li a {
	text-decoration: none;
	background : #fff;
	background-image: none;
	padding : 0px 7px 0px 60px;
	margin : 0px;
	display : block;
}

#leftNav a:hover {
	text-decoration : none;
	background : #f9f9f9;
}

#leftNav li a.about, #leftNav li a:hover.about {
	background : #e6e6e6 url(/images/_about.jpg) no-repeat 7px 0px;
	height: 41px;
	padding-top: 7px;
}

#leftNav li a.education, #leftNav li a:hover.education {
	background : #e6e6e6 url(../images/education.jpg) no-repeat 7px 0px;
	height: 41px;
	padding-top: 7px;
}

#leftNav li a.research, #leftNav li a:hover.research {
	background : #e6e6e6 url(../images/research.jpg) no-repeat 7px 0px;
	height: 41px;
	padding-top: 7px;
}

#leftNav li a.publications, #leftNav li a:hover.publications {
	background : #e6e6e6 url(../images/publications.jpg) no-repeat 7px 0px;
	height: 41px;
	padding-top: 7px;
}

#leftNav li a.meetings, #leftNav li a:hover.meetings {
	background : #e6e6e6 url(../images/meetings.jpg) no-repeat 7px 0px;
	height: 41px;
	padding-top: 7px;
}

#leftNav li a.neurological, #leftNav li a:hover.neurological {
	background : #e6e6e6 url(../images/neurological.jpg) no-repeat 7px center;
	height: 41px;
	padding-top: 7px;
}

#leftNav li a.applications, #leftNav li a:hover.applications {
	background : #e6e6e6 url(../images/applications.jpg) no-repeat 7px 0px;
	height: 41px;
	padding-top: 7px;
}

#leftNav li a.organisations, #leftNav li a:hover.organisations {
	background : #e6e6e6 url(../images/organisations.jpg) no-repeat 7px 0px;
	height: 41px;
	padding-top: 7px;
}

#leftNav li a.sponsors, #leftNav li a:hover.sponsors {
	background : #e6e6e6 url(../images/sponsors.jpg) no-repeat 7px center;
	height: 41px;
	padding-top: 7px;
}

/*--------------------------------------- Second Level ----------------------------------------*/

#leftNav li li {
	list-style : none;
	background : url('../images/divider.gif') repeat-x left top;
	padding : 1px 0px 0px 0px;
	margin : 0px;
	border : none;
}

#leftNav li li a {
	padding : 2px 7px 3px 7px;
	margin : 0px;
}

/*--------------------------------------- Third Level ----------------------------------------*/

#leftNav li li ul {
	padding : 0px 0px 3px 0px;
	margin : 0px;
}

#leftNav li li li {
	list-style : none;
	background : none;
	padding : 0px;
	margin : 0px;
	border : none;
}

#leftNav li li li a {
  background : url('../images/bullet.gif') no-repeat 7px 6px;
	padding : 2px 7px 3px 16px;
	margin : 0px;
}

#leftNav li li li a:hover {
  background : url('../images/bullet.gif') no-repeat 7px 6px;
}
.nohref {
	color: #999999;
}


/* -------- Content Holder --------*/

#contentHolder {
	background : url(../images/rightContentHolder.gif) repeat-y 100% 0%;
	width : 100%;
	float : left;
	padding : 0px;
	margin : 0px;
	min-width: 780px;
}

#content {
	/*width : 500px;*/
    /*float : left;*/
    padding : 25px 0px 48px;
	margin: 0px 38px 0px 260px;
	width: auto;
}

#content a:hover {
    background : url('../images/link.gif') repeat-x bottom left;
    padding-bottom : 1px;
}

.publication li {
	list-style : none;
	background : url(none);
	float : left;
	margin : 0px;
	font-size: 1em;
	text-align: center;
	width: 12em;
	height: 16em;
}

.publication a {
    background : none;
    padding : 3px;
    margin : 0px;
}

#content .publication a:hover {
	background-image: none;
}

.publication li a img {
	opacity: 1;
	filter: alpha(opacity=100);
	margin: 0px 0px 5px 0px;
	border : solid 1px #ccc;
}

.publication li a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	border: solid 1px #c00;
}

/*----------------------------------------- Lightbox ----------------------------*/

#lightbox{
	background : #fff;
	padding: 17px 17px 3px 17px;
	border : solid 1px #333;
}

#lightboxDetails{
	font-size: 0.9em;
	padding-top: 5px;
	padding-left : 2px;
	padding-right : 2px;
}

#lightboxCaption {
  float: left;
}

#keyboardMsg {
  float: right;
}

#lightbox img {
  margin : 2px;
  border: solid 1px #BBC9CC;
}

#overlay img {
  border: none;
}

#overlay {
  background : url(../images/overlay.png);
  width : 100%;
  height : 100%;
  float : left;
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}

/*------------------------------- Banner Image Holder --------------------------------------*/

#bannerImageHolder {
	height : 105px;
	padding : 0px 20px 0px 0px;
	margin : 0px;
	overflow : hidden;
}
#slideshow {
	float: left;
	height: 105px;
	width: 380px;
	margin-right: 12px;
}

#bannerImage {
	height: 105px;
	padding : 0px;
	margin : 0px;

}
#bannerImage h1 {
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 0px 8px;
}
#bannerImage p, #bannerImage a {
	padding: 0px;
	margin-top: 8px;
	color: #FFFFFF;
}
#bannerImage.home {
	background : url(../images/home.jpg) no-repeat 0% 0%;
}
#bannerImage.home2  {
	background : url(../images/home2.jpg) no-repeat 0% 0%;
}
#newsScroller {
	background: url(/images/home2.jpg) top;
	height: 100%;
}


#lightbox{
	background : #fff;
	padding: 17px 17px 3px 17px;
	border : solid 1px #333;
}

#lightboxDetails{
	font-size: 0.9em;
	padding-top: 5px;
	padding-left : 2px;
	padding-right : 2px;
}

#lightboxCaption {
  float: left;
}

#keyboardMsg {
  float: right;
}

#lightbox img {
  margin : 2px;
  border: solid 1px #BBC9CC;
}

#overlay img {
  border: none;
}

#overlay {
  background : url(../images/overlay.png);
  width : 100%;
  height : 100%;
  float : left;
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}

/* -------- Search Area --------*/

#searchHolder {
    width : 220px;
    float: right;
    padding : 0px;
    margin : 25px 0px 12px 0px;
}

#search {
	background: #e6e6e6;
    width : 180px;
    padding : 0px;
    margin : 0px auto 0px auto;
}

#search .textfield, #search .dropdown, #search label {
    margin : 0px 0px 5px 0px;
    display: block;
}

/* -------- Search Area --------*/

#featuresHolder {
    width : 220px;
    float: right;
    padding : 0px;
    margin : 0px 0px 12px 0px;
}

#features {
	background: #fff;
    width : 180px;
    padding : 0px;
    margin : 0px auto 0px auto;
}
/*--------------- tab content ---------------------*/
#tabLinksHolder, #tabLinksHolder2 {
	width: 23em;
	float: left;
	padding-right: 18px;
}

.tabcontent, tabcontent2 {
	display:none;
	width: auto;
	padding-bottom: 18px;
	margin-left: 26em;
}
div.tabcontent ul li h4 {
	margin-bottom: 0px;
}
#tabLinksHolder2 {
	width: 10em;
}
.tabcontent2{
	margin-left: 13em;
}


@media print {
}



/* -------- Footer Holder --------*/

#footerHolder {
	background : #e6e6e6 url(../images/footerTopLeft.gif) no-repeat 0% 0%;
    width : 100%;
    float : left;
    padding : 0px;
    margin : 0px;
}

#footer {
    background : url(../images/footerTopRight.gif) no-repeat 100% 0%;
    width : 100%;
    float : left;
    padding : 20px 0px 20px 0px;
    margin : 0px;
}

#footer a {
    text-decoration : none;
    padding : 0px;
    margin : 0px;
}

.footer {
    float : left;
    padding : 0px 12px 0px 12px;
    margin : 0px;
}

.footer p {
    padding-left : 22px;
    padding-right : 22px;
}

#footer ul {
    padding : 0px 12px 0px 12px;
    margin : 0px;
}

#footer ul.footerNotes {
    float : right;
}

#footer ul.footerCredit {
    float : left;
}

#footer li {
    background : url(../images/listDivider.gif) no-repeat 100% 3px;
    float : left;
    padding : 0px 14px 0px 14px;
    margin : 0px;
    display : block;
}

#header li.noDivider, #topNav li.noDivider, #footer li.noDivider {
    background-image : none;
}
#content .floatL li {
	float: left;
	display: block;
	width: 248px;
}


.someclass{ //class to apply to your scroller(s) if desired
}



/* -------- rss --------*/
#pscroller{
	padding: 5px;
	width: auto;
	height: 105px;
	color: #FFFFFF;
}
.rssclass {
	padding: 8px 0px;
	margin-left: -6px;
}

.rssclass .rsstitle{
	letter-spacing: 2px;
	background : url(../images/dividerH1.gif) repeat-x left bottom;
	margin: 0px 0px 8px -12px;
	padding: 6px 12px 8px;
	width: 100%;
	font: 16px "Times New Roman", Times, serif;
	float: left;
	height: auto;
	text-align: left;
	text-indent: -12px;
}

.rssclass .rssdate{
	color: gray;
	font-size: 85%;
}

.rssclass a{
	text-decoration: none;
}
.rssclass a:hover {
	text-decoration: none;
	color: #FFCC00;
}
.rssclass p {
	margin-left: -12px;
}
#centreHolder #label #mainHolder #contentHolder #rssViewAll {
	text-align: right;
	margin-right: 38px;
}
.xxx {
	display: none;
}
.box {
	float: right;
	width: 30%;
	padding: 8px;
	margin: -8px 0px 12px 18px;
	border: 1px solid #C0CDD0;
	background: #FFFFFF;
}
.box h2 {
	color: #CC0000;
}
