/* CSS Document */

/* LINKS */

a {
	text-decoration: none;
	color: #245199;
	}

a:hover {
	text-decoration: underline;
	}
	
.linkLarge {
	font-size: 1.2em;
	font-weight: normal;
	background: url(../images/widgets/arrow-blue.gif) no-repeat center left;
	padding: 0 0 2px 20px;
	}
	
.linkRSS {
	font-size: 1.2em;
	font-weight: normal;
	background: url(../images/widgets/rss.gif) no-repeat center left;
	padding: 0 0 2px 23px;
	}

#footer a {
	color: #fff;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
/* TOPNAV */

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    }
	
#nav li {
	font-size: 1.1em;
	position: relative; 
	float: left;
	height: 37px;
	padding: 8px 6px 0 6px;
    margin: 0;
	}	
	
.currentpage {
	font-weight: bold !important;
	}
	
.activeparent {
	font-weight: bold !important;
	}

#nav a {
	float: left;
    display: block;
	color: #245199;
	height: 37px;
    }

#nav a:hover {
	padding-bottom: 0;
	}
	
#nav .selected {
	font-weight: bold;
	}
	
dfn {
	display: none;
	}
	
#pagingBox {
	padding: 30px 0	
	}
	
.pagingLink {
	padding: 2px 5px;
	border: 2px solid #c7c7c7;
	}