/* CSS Document */

body{
	text-align:center; /* centres column for IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #FFFFFF;
	color: #000000;
	}

#container{
	border: 0px solid #fff;
	text-align:left;
	width:700px;
	background: #ffffff;
	font-size: 90%;
	letter-spacing:1px;
	}
	
#breadcrumbs{
	border: 0px #ffffff solid;
	text-align:right;
	width:700px;
	margin: 0 0 0 0;
	background: #ffffff;
	font-size: 80%;
}

#maincontent{
	margin: 0 0;
		}
.breadcrumbs {
	font-weight: normal;
	color: #666666;
}

.nav{
	background-color: #ffffff;
	color: #000000;
	padding: 10px 0 0px 0px;
	margin: 0px 0 0px 0;
	font-size: 90%;
	line-height: 110%;
	font-weight: normal;
	}
	
#intro {
	margin:0px 0;
	border:thin solid #000000;
	padding: 0px;
}

p.intro{
	text-decoration: none;
	padding: 0;
}
	
h1{
	color: #000000;
	font-size: 120%;
	font-weight: normal;
	margin-top:10px;
	margin-bottom:5px;
}

h2 {
	color:#000000;
	padding: 0;
	margin-top: 10px;
	margin-bottom:5px;
	font-size: 100%;
	font-weight: bold;
		}
h3 {
	font-size: 90%;
	font-weight: bold;
}

		
p {
	color: #000;
	padding: 0 0 0 0;
	font-size: 90%;
	line-height: 150%;
}

ol, ul{
	color: #000;
	padding: 0 0 0 40;
	font-size: 90%;
	line-height: 150%;
}

td {
	color: #000;
	padding: 0 0 0 0;
	font-size: 90%;
	line-height: 150%;
}

a {
	text-decoration:none;
	font-weight:bold;
	color: #3399CC;
}

a:link {
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #3366CC;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #333333;
}

a:active {
	text-decoration: none;
	font-weight:bold;
}

.imgright {
	margin-left: 20px;
	margin-bottom: 10px;
}

.imgleft {padding-right:20px;
padding-bottom:10px;
}

hr {color:#66cc66;}
