/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Arial, Verdana, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}

a{
	color:#36393D;
	text-decoration:underline;
	}
	a:hover{
		color:#FF0084;
		text-decoration:none;
	}
	a:focus {
		outline: 1px dotted invert;
	}
	a.more{
		background:no-repeat url(../img/icn-more.gif) left center;
		color:#FF0084;
		padding-left:13px;
	}
	a.pink{
		color:#FF0084;
	}
	.attention{
		/*background:#4096EE;
		color:#fff;*/
		margin-bottom:10px;
		/*padding:10px;*/
		}
		.attention h2{color:#fff;}
	#quicklinks .more{
		background:no-repeat url(../img/icn-more-white.gif) left center;
	}	
	#related a{
		/*color:#625422;*/
	}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	color:#36393D;	
	font-size: 23px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}

h2 {
	border-bottom:1px dotted;
	color:#36393D;	
	font-size: 25px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}

h3 {	
	color:#36393D;	
	font-size: 17px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	}		
	#related h3{
		/*color:#625422;*/
		color:#a0a0a0
	}
	h3.news{
		background:no-repeat url(../img/icn-news.gif) left center;
		background:no-repeat url(../img/icn-news-big.gif) left center;
		padding-left:24px;
		padding-left:40px;
		height:32px;
		line-height:32px;		
	}
	h3.event{
		background:no-repeat url(../img/icn-event.gif) left center;
		background:no-repeat url(../img/icn-event-big.gif) left center;
		padding-left:24px;
		padding-left:40px;
		height:32px;
		line-height:32px;
	}	
	h3.attention{
		background:no-repeat url(../img/icn-attention.gif) left center;
		background:no-repeat url(../img/icn-attention-big.gif) left center;
		padding-left:24px;
		padding-left:40px;
		height:32px;
		line-height:32px;		
	}

h4 {
	color:#a0a0a0;
	font-size: 14px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	}
	.footer h4{
		color:#c1c1c1;
	}

h5 {
	font-size: 17px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}

h6 {
	font-size: 15px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}