/* Author: Netstep; Date: 20/05/05 */

/* Page Layout */

body {
	margin:0; 
	padding:0; 
	background:#ffffff url(../images/background.gif) repeat; 
	color: #666666; 
	text-align: center; font: normal 1em verdana, arial, geneva, helvetica, sans-serif;
	}
	
	/* Top Navigation */

#topnav {
	position:relative;
	z-index:1;
	margin:0 auto; 
	padding:0; 
	background:#99CC99;
	height:1.5em;
	padding:0;
	border-bottom: 1px solid #ffffff;
	}

#topnav ul {
	display: inline;
	float:left;
	margin:0px 0px 0px 10px;
	padding: 3px;
	list-style: none;
	font-size: 67%;
	}
  
#topnav li {
	display: inline;
	float:left;
	margin:0px;
	}
  
#topnav a {
	float: left;
	display: block;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	font-weight:bold;
	color: #ffffff; 
	line-height: 150%;
	}

#topnav a:hover,#topnav a.select {
display:block;
	color: #ffff99;
	text-decoration:none;
	}
	
#pic {float:left;margin: 0 10 10 10px;}
	

/* rightside */
		
.rightside {
font-size: 60%;
font-weight: normal;
padding: 0;
margin: 10px;
color: #ffffff;
line-height: 150%;
}
	
a.rightside {
color: #fff;
text-decoration: none;
}

a:hover.rightside {
color: #d1d3d6;
text-decoration: underline;
}

	
/* home content */	

h2 {
font-size: 100%;
	font-weight: bold;
	padding: 0;
	margin: 45px 50px 15px 90px;
	color: #003300;
	line-height: 150%;
	}

h3 {
font-size: 70%;
	font-weight: bold;
	padding: 0;
	margin: 5px 50px 15px 90px;
	color: #666666;
	line-height: 150%;
	}


 p {
font-size: 70%;
	font-weight: normal;
	padding: 0;
	margin: 5px 50px 15px 90px;
	color: #666666;
	line-height: 150%;
	}
	
.body { font-size: 70%;
	font-weight: normal;
}

.bodybold { font-size: 70%;
	font-weight: bold;
}

ol.list { font-size: 70%;
	font-weight: normal;
	padding-left:20px;
	line-height: 150%;
}

ul.list { font-size: 70%;
	font-weight: normal;
	padding-left:20px;
}
	
/* main content */	

#copy {margin: 0px;}

#copy h1 {
font-size: 70%;
	font-weight: bold;
	padding: 0;
	margin: 10px 0px 0px 20px;
	color: #003300;
	line-height: 150%;
	}

#copy h2 {
font-size: 100%;
	font-weight: bold;
	padding: 0;
	margin: 20px 50px 15px 20px;
	color: #003300;
	line-height: 150%;
	}

#copy h3 {
font-size: 70%;
	font-weight: bold;
	padding: 0;
	margin: 5px 50px 15px 20px;
	color: #666666;
	line-height: 150%;
	}


 #copy p {
font-size: 70%;
	font-weight: normal;
	padding: 0;
	margin: 5px 50px 15px 20px;
	color: #666666;
	line-height: 150%;
	}

/* left hand side */
	
#lowerright {
	margin: 0 2 0 10px;
	padding: 5px;
	color:#003300;
	font-size: 70%;
	}
	
.lowerright {
	color:#003300;
	font-size: 70%;
	}
	
#indent {margin:0 2 0 10px;}
	
	
/* Footer */

.copyright  {
	float: right;
	text-align: right;
	}

#footer {
	background: #8993a1 url(../../images/footerblock.gif) top left repeat-y;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ffffff;
	}

#footer p {
	padding: 8px 20px;
	margin: 0;
	font-size: 60%;
	color: #fff;
	}
	
#footer p a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}
	
#footer p a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
	
.footerlinks {
	text-align: left;
	}
	


/* Other attributes */
	
/* Note: Applies to Mozilla, etc */
hr.clear {
	clear: both;
	height: 1px;
	margin: 10px 0 0 0 !important;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
	}
	
hr.line {
	height: 1px;
	margin: 1px 0 1px 0;
	padding: 0;
	background: #003300;
	border:0;
	color:#003300;
	width : 217px;
	}

hr.mainline {
	height: 1px;
	margin: 1px 0 1px 0;
	padding: 0;
	background: #003300;
	border:0;
	color:#003300;
	width : 90%;
	}
hr.home {
	height: 1px;
	margin-top: 80px;
	margin-bottom:0px;
	padding: 0;
	background: #003300;
	border:0;
	color:#003300;
	width : 217px;
	}
	
.hide {
	display: none;
	}

	.link {
font-size: 100%;
font-weight: bold;
}
	
a.link {
color: #cc0000;
text-decoration: none;
}

a:hover.link {
color: #000066;
text-decoration: underline;
}