body {
	font-family: Bitstream Vera Sans, sans-serif, Arial;
	font-size: 10pt;
}

a {
	color: #0a7e69;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-type: square;
}

a img {
	border: none;
}

p {
	text-align: justify;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

#container {
	position: relative;
}

#header {
	position: relative;
	height: 120px;
	padding-left: 1em;
	border-bottom: 1px solid #0a7e69;
}

#header a {
	color: black;
}

#header a:hover {
	text-decoration: none;
}

#navigation {
	position: absolute;
	left: 0;
	top: 140px;
	width: 180px;
}

#navigation a {
	font-weight: bold;
}

#navigation li {
	list-style-type: none;
}

#navigation ul {
	padding-left: 1em;
	margin-left: 0;
}

#navigation ul ul a {
	font-weight: normal;
}

#content {
	position: relative;
	margin-left: 200px;
	padding: 10px;
	min-height: 500px;
	width: 912px;
}

#footer {
	position: relative;
	height: 40px;
	border-top: 1px solid #0a7e69;
	padding-top: 1em;
}

#foot-navigation {
	text-align: center;
}

#foot-navigation a {
	margin: 0 1em;
}

#app-images div {
	float: left;
	margin-right: 4px;
}

#app-images p {
	text-align: center;
	margin-top: -2px;
	font-size: 0.7em;
	font-weight: bold;
}

#news {
	border-bottom: 1px solid #0a7e69;
}

