/* 1.1	Headings and paragraphs
-----------------------------------------------------------------------------------------------*/	


h2 {
	margin-top: 0;
	padding-top: 0;
	font-weight: normal;
	font-size: 2.4em;
}
h3 {
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 5px;
}

p {
	font-size: 1.2em;
	margin-bottom: 7px;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
}



/* 1.3	Links
-----------------------------------------------------------------------------------------------*/	

a:link, a:visited {
	color: #005188;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFD400;
}


/* 1.4	Miscellaneous
-----------------------------------------------------------------------------------------------*/	

hr {
	/*display: none;*/
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

/* 3.3	Content
-----------------------------------------------------------------------------------------------*/

#main-content h2{
	margin: -3px 0 6px;
	
}
#main-content ul{
list-style: none;
margin: 0;
padding-left: 25px;

}
#main-content #supplementary-content ul, #main-content #primary-content ul{padding-left: 0;margin-left: 0;}
#main-content ul p{

padding: 3px 0 0;
line-height: 1;
}
#main-content li{
padding: 2px 0;
list-style: disc;
font-size: 1.2em;
}

	.caption{
		letter-spacing: -0.05em;
	}
	.news{
		width: 240px;
	}
	.small-logo{
	position: relative;
	right: 15px;
	bottom: 0;
	height: 100px;
	width: 90px;
	float: right;
	}
	
	