* { /* The browser reset hack */
	margin: 0;
	padding: 0;
}
/* HTML Styling */
body {
	background: #cccccc url(images/background.jpg) repeat-x left top;
	color: #222222;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 25px 0 4px 0;
}
img {
	border: 0;
}
p {
	line-height: 24px;
	margin: 5px 0;
}
hr {
	border: 1px solid #1B6300;
}
h1 {
	font-size: 30px;
	font-weight: lighter;
	font-weight: normal;
	letter-spacing: -1px;
	font-style: none;
}
h2 {
	color: #1B6300;
	font: 170%/120% "Trebuchet MS";
	font-weight: lighter;
	margin: 5px 0;
}
h3 {
	border-bottom: 1px solid #222222;
	font-size: 16px;
	line-height: 150%;
}
h3:hover {
	border-bottom: 1px solid #666666;
	color: #666666;
	cursor: default;
}
h4 {
	color: #393939;
	font-size: 14px;
	line-height: 250%;
}
h5 {
	background: url(images/help.png) no-repeat left center;
	color: #222222;
	cursor: help;
	font: 120%/150% "Trebuchet MS", Verdana, sans-serif;
	padding: 0px 0px 0px 18px;
}
#content h1 {
	border-bottom: 1px solid #222222;
	font-size: 210%;
	letter-spacing: 0px;
	margin-bottom: 10px;
	font-style: normal;

}
h1 a {
	color: #fff;
	text-decoration: none;
	font-style: italic;

}
h1 a:hover {
	color: #fff;
	text-decoration: underline;
	font-style: italic;

}
/* Structure and other stuff etc. */
#wrapper {
	margin: 0 auto;
	width: 700px;
}
#header {
	background-image: url(images/bg-header.gif);
	background-repeat: no-repeat;
	height: 100px;
	line-height: 100px;
	padding-left: 15px;
}
#navigation {
	float: right;
	margin-right: 15px;
}
#content {
	background: #fff url(images/bg-content.gif) no-repeat 0px 1px;
	padding: 20px;
}
#footer {
	background-image: url(images/bg-footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
	color: #222222;
	display: block;
	line-height: 24px;
	padding: 24px 0 0 0;
	text-align: right;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	float: left;
	margin: 0;
	text-align: center;
	text-transform: lowercase;
}
#navigation li a {
	background: none;
	color: #ffffff;
	display: block;
	height: 100px;
	margin-left: 5px;
	padding: 0;
	text-decoration: none;
	width: 75px;
}
#navigation li a:hover {
	background: url(images/bg-navigation-hover.gif);
	background-repeat: repeat-x;
	color: #222222;
}
#navigation .active {
	background: url(images/bg-navigation-hover.gif);
	background-repeat: repeat-x;
	color: #222222;
}
#content a {
	color: #222;
	font-weight: bold;
}
#content a:hover {
	color: #258600;
}
#footer a {
	border-bottom: 1px dashed #1a7804;
	color: #1a7804;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 1px dashed #222222;
	color: #222222;
}
sup {
	color: #FFFFFF;
	font-size: 75%;
	text-transform: uppercase;
}
#content .pagination {
	display: block;
	height: 20px;
	margin: 10px 100px;
	padding: 0px;
}
#content .pagination li {
	background: none;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .pagination a {
	background: none;
	border: 1px solid black;
	color: #000000;
	display: block;
	float: left;
	margin: 0 0 0 5px;
	padding: 0px 4px;
}
#content .pagination a:hover {
	background: #3B8D00 url(images/pagination-hover.gif) repeat-x left top;
	border: 1px solid #000000;
	color: #FFFFFF;
}
#content ul {
	list-style-type: none;
	margin: 10px 0 15px 5px;
}
#content ul li {
	background: transparent url(images/list-style.gif) no-repeat 0 4px;
	margin-top: 6px;
	padding-left: 12px;
}
#content ul li ul {
	margin: 6px 0 8px 5px;
}
#content ol {
	color: #758836;
	margin: 10px 0 15px 24px;
}
#content ol.nostyle,
#content ol.nostyle ol {
	color: #4e4b44;
}
* html #content ol {
	margin-left: 29px;
}
#content ol span {
	color: #4e4b44;
}
#content ol li {
	margin-top: 6px;
}
#content ol li ol {
	margin: 6px 0 8px 20px;
}
#content dl {
	margin: 15px 5px;
}
#content dl dt {
	color: #908a7e;
	font-weight: bold;
}
#content dl dd {
	margin: 5px 0 10px 15px;
}
#content form label {
	color: #1B6300;
	display: block;
	margin-bottom: 5px;
}
#content form input {
	background-color: #f9f9f9;
	border: 1px dashed #aaa;
	color: #4e4b44;
	font: 12px Trebuchet MS;
	padding: 1px 3px;
}
#content form textarea {
	background-color: #f9f9f9;
	border: 1px dashed #aaa;
	color: #222;
	font: 12px "Trebuchet MS";
	padding: 2px 3px;
	width: 327px;
}
#content form input.button {
	border: 1px solid #aaa;
	cursor: pointer;
}
#content .floatright {
	float: right;
	padding: 10px 0 10px 10px;
}
#content .floatleft {
	float: left;
	padding: 10px 10px 10px 0;
}
code {
	background-color: #f9f9f9;
	border: 1px dashed #ccc;
	color: #666;
	display: block;
	font: 120%/17px "Courier New", Courier, monospace;
	margin: 15px 5px;
	padding: 10px;
}
.code {
	color: #666666;
	font-family: "Lucida Sans Console", "Courier New", Courier, monospace;
	font-weight: bold;
}
a img {
	border: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: 0.8;
}
a:hover img {
	border: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}
abbr {
	border-bottom: 2px solid #2D5A0C;
	cursor: help;
	font-weight: bold;
}
abbr:hover, abbr:focus {
	border-bottom: 2px solid #222222;
}

iframe {
height:800px;
}
