@charset "utf-8";
#Container {
	position:relative;
	margin:0 auto 0;
	clear: both;
	float: none;
	height: 2000px;
	background-color:#111111;
	width:960px;

}
#SectionLeft {
	position:relative;
	float: left;
	top:0px;
	width:155px;
	background-color:#000000;
	height: 1980px;
	padding:10px;
	font-size:12px;
	font-variant:normal;
	text-align:left;
	/*background-image:url('http://sabap2.adu.org.za/image/oil.jpg');
		background-attachment: fixed;
		background-position:top left;
		background-repeat: no-repeat;*/
	}
#SectionLeft a {
	font-size:11px;
	font-variant:normal;
	text-align:left;
	}
	
#SectionLeft a:hover{
	color:#0099FF;
	text-decoration:underline;
}
	
#SectionMid {
	position:relative;
	float: left;
	top:0px;
	width:765px;
	background-color:#111111;
	padding:10px;
	overflow:auto;

	
}

#Header{
	position:relative;
	margin:0 auto 0;
	padding:0px;
	clear: both;
	float: none;
	height: 100px;
	/*background-image:url(images/safring_header.png);*/
	width:960px;
	font-size: 36px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color:#0066FF;
	background-color:#000000;
		
	
}



body {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-style: normal;
	line-height: normal;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color:#00CCFF;
	background-color:#888888;
	/*	background-image:url('http://sabap2.adu.org.za/image/oil.jpg');
		background-attachment: fixed;
		background-position:top left;
		background-repeat: no-repeat;
	*/
}

h1{
	color:#00CCFF;
	font-size:16px;
	font-weight:bold;
	line-height:12px;
	padding-bottom:10px;
	text-align:center;
}

h2{
	color:#66CCFF;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
	text-align:center;
}

h3{
	color:#66CCFF;
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
}

p{
	color:#EEEEEE;
	font-size:11.5px;
	font-weight:normal;
	text-align:justify;
	line-height:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	line-height:normal;
	
}

body{
	color:#EEEEEE;
	font-size:11.5px;
	font-weight:normal;
	text-align:justify;
	line-height:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	line-height:normal;
}

a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11.5px;
	color:#0000ff;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:11px;
	line-height:normal;
	
}
a:hover{
	color:#0099FF;
	text-decoration:underline;
}





/*table formatting*/
th {
color:#DDDDDD;
font-size:11.5px;
font-weight:bolder;
background-color:#333333;

}

tr{
color:#666666;

}

td {
color:#CCCCCC;
font-size:11.5px;
font-weight:normal;
vertical-align:top;
padding:2px;
}

table {
border:1px;
border-style:solid;
border-color:#545454;
background-color:#111111;
background-image:url(images/section_left_runner.png);
background-repeat:repeat-x;

}

input.btn{
color:#000000;
background-color:#FFFF00;
font-size:11.5px;
}

input.btn:hover{
color:#000000;
background-color:#FF0000;
font-size:11.5px;
}