/* colour theme - links = blue */

#header {
	background-image: url("/_/chrome/logo_blue.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

a {
	color: #00bce4;
}

a:hover {
	color: #00bce4;
	text-decoration: underline;
}


/* news stuff */


.linkContainer {
	float: right;
	width: 728px;
	padding-right: 13px;
	margin-top: 4px;
	padding-bottom: 800px;
}

.linkItem {
	margin: 15px 0px 5px 0px;
	width: 482px;
}

.linkItem a {
	font-style: italic;
	color: #ffffff;
	text-decoration: underline;
}

.linkItem h2 a {
	font-style: normal;
	color: #00bce4;
	text-decoration: none;
}

.linkItem a:hover {
	color: #00bce4;
	text-decoration: underline;
}


.linkItem div p {
	line-height: 1.1em;
	padding-right: 14px;
}

.linkItem div h2 {
	color: #00bce4;
		
}

.linkContainer img {
	float: left;
	margin-right: 8px;
}


.linkContainer .linkHeading h2 {
	display: none;
}

.linkHeading {
	margin-top: 5px;
	height: 35px;
	background-image: url("/_/chrome/links.png");
	background-position: top left;
	background-repeat: no-repeat;
}


