@charset "utf-8";
/* CSS Document */

/*---------------GENERAL------------*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	background-color:#FFFFFF;
	color: #000000;
}

body a {
	color: #43A7FB;
	text-decoration: underline;
}

a img {
	border: none;
}

a:focus {
	outline-style: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.floatright {
	float: right;
	margin-left: 10px;
}

.floatleft {
	float: left;
	margin-right: 10px;
}

p {
	margin: 0 0 8px;
}

ul, ol {
	margin-left: 0px;
	margin-bottom: 10px;
}

/*---------------STRUCTURE------------*/


#container {
	width: 965px;
	height: 100%;
	background-color: #FFFFFF;
	margin: auto;	
}

#content {
	padding: 10px;
}

h1 {
	width: 921px;
	height: 33px;
	background-image:url(../images/header-background.jpg);
	background-repeat: no-repeat;
	padding: 8px 0px 0px 20px;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 28px;
}

ul li {
	background:transparent url(../images/bullet.jpg) no-repeat scroll 0 2px;
	color:Black;
	list-style-type:none;
	padding:1px 0 8px 25px;
}
