html,
body,
div,
span,
applet,
object,
iframe,
h1,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,h2 {
	margin: 0;
	padding: 0;
	border: 0;
	
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	color: black;
	background: white;
}

ol,
ul {
	list-style: none;
}

/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

ul              { list-style-type: disc }




/* *****************************************************************************
 * *****************************************************************************
 * STYLING starts here
 * *****************************************************************************
 */


a {
	color: #70b100;
	text-decoration: none;
}

a:hover {
	color: #0079fb;
}

a.camelflock {
	color: #0079fb;
}

a.camelflock:hover {
	color: #70b100;
}

body {
	background-color: #f8f8ff;
}

#wrapper {
	padding: 20px 60px 0 60px;
}

#header {
	background-color: #1d1d1d;
	margin: -20px -60px 20px -60px;
	height: 150px;
}

#header .badge {
	float: right;
	background-color: #70b100;
	border: 1px solid #70b177;
	border-top: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
	margin-right: 10%;
}

#header .badge a {
	color: #fff;
}

#header img {
	position: absolute;
	top: 20px;
	left: 140px;
}

#header #ht {
	position: absolute;
	top: 70px;
	left: 340px;
}

#header h1 {
	color: #3a3a3a;
	font-size: 40px;
	font-weight: bold;
	font-family: tahoma;
	text-transform: uppercase;
}

#header h2 {
	color: #bcbcbc;
	font-weight: bold;
	font-family: arial;
	letter-spacing: 1.7;
}

#sidebar {
	float: left;
	width: 280px;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar ul li {
	margin-top: 20px;
	font-size: 15px;
}

#sidebar ul li:first-child {
	margin-top: 0;
}

#sidebar ul li img {
	float: left;
	margin-right: 10px;
	height: 32px;
}

#sidebar ul li strong {
	font-weight: bold;
	color: #2b2b2b;
}

#sidebar ul li p {
	font-size: 11px;
	color: #666;
}

#sidebar ul li a:hover > p {
	color: #3f3f3f;
}

#text {
	margin-left: 320px;
}

#text ul {
	list-style-type: none;
	margin-left: -40px;
}

#text ul li {
	margin-top: 20px;
	font-size: 16px;
}

#text ul li:first-child {
	margin-top: 0;
}

#text ul li img {
	float: left;
	margin-right: 10px;
}

#text ul li strong {
	font-weight: bold;
	color: #1b1b1b;
}


#text ul li a:hover > strong span {
	color: #666;
}

#text ul li strong span {
	font-weight: normal;
	color: #aaa;
	font-size: 11px;
	float: right;
	text-decoration: none;
}

#text ul li strong span:after {
	content: " " url('icons/question_mark_16.png');
	vertical-align: -4px;
}



#text ul li p,
#page-text p {
	font-size: 13px;
	color: #2c2c2c;
	text-align: justify;
}

#page-text p {
	margin: 5px 0 35px 0;
	line-height: 1.4;
}

#page-text h1 {
	font-size: 180%;
	color: #444;
	text-align: right;
	border-bottom: 1px dotted #ccc;
}

#page-text h2 {
	font-size: 110%;
	color: #444;
}

#page-text h3 {
	font-size: 90%;
	color: #666;
	font-weight: bold;
	margin-left: 5px;
}

#page-text h3:before {
	color: #666;
	content: "→ ";
}

#footer {
	font-size: 69%;
	color: #888;
	text-align: right;
	margin-top: 50px;
	margin-bottom: 20px;
}

#footer span {
	float: left;
}

strong,
b {
	font-weight: bold;
}

