/*********** Debugging *********/
DIV {
	display:block;
	float:left;
}
DIV.news {
	float:none;
	}
BODY, HTML {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font: 11px/1.5em Verdana,Arial,Helvetica,sans-serif;
	margin-bottom:12px;
	background-color:#555;
}
TD {
	font: 11px/1.5em Verdana,Arial,Helvetica,sans-serif;
	background-color:#ccc;
}
IMG {
	border:0;
	margin:0;
	padding:0;
}
H1, H2, H3, H4, H5 {
	margin:0 0 0 0;
	padding:0;
	font-weight:bold;
	color:black;
	font-size:130%;
}
H2 {
	font-size:110%;
}
H3, H4, H5 {
	font-size:100%;
}
P {
	padding:.3em 0 .7em 0;
}
A:link {
	color:#DD0000;
	outline:none;
}
SMALL {
	color:#a5a5a5;
}
A:visited {
	color:#DD0000;
}
A:hover, A:active {
}
#container {
	width:960px;
	margin:0 auto;
	float:none;
}
#containerInner {
	float:left;
}
#pageHeader {
	float:left;
	width:960px;
	background-color:#fff;
}
#pageHeaderInner {
	float:left;
	display:inline;/* IE 5 dobble margin bug fix */
	margin:0;
	padding:0 0 16px 0;
}
#logo {
	float:left;
	margin:0 0 16px 0;
}
#topillustration {
	/*display:none;*/
	clear:both;
	height:250px;
	width:960px;
	background-repeat:no-repeat;
	position:relative;
}
#bannertext {
	position:absolute;
	bottom:0px;
	}
#externalLinks {
	width:960px;
	height:20px;
	text-align:right;
}
#search {
	margin:12px 0 0 0;
	clear:both;
	float:right;
	display:none;
}
#topMenu {
	clear:both;
}
#topMenuInner {
}
#topMenu UL {
	list-style-type: none;
	margin:0;
	padding:0;
}
#topMenu UL LI {
	float:left;
}
#topMenu A:link, #topMenu A:visited {
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:4px 32px 4px 0;
}
#topMenu A.selected {
	color:black;
}
#topMenu A:hover {
	text-decoration:underline;
}
#pageBody {
	clear:both;
	width:960px;
	background-color:#fff;
}
#leftColumn {
	float:left;
	width:200px;
}
#leftColumnInner {
	padding:0 8px 16px 0;
	margin:0 2px 0 0;
	width:180px;
}
#leftColumn UL {
	list-style-type: none;
	padding:0 0 0 0;
	margin:0 0 0 5px;
}
#leftColumn UL LI {
	margin:0 0 4px 0;
}
#leftColumn UL LI UL LI {
	margin:0 0 4px 12px;
}
#leftColumn A {
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size: 110%;
	background:url(../images/menu_bullet.gif) no-repeat left .4em;
}
#leftColumn A:hover {
	/*text-decoration:underline;*/
	color:#00d;
}
#leftColumn A.selected {
	color:#00d;
}
#contentArea {
	width:760px;
	float:left;
}
#frontpage #contentArea {
	width:500px;
	float:left;
}
#contentAreaInner {
	float:left;
	padding:0 16px 16px 16px;
}
#frontpage #contentAreaInner {
	float:left;
}
.teaser {
	width: 200px;
	float:left;
	padding-left: 5px;
	}
#rightColumn {
	float:right;
	width:254px;
}
#rightColumnInner {
	padding:0 16px 16px 16px;
}
#footer {
	width:960px;
	border-top:1px solid #555;
}
#footerInner {
	margin:0;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#footerInner A {
	margin:0px;
	padding:0px;
	}
#footerInner IMG {
	float:left;
	width:160px;
	margin:0px;
	}
#footer A {
	text-decoration:none;
}
#footer A:hover {
	text-decoration:underline;
}
#designedBy {
	clear:both;
	width:960px;
	text-align:right;
}
#designedBy A {
	font-size:10px;
	text-decoration:none;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#designedBy A:hover {
	text-decoration:none;
}
.clickable {
	cursor:pointer;
}
#popup {
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	width:100%;
	height:100%;
	z-index:1000;
	float:none;
}
#popupBackground {
	z-index:1001;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity: 0.75;
	background-color: #000000;
	filter:alpha(opacity=75);
}
#popupContent {
	width: 760px;
	height: 75%;
	margin: 50px auto;
	background-color:#ffffff;
	border-left: #ffffff;
	border-top: #ffffff;
	border-right: #cccccc;
	border-bottom: #cccccc;
	border-width: 1px;
	z-index:1002;
	float:none;
	position:relative;
}
#popupHeader {
	width: 760px;
	height: 20px;
	background-color: #8888cc;
	float:none;
}
#popupHeader .title {
	float:left;
	font-weight:bold;
	margin: 0px 2px;
}
#popupHeader .close {
	float:right;
	margin: 0px 2px;
}
#popupContentInner {
	width: 760px;
	height: 100%;
	overflow: auto;
	float:none;
	background-color: #ffffff;
}