@import "global.css";
@import "content.css";
@import "modules.css";

a,
a:link,
a:active,
a:visited,
a:hover {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #666;
}

html, body#body-start {
	height: 100.03%;
	background: #fff;
	font-size: 16px;
	line-height: 16px;
}

div#footer {
		width: 999px;
		height: 27px;
		margin: 0 auto;
		padding: 0;
		clear: both;
		position: relative;
		bottom: 27px;
		text-align: center;
		background: none;
	}
div#page {
		margin:21px 0 0 8px;
		text-align:left;
		border:none;
		background: #FFF;
		width: 98%;
	}

a img {
		border: 2px #000 solid;

	}

ul li {
	background: none;
	color: #000;
}
h4 {
	font-family: 'Century Gothic', Arial, 'Trebuchet MS', Tahoma, Arial, Verdane, sans-serif;
	font-size: 16px;
}

ul li {
		list-style-type: disc;
		margin: 0;
		padding: 0;
		padding-left: 0;
		margin-left: 20px;
		line-height: 14px;
	}
#navigation-breadcrumb ul li,
#navigation-context ul li,
#navigation-global ul li {
		list-style-type: circle;
	}

#navigation-global ul li li {
		list-style-type: square;
	}