@charset "iso-8859-1";

/* author: brian@currin.co.za 
 
 Copyright 2008 Brian Currin
 
 www.currin.co.za
 
  */	
    
html, body 		{ margin: 0; padding: 0; } 
 
body {
background-image: url(images/bg1.jpg); 
background-color: white;	
background-attachment: fixed;
background-repeat: repeat-x;
background-position: top center;



}		
						
p {text-align: justify;  padding-left: 10px; padding-right: 10px}

h1 {text-align: center;font-size: 25px; color: gray;text-transform: uppercase}

.center {text-align:center}

.uppercase {text-transform: uppercase}

h2, h3, h4, h5 {text-transform: capitalize}

.mission {text-transform: uppercase; background-color:gray; padding: 10px; border:1px dotted gray; font-size: 15px;}
 


#container       {width:800px;margin: 0 auto; border: 1px solid gray; background-color: white}

#header			{width:800px;text-align: center; background-color: white; padding:10px 0 10px 0}	

#menu           {width: 800px; clear: both; text-align:center; background-color:#D3D3D3; padding:5px 0 5px 0; color: black; border-top:1px solid gray; border-bottom:1px solid gray}	
	  
#main            {float: left; clear: left; width: 480px; padding: 10px 10px 20px 20px;
background-color: white;
}  

#right {float: right; width:250px;
background-color: white; padding:20px 10px 10px 10px;border-left: 1px dotted gray;  border-bottom:1px dotted gray}  

#graph		{width:800px;text-align: center; background-color: white; padding:10px 0 10px 0; clear: both}	
  
#footer {width:800px;clear: both;text-align: center;
background-color: #D3D3D3;padding:10px 0 10px 0; border-top: 1px solid gray}  
 	

h2 {font-size: 24px}   

h3 { text-align: left;
	font-size: 14px;
	line-height: 12px;
	letter-spacing: 2px;
	border-bottom: 1px solid gray;	 
	font-weight: bold;
} 


a {
background: transparent; color: black; font-weight: bold; text-decoration: none; }

a:hover {
background: gray; color: black; font-weight: bold}	/* colour 2 */

a:active {
background: gray; color: black; font-weight: bold}	 /* colour 2 */

a:visited {background: transparent; color: black; font-weight: bold}	
	 
/* border info */

	
									
LI, P, B, H4, blockquote, ol, ul, li, body, span, input, td, center, div, table 
{font-family: verdana; 
font-size: 12px; 
color: black}





/* End of style section. */




