@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}
html, body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}

.main {
	width:1024px;
	border: 10px solid #333333;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content {
	padding:20px;
	margin-bottom: 20px;
}


h1 {
	padding-left:20px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 84px;
	padding-top: 40px;
	font-size: 40px;
	color: #FFFFFF;
}

h2, h2.pdf {
	margin-bottom: 10px;
	color:#333333;
	font-size: 30px;
}
h2 a, h2.pdf a {
	color:#333333;
	padding-left: 34px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	display: block;
}
h2 a:hover, h2.pdf a:hover {
	color:#0079D6;
	padding-left: 34px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	display: block;
}

h2.pdf a {
	background-image: url(images/keynote.jpg);
}
h2.pdf a:hover {
	background-image: url(images/keynote.jpg);
}

h3 {
	font-size:22px;
	color:#666666;
	margin-top: 20px;
	margin-bottom: 20px;
}

h4 {
	color:#0079D6;
	font-size:18px;
	margin-top: 8px;
}

h4 a {
	color:#0079D6;
}

h4 a:hover {
	color:#666666;
}

p {
	margin-bottom: 10px;
	color:#333333;
	font-size: 16px;
	margin-top: 2px;
}
p a {
	color:#0079D6;
}
p a:hover {
	color:#0079D6;
	padding-left: 34px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	display: block;
}

hr {
	margin-top: 30px;
	margin-bottom: 10px;
}
