/*-------------------------------------------------
BASICS
-------------------------------------------------*/
html, body {height:100%; font-size: 100%}
html {
	/* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
}
	
body{font:75%/150% verdana, sans-serif; text-align: center;	background: #e5e5e5;}
body,h1,h2,h3,h4,h5,h6,p,div,form,code,pre,fieldset,legend,dl,dt,dd, table {margin:0; padding:0; border:0}

p, th, td, li, ul, ol, h5, h6 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4 {font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: normal; color: #000}

h1	{font-size: 26px; margin: 25px 0 10px 0; line-height: 1em;}
h2	{font-size: 22px; margin: 25px 0 10px 0; line-height: 1em;}
h3	{font-size: 17px; margin: 25px 0 10px 0; line-height: 1em;}
h4	{font-size: 13px; margin: 0; font-weight: bold;}
h5	{font-size: 13px; margin: 0; font-weight: normal; color: #333; }
h6	{font-size: 12px; color: #333;  letter-spacing : 0px;  font-variant : small-caps;  }
p, ul, ol	{font-size: 12px; line-height : 1.4em; }

h3 {
	padding-bottom: 2px;
	border-bottom: 1px solid #ADAA9C;
}

h3.noUnderline{
	padding-bottom: 0;
	border: 0;
}

th { font-weight: bold; text-align: left;}
td { padding: 0px; vertical-align: top;}
li { line-height: 18px; }
dd, dt { font: normal 12px Arial, Helvetica, sans-serif; line-height: 18px; }

.hilight{color: #903f98; font-weight: bold; }
.clear{clear: both;}
.hide {display: none;}
.smalltext{font-size: 10px; line-height: 1.2em;}
.indent{margin-left: 10px;}
.noTopMargin{margin-top: 0;}

img {border: 0; margin: 0; display: block;}
ul {margin-top: 0;}

a:link { color: #c00; font-weight: bold; text-decoration: none; }
a:visited { color: #c00; font-weight: bold; text-decoration: none; }
a:hover { color: #FFF; font-weight: bold; text-decoration: none; background: #c00; }
a:active { color: #FFF; font-weight: bold; text-decoration: none; background: #c00; }

a.grey:link { color: #5a5a5a; font-weight: bold; text-decoration: none; }
a.grey:visited { color: #5a5a5a; font-weight: bold; text-decoration: none; }
a.grey:hover { color: #FFFFFF; font-weight: bold; text-decoration: none; background: #7ca648; }
a.grey:active { color: #FFFFFF; font-weight: bold; text-decoration: none; background: #7ca648; }

.highlightRow {color: #FFFFFF; background: #7ca648; }

/*-------------------------------------------------
POSITIONAL DIVS - 3 column layout with flexible centre column
-------------------------------------------------*/
/*
#overallcontent{
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

.fullWidth{
	width: 770px;
	float: left;
	margin: 0 auto 0 auto;
}
*/

#bottomcontent {
	width: 100%;
	height: 40px;
	text-align: center;
	clear: both;
	color: #4a4a4a;
	background-color: #f1efe2;
	vertical-align: middle;
}

.navBarItem{
	margin: 5px -10px 0 -10px;
	background: #f6f4ec;
}

/*-------------------------------------------------
SIDE BAR - new
-------------------------------------------------*/
/*
#sideBar{
	float: left;
	padding: 3px 5px;
	border-top: 2px solid #fff;
	background: #EFEBDE;
}
*/

#sideBar a{
	display: block;
	font-size: 10px;
	border: 1px solid #ADAA9C;
	margin-top: 2px;
	padding: 3px;
	line-height: 1.3em;
}

#sideBar a:link {color: #000; font-weight: normal; text-decoration: none; background: #fff; }
#sideBar a:visited {color: #000; font-weight: normal; text-decoration: none; background: #fff; }
#sideBar a:hover {color: #000; font-weight: normal; text-decoration: none; background: #EFF3FF; }
#sideBar a:active {color: #000; font-weight: normal; text-decoration: none; background: #EFF3FF; }

#sideBar a.selected:link {color: #000; font-weight: normal; text-decoration: none; background: #fff; }
#sideBar a.selected:visited {color: #000; font-weight: normal; text-decoration: none; background: #fff; }
#sideBar a.selected:hover {color: #000; font-weight: normal; text-decoration: none; background: #EFF3FF; }
#sideBar a.selected:active {color: #000; font-weight: normal; text-decoration: none; background: #EFF3FF; }

/*-------------------------------------------------
LEFT COLUMN - phase out
-------------------------------------------------*/
#leftNav{
	width: 146px;
	float: left;
	background-color: #e7e4d3;
	padding: 10px;
	margin: 0;
}


/*-------------------------------------------------
TOP BAR
-------------------------------------------------*/
#topnav{
	background-color: #b3b3b3;
	float: left;
	width: 100%;
}

#topnav .rightAligned{
	float: right;
}

#topnav a{
	display: block;
	float: left;
	padding: 3px 10px;
	margin: 5px 2px 0 0;
	font-weight: normal;
	cursor: pointer;
}

#topnav .rightAligned a{
	margin: 5px 0 0 2px;
}

#topnav a:link{background-color: #185285; text-decoration: none; color: #fff;}
#topnav a:visited{background-color: #185285; text-decoration: none; color: #fff; }
#topnav a:hover{background-color: #E5E5E5; text-decoration: none; color: #000; }
#topnav a:active{background-color: #E5E5E5; text-decoration: none; color: #000; }

#topnav a.selected:link{background-color: #fff; text-decoration: none; color: #000; font-weight: bold;}
#topnav a.selected:visited{background-color: #fff; text-decoration: none; color: #000;  font-weight: bold;}
#topnav a.selected:hover{background-color: #fff; text-decoration: none; color: #000;  font-weight: bold;}
#topnav a.selected:active{background-color: #fff; text-decoration: none; color: #000;  font-weight: bold;}

/*-------------------------------------------------
BREADCRUMBS
-------------------------------------------------*/
.breadcrumbs {
	margin: 0;
}

.breadcrumbs h6{
	padding-bottom: 2px;
	margin: 0;
	font-size: 9px;
	font-weight: normal;
	color: #666;
}

.breadcrumbs a:link{
	color: #666;
}

.breadcrumbs a:visited{
	color: #666;
}

.breadcrumbs a:hover{
	color: #F00;
}

.breadcrumbs a:active{
	color: #666;
}


/*-------------------------------------------------
SECTIONS STYLING
-------------------------------------------------*/
#comments{
	margin: 0 0 -25px 0;
	padding: 25px 0;
}

#comments h5{
	margin: 10px 5px 2px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

#comments p{
	margin: 0 5px 25px 10px;
	font-size: 11px;
}
#comments br{
	line-height: 0.5em;
}

/*-------------------------------------------------
SECTION - NEWS
-------------------------------------------------*/
.news{
	float: left;
	width: 570px;
}

.newsItem{
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 10px;
}

.newsItem h4 a:link{ color: #009; font-weight: bold; text-decoration: none; background: #fff;}
.newsItem h4 a:visited{ color: #009; font-weight: bold; text-decoration: none; background: #fff;}
.newsItem h4 a:hover{ color: #009; font-weight: bold; text-decoration: underline; background: #fff;}
.newsItem h4 a:active{ color: #009; font-weight: bold; text-decoration: underline; background: #fff;}

.newsItem img{
	float: left;
	border: 1px solid #000;
	margin-right: 10px;
}