@charset "utf-8";
/* CSS Document */

html,body{margin: 0;padding:0}

body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 76%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	color: black;
	background: black;
}

h1,h2 {
	margin: 0;
	padding:0;
	text-align:center;
}

h1 {
	color: black;
	font: bold 3.3em/80px arial,serif;
}

h2 {
	color: black;
	font-size: 2.5em;
	
}

img{border-style: none}

a {
	color: blue;
/*	background: url(underline1light.gif) bottom repeat-x; */
	text-decoration: none;
}

a:hover { 
	color: red;
/* background-image: url(underline2light.gif); */
	text-decoration: underline;
}

#container {
	position: relative;
	background: #F9F9F9 url("img/headbg.jpg") no-repeat scroll 0 0;
	/* IE6 hack, see http://www.satzansatz.de/cssd/onhavinglayout.html */
	_height: 0;
}

#content {
    margin: 0 180px;
	padding: 1em 10px;
	background: white;
	border-color: black;
	border-style:solid; 
	border-width:0 1px 1px 1px;
}

#leftCorner {
	position: absolute; 
	left: 10px;
	top: 10px;
	width: 140px;
	height: 140px;
	padding: 1em 0 0 10px;
	/* background-color: #fafafa; */
	border-style:dashed; 
	border-width:1px;
	background: white url(img/Collie100x105.gif) center center no-repeat;
	padding: 0;
	margin: 0;
} 

#navigation {
	position: absolute; 
	top: 170px;
	left: 0px;
	width: 150px;
	height: 430px;
	padding: 1em 0 0 10px;
	background-color: white;
	border-style:solid; 
	border-width:1px;
    } 

div#navigation ul{margin: 1em 0 1em 1em;padding: 0; list-style-type: square;}
div#navigation li{margin: 1em;padding: 0}
div#navigation a{color:black;font: normal bold 1.2em/1.6em arial,sans-serif;text-decoration: none}
div#navigation a:hover{color: red;text-decoration: underline}
div#navigation a#activelink{color: red;text-decoration: none}
	
#bannerRight {
	position: absolute; 
	top: 0px; 
	right: 0;
	width: 160px;
	height: 600px;
	padding: 1em 5px;
}

#footer {
	text-align:center; 
	padding: 15px 0;
	background-color:#F9F9F9;
	color: black;
}

.url {
	font-family: monospace;
	font-size: 1.2em;
}

.urlExample {
	font-family: monospace;
	margin-left: 2em;
	margin-right: 2em;
	font-size: 1.8em;
	border-style: solid;
	border-width: thin;
	padding:1em;
}

