/* CSS Document */

body {
font-family: Tahoma, Arial, Helvetica, sans-serif;
margin: 35px 0;
padding: 0;
}
#title {
}
	#title .img1 {
	position: fixed;
	top: 0;
	left: 2%;
	}
	#title .img2 {
	position: fixed;
	top: 0;
	right: 2%;
	}
	h1 {
	display: none;
	}

#header {

}

#main {
	background: white;
	width: 70%;
	border: 0;
	padding: 0;
	margin: 0 20% 0 10%;
}
	#main img {
	border: 1px solid #98002e; 
	}
	a {
	
	}
	a:hover {
	text-decoration: none;
	}
	a:visited {
	color: #03156C;
	}
	li {
	padding: 10px 0;
	}
	p,li {
	line-height: 160%;
	font-size: 12px;
	}
	.biggerfont {
	font-size: 14px;
	}
	h2 {
	font-size: 30px;
	padding: 10px 0;
	margin: 60px 0 30px 0;
	text-align: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}
	h3 {
	font-size: 22px;
	margin: 30px 0 0 0;
	font-weight: bold;
	}
	h4 {
	font-size: 16px;
	margin: 15px 0 15px 0;
	font-weight: bold;
	}
	
#footer {
display: none;
}

