div, p, h1, h2, h3, ul, ol, li, dl, dd, dt, img, form, body {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
html {
	background-color: #000000;
}
body {
	background-color: #000000;
	background: #000000 url(top_background2.png) repeat-x;
	color: #aabbcc;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 20px;
}
#top {
	height: 300px;
	background: url(top_logo.gif) no-repeat right;
}
#top #bigismall {
	margin: 30px 0px 0px 50px;
}
#slider {
	display:block;
	height:auto;
	overflow:auto;
	border-bottom: 1px solid #21283B;
	margin-bottom: 30px;
	padding: 15px 0px 15px 40px;
}
#slider li {
	width: 160px;
	height: 150px;
	margin-left: 10px;
	list-style: none;
	float: left;
	text-align: center;
}
#slider a {
	text-decoration: none;
	font-size: 12px;
}
#slider a img {
	display: block;
	margin-bottom: 5px;
}
#content {
	padding-left: 50px;
	padding-right:100px;
}
#content p {
	margin: 10px 0px 10px 0px;
	text-align: justify;
}
#titlePhoto {
	display: block;
	width: 400px;
	height: 250px;
	margin: 0px 0px 10px 100px;
	float: right;
}
#contentLinks {
	display: block;
	width: 400px;
	height: auto;
	margin: 0px 0px 50px 100px;
	float: right;
	clear: right;
}
#contentLinks li {
	list-style: none;
	width: 25px;
	height: 20px;
	float: left;
}
#contentLinks li a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}
#contentLinks li a:hover {
	background-color: #00348F;
	color: #ffffff;
}
h1 {
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -1px;
}
h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 15px 0px 15px 0px;
}
a {
	color: #0C5CCF;
	text-decoration:underline;
}
a img {
	border: none;
}
*:focus {
	outline: none;
}
