@import "reset.css";
@import "layout.css";
body {
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
}
a {
	color: #2E759F;
}
a:hover {
	color: #FF7700;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 40px;
	color: #336699;
	padding: 0 0 20px 0;
}

#header h5 {
	width: 196px;
	height: 86px;
	text-indent: -9000px;
	margin: 5px 0 0 0;
	padding: 0 0 35px 0;
	float: left;
	background: url(../images/logo.png) no-repeat;
}

#header h5 a{
	display:block;
	float: left;
	width: 196px;
	height: 86px;
}


h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 30px;
	color: #336699;
	padding: 0 0 20px 0;
}
h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	color: #336699;
	padding: 20px 0 10px 0;
}
h4 {
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	color: #336699;
	padding: 20px 0 10px 0;
}
p {
	padding: 0 0 20px 0;
}
#content ol {
	list-style: decimal;
	margin: 0 0 20px 40px;
}
#content ul {
	list-style: disc;
	margin: 0 0 20px 40px;
}
#content li {
	margin: 0 0 7px 0;
}
#content li ul {
	margin-top: 10px;
}

