body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12pt;
background-color: #000000;
color: #FFFFFF;
margin-top: 100px;
margin-left: 160px;
margin-right: 10%;
/*	background-image: url(../../images/jacques-name.png); 
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 50% 0%;*/
}
.background {
top: 0;
}

.mainbody {
	top: 100px;
	padding: 5%;
	padding-right: 10%;
	position: relative;
	float: left;
	offset: 10%;
	margin-right: 150px
}

/* ----------------  TOP BAR  ---------------- */
.mainbody #topbar {
	width: 100%;
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0;
	height: 100px;
	margin-right: 150px;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 14pt
}
/* ----------------  TOP Name BAR my name  ---------------- */
 .topnamebar {
	width: 100%;
	position: absolute;
	position: fixed;
	top: 0;
	height: 90px;
}


/* ----------------  RIGHT BAR  ---------------- */
.mainbody #sidebar {
	width: 150px;
	position: absolute;
	position: fixed;
	top: 0;
	right: 0;
	height: 1200px;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 14pt
}
/* ----------------  LEFT BAR  ---------------- */
.mainbody #leftsidebar {
	width: 150px;
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	height: 1200px;
	background-color: black;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 14pt
}

.mainbody .box {
width: 100%;
border: 1px dotted #FFFFFF;
padding: 3px;
padding-left: 10%
}

/* ----------------  Jacques Steyn - heading  ---------------- */

.JQheading {
	/* position's value should be "fixed", but IE makes a mess */
	position: fixed;
	top: 0px;
	left: 200px;
	/* height: 24px; */
	background-color: black;
	padding-top: 5px;
	padding-left: 3px;

}


/* ----------------  TEXT  ---------------- */
p, h2 {
font-family: Verdana, Helvetica, sans-serif;
}
p {
font-size: 12pt;
}


h1 {
font-size: 26pt;
font-weight: bold
}

h2 {
font-size: 20pt;
font-weight: bold
}

h3 {
font-size: 17pt;
font-weight: bold
}

ul {
width: 100%	
}

li {
width: 100%:
font-family: Verdana, Helvetica, sans-serif;
font-size: 12pt;
}

/* ----------------  TABLE  ---------------- */
td {
vertical-align: top;
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
border-bottom: dotted white 1px;
}

th {
text-align: left;
vertical-align: top;
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
font-weight: 600;
border-bottom: solid white 3px;
}

th.two {
text-align: left;
vertical-align: top;
font-family: Verdana, Helvetica, sans-serif;
font-size: 10pt;
font-weight: 600
}

/* ----------------  LINKS  ---------------- */

a:link {
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: underline;
}

a:visited {
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: underline
}
a:hover {
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}

/* ----------------  TEXT CLASSES ---------------- */

.bold {
font-weight: 600
}
.bolditalic {
font-style: italic;
font-weight: 600
}
.box {
width: 80%;
border: 1px dotted #FFFFFF;
padding: 3px;
padding-left: 10%
}

.center {
text-align: center
}
.grey {
background-color:  #A9A9A9
}
.italic {
font-style: italic
}
.redbackground {
	background-color: red;
}
.right {
text-align: right
}

.small {
font-size: 8pt
}

/* ----------------  LAYOUT ---------------- */

#sidebar {
	width: 120px;
	/* position's value should be "fixed", but IE makes a mess */
	position: absolute;
	top: 50px;
	right: 0;
	height: 1200px;
	background-color: black;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 14pt; 
}
#leftsidebar {
	width: 150px;
	/* position's value should be "fixed", but IE makes a mess */
	position: absolute;
	top: 50px;
	left: 0;
	height: 1200px;
	background-color: black;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 14pt
}
#topbar {
	width: 100%;
	/* position's value should be "fixed", but IE makes a mess */
	position: absolute;
	position: fixed;
	top: 0px;
	left: 0;
	height: 100px;
	padding-top: 5px;
	padding-left: 3px;
	font-size: 14pt;
	text-align: center;
}

.buttonbackground {
	background-color: black;
	color: white
}

img {
border-style: none	
}


	/* a bugfix for IE */
body>div#sidebar {position: fixed}
