html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #D4D4D4;
	font: 12px verdana,helvetica,arial,sans-serif;
	margin: 0px;
	padding: 25px 0 25px 10px;
}

div,h3,h4 {
	margin-top: 0;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h2 {
	background-color: #000000;
	color: #ffffff;
	font-size: 150%;
	font-variant: small-caps;
	font-weight: 600;
	margin-left: 8px;
	margin-right: 8px;
	cursor: pointer;
	cursor: hand;
}

h3,h4 {
	background-color: #000000;
	color: #ffffff;
	padding: 5px;
	padding-left: 22px;
	font-size: 120%;
	font-variant: small-caps;
	font-weight: 600;
	margin-left: 1px;
	
	margin-bottom: -20px;
	cursor: pointer;
	cursor: hand;
}

div.content {
	border: 1px solid #000000;
	border-bottom-width: 5px;
	border-top: none;
	padding-top: 10px;
	margin-top: -10px;
	margin-left: 8px;
	margin-right: 8px;
}

h4 {
	background-color: #6B6B6B;
	padding-left: 12px;
	font-variant: normal;
	font-size: 100%;
	font-weight: 300;
}

h6 {
	
	font-size: 55%;
	font-weight: 800;
}

div.content div.content {
	padding-top: 5px;
	border-color: #6B6B6B;
}

div#advfooter {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #D4D4D4;
	margin: 0;
	padding: 5px;
	padding-left: 30px;
}

a {
	display: block;
	background-color: #ffffff;
	color: #696969;
	margin-bottom: 5px;
	padding: 2px 5px;
	padding-left: 12px;
	margin-left: 5%;
	margin-right: 5px;
	text-decoration: none;
}

div.test a {
	display: block;
	background-color: #527BBD;
	color: #000000;
	margin-bottom: 5px;
	padding: 2px 5px;
	padding-left: 22px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

a:visited {
	background-color: #eeeeee;
}

a:hover {
	background-color: #527BBD;
	color: #ffffff;
	text-decoration: underline;
}

div.content a {
	padding-left: 12px;
}

div.content div.content a {
	padding-left: 2px;
}


a#currentPage {
	background-color: #DEE7F7;
	border-right: 5px solid #527BBD;
	color: #333333;
	margin-right: 5px;
}

div#advfooter a {
	display: inline;
	background-color: transparent;
	font-size: 80%;
	padding: 0;
	margin: 0;
	padding-right: 10px;
}

p.separator {
	border-top: 1px solid #000000;
	margin-top: 7px;
	margin-bottom: 5px;
	font-size: 1px;
}

br,p.intro,div#footer {
	display: none;
}

