@charset "utf-8";
/* CSS Document */
body {
	font-size: 62.5%;	
}
h1,h2,h3,p,li {
	padding: 5px;
}
h1,h2,h3 {
	font-family: cambria, times new roman, serif;
}
h1{
	font-size: 2.6em;
	font-weight: 900;
}
h2 {
	font-size: 1.8em;
	font-weight: 900;
}
h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	float: left;
}
a:link, a:visited {
	border-bottom: 1px solid #066;
	color: #066;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #099;
	color: #099;	
}
img {
	display: block;
	margin: 0 auto;
	padding: 20px;
}
ul {
	float: right;	
}
li {
	float: left;	
}
p, li {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 auto;
}
div{
	width: 960px;
	margin: 0 auto;
}
strong {
font-weight: bold;	
}
#clear {
	clear: both;	
}
#header {
	border-bottom: 1px solid black;
	width: 100%;
}

#footer {
	clear: both;
	height: 50px;
	width: 100%;
}
#carousel{
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0px;
}
#carousel ul{
	float: none;
	padding: 0;
}
#carousel li {
	float: none;
	margin-left: -20px;
	margin-right: -20px;
}
#carousel_ie {
	display: none;	
}
ul.list {
	clear: both;
	float: left;
}
ul.list li {
	list-style-type: square;
	clear: both;
	margin-left: 4em;
	width: 100%;
}