body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1B9CD3;
	margin: 0px;
}

a {
	text-decoration:underline;
}
#container {
	position: relative;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #A4D7ED;
}
a:active {
	color: #A4D7ED;
}

/*Footer*/
#footer {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 8px;
	float: left;
	height: 150px;
	width: 480px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #A4D7ED;
}
#footer a:active {
	color: #A4D7ED;
}
/*LIST*/
.attributeinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	list-style-position: outside;
	margin: 2px 0px;
}
.listdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
#faqcontainer {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.totaleft {
	position: absolute;
	left: 0px;
}
.row {
	width: 100%;
	position: relative;
	padding-bottom: 5px;
}
#top {
	height:270px;
}
#temp {
	height:200px;
}
#bottom {
	height:160px;
}
.totalright {
	position: absolute;
	right: 0px;
}
