html, body {
	margin: 0;
	padding: 0;
	background-color: rgb(213,225,245);
    color: #333;
	}

body {font-family: Verdana, Arial, Geneva, sans-serif; }

p, td, ul, ol, th, h1, h2, h3, h4, h5, h6   /* Be kind to NS4 */
	{font-family: Verdana, Arial, Geneva, sans-serif; }
	
#nav {
	width: 100px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	}
	
#nav p, #nav a, #nav li  {
	font-size: 11px;
	}

#nav a:link {text-decoration: none; color: blue; }
#nav a:visited {text-decoration: none; color: blue; }
#nav a:hover {text-decoration: underline; color: blue; }

	
	
#content {
	background-color: #fff;
    padding: 10px;
	margin-left: 110px;
    padding-right: 15%;
    /* margin-right: 20%; */
	/* border-left: 1px solid #006; */
    }
    
#content p, li, dt, dd, blockquote, cite, form fieldset legend {
    font-size:  13px;
	}
#content h1 {
    font-size:  1.5em;
	}
#content h2 {
    font-size:  1.2em;
	}
#content h3 {
    font-size:  1.1em;
	}

#header {
    height:  68px;
    background:  #fff url(../images/swazi4pxl.gif) repeat-x ;
	color: #006;
	margin-bottom: 0px;
	}
	
#header h1    {
    font-size:  14px;
    text-align: right;
    position: absolute;  right: 3%;  top: 50px; 
    color: #00f;
    padding:  0;
    }
#footer {
    background:  #fff url(../images/swazi1pxl.gif) repeat-x ;
	color: #006;
	/* border-top: 1px solid #006;*/
	font-size: 10px;
	text-align: right;
	padding: 20px 10px 5px 0;
    margin-bottom: 0;
	clear: both;
	}

#footer a:link {text-decoration: none; color: blue; }
#footer a:visited {text-decoration: none; color: blue; }
#footer a:hover {text-decoration: underline; color: blue; }

	

.spacer {
	clear: both;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	}

/* dd, dt {
	font-size: 0.95em;
	} */

h1, h2, h3, h4, h5, h6, p, table { position: relative; }
	/* Preceding line to work around MSIE6 bug with floating divs and spacers */
