/*
***********************************************************
Title:     Content
Author:    Emile Blume - Netcreators.com
***********************************************************
*/
@charset "utf-8";

/* Typography////////////////////////////////////////////////////////////////////////////////*/
h1, h2, h3 {
	color: #005193;
}

a:hover { color: #005193;}

hr {
	background: #596975;
	color: #596975;
}

/* Design /////////////////////////////////////////////////////////////////////////////////*/
#back {
	background: url(../images/bg-header.png) no-repeat center top;
}

#logo {
	background: url(../images/logo.png) no-repeat left top;
}

#img-bar { 
	background: url(../images/image-bar.jpg) no-repeat left top;
}

.news-latest-morelink a, .news-list-morelink a {
	background: url(../images/news-more.gif) no-repeat right;
}

/* Right /////////////////////////////////////////////////////////////////////////////////*/
#right, #right a {
	color: #6C6E70;
}

#right a:hover {
	color: #005193;
}

#right h3, #right h4, #right h5 {
	color: #005193;
}

.right {	
	background: url(../images/arrow-blue.gif) no-repeat top left;
}

