/*** GLOBAL DEFAULT SITE ***/

/* No list markers by default */
ul,ol {
	list-style:none;
}

/* Avoid inconsistent default browser headings, font-sizes and pre/code */
body,h1,h2,h3,h4,h5,h6,pre,code,td {
	font-size:1em;
}

/* Remove inconsistent default browser padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
	margin:0; padding:0;
}

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset {
	border:none;
}

/* set default body fonts */
body {
	margin: 0 0 25px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF center top repeat-x;
}
.textbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.textFade {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}
/* set default button fonts */
input {

	border: 1px solid #cccccc;
	padding: 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}

/* set default link styles */
a {
	margin: 0 0 0px 0;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
	background: transparent;
	padding: 0 0 0 0px;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CCCCCC;
	background: #transparent;
	text-decoration: none;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
	padding: 0 0px;
	background: #FFFFFF;
	/*border-left: 1px solid #93AE9F;
	border-right: 1px solid #93AE9F;
	border-bottom: 1px solid #93AE9F;*/
	voice-family: "\"}\"";
	voice-family: inherit;
}
#header {
	width: 920px;
	margin: 0 auto;
	padding: 5px 0px 0;
	background: #A8A582;
	height: 96px;
	vertical-align: middle;

}
/*** END GLOBAL DEFAULT SITE STYLES ***/
#leftcolumn {
	float: left;
	padding: 0;
	margin: 0px 0 0px 0;
	width: 180px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}
#leftcolumn li {
	list-style: none;
	float: left;
	margin: 0 0 0 0px;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-indent: 10px;
} 

#leftcolumn a {
	display: block;
	float: left;
	color: #000000;
	background: #EEEEEE;
	line-height: 30px;
	text-decoration: none;
	margin: 0;
	padding-left:0px;
	padding-right:0px;
	padding-top:0;
	padding-bottom:0;
	width: 180px;
	border-bottom: 1px solid #CCCCCC;
}

#leftcolumn a:hover, #leftcolumn a.selected {
	background: #CCCCCC;
}

#leftcolumn img {
	margin: 0px 0px 0px 0;
	background: #FFFFFF;
}

#centercolumn {
	float: left;
	padding: 0px 0 0px 0px;
	margin: 20px 0 0 20px;
	width: 490px;
}

#centercolumnWide {
	float: left;
	padding: 0px 0 0px 0px;
	margin: 20px 0 0 20px;
	width: 718px;
}

#rightcolumn {
	float: right;
	padding: 0px;
	margin: 20px 0 0 0;
	width: 210px;
}

div.panelGrey {
	background: #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
}

div.panelGreyLight {
	background: #f8f8f8;
	padding: 10px;
	margin-bottom: 20px;
}

div.panelColour {
	background: #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
}

div.panelNews {
	background: #69C185;
	margin-bottom: 20px;
}

div.panelWhite {
	background: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}

.title {
	display: block;
	float: left;
	background: url(images/article_title.gif) no-repeat;
	line-height: 32px;
	width: 209px;
	margin-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-indent: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.boxborder {
	border: 1px solid #CCCCCC; 

}