body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.row {
	margin-left: 10%;
	margin-right: 10%;
	clear: both;
}

.pagination p.counter {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.pagination ul {
	text-align: center;
	padding: 0;
	margin:0;
	margin-top: 50px;
}

.pagination li {
	display: inline;
	list-style: none;
	padding: 20px;
	background-color: #D3EBF2;
}

.pagination li a, .pagination li a:link {
	font-weight: bold;
}

ul.pager {
	list-style-type: none;
	padding: 0;
	width: 100%;
	text-align: center;
}

ul.pager li {
	display: inline;
}

ul.pager li a, ul.pager li a:link, ul.pager li a:visited {
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bolder;
}

.row:last-child {
	margin: 0;
	padding: 0;
}

.row #footer {
	text-align: center;
}

#copyright {
	color: #2291D0;
	font-weight: bolder;
	font-size: small;
	text-align: center;
	margin: 0;
	margin-top: 50px;
	padding: 0;
}

.moduletable ul.latestnews {
	padding-left: 30px;
}

.moduletable .latestnews li, .moduletable .latestnews li a, .moduletable .latestnews li a:link {
	margin-bottom: 10px;
	list-style-type: none;
	text-decoration: none;
	color: #2291D0;
	font-size: small;
}

.moduletable .latestnews li a:hover {
	background-color: #2291D0;
	color: white;
}

.moduletable .custom p {
	font-weight: lighter;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #434343;
}

.moduletable h3 {
	font-weight: normal;
	text-decoration: none;
	font-size: x-large;
	color: #2291D0;
	padding-left: 10px;
	border-left: 20px solid #2291D0;
}

.item, .articleBody {
	margin-bottom: 50px;
}

.item p, .item a, .item a:link, .item-page p, .item-page a, .item-page a:link, .blog p, .blog a, .blog a:link {
	font-weight: normal;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
}

.item a, .item a:link, .item-page a, .item-page a:link, .blog a:link {
	text-decoration: underline;
}

.item a:hover, .item-page a:hover, .blog a:hover {
	color: #8E8E8E;
}

#maincontent {
	float: left;
	width: 70%;
}

#rightside {
	float: right;
	width: 26%;
}

.createdby, .category-name, .published, .category-name a, .category-name a:link {
	font-size: x-small;
	margin-left: 1px;
	color: #2291D0;
	font-weight: bold;
	text-decoration: none;
}

.category-name a:hover {
	background-color: #2291D0;
	color: white;
}

.article-info-term {
	display: none;
}

.item-title a, .item-title a:link, .page-header h2, .page-header h2 a, .page-header h2 a:link{
	font-weight: normal;
	text-decoration: none;
	font-size: xx-large;
	color: #096499;
}

.item-title a:hover, .page-header a:hover, .page-header h2 a:hover{
	text-decoration: underline;
}

.cat-children h3 {
	font-weight: normal;
	text-decoration: none;
	font-size: x-large;
	color: #096499;
	border-left: 20px solid #096499;
	padding-left: 10px;
}

.cat-children h3.page-header, .cat-children h3.page-header a, .cat-children h3.page-header a:link {
	font-weight: normal;
	text-decoration: none;
	font-size: medium;
	color: #096499;
	border-left: none;
	margin-left: 20px;
}

.cat-children h3.page-header a:hover {
	text-decoration: underline;
}

.row #header {
	text-align: center;
}

#topmenu ul{
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
	overflow: hidden;
	background-color: #096499;
	font-size: medium;
}

#topmenu li {
	float: left;
	border-right: 1px solid #D3EAF5;
}

#topmenu li:lastchild {
	border-right: none;
}

#topmenu li a {
	display: block;
	text-align: center;
	padding: 15px;
	background-color: #096499;
	color: white;
	text-decoration: none;
}

#topmenu li a:hover {
	background-color: #2291D0;
}