/* CSS Document */

#topSpace {
	display: block;
	height: 155px;
	margin: 0 auto;
}

#midSpace {
	display: block;
	height: 40px;
	margin: 0 auto;
}



/* Layout */

#banner {
	padding: 5px;
	position: relative;
}

#logo {
	display: block;
	height: 65px;
	margin: 0 auto;
	padding: 5px;
}

#header, #content, #footer {
	padding: 10px 20px;
	margin: 0 auto;
}

#menu {
	display: block;
	text-align: center;
	margin-top: 1em;
	padding-bottom: 1em;
}

#menu li {display: inline; margin-right: 0.5em; list-style: none;}

#menu li + li:before {margin-right: 0.5em; content: '|';}

#content {padding-top: 0; padding-bottom: 5px; overflow: hidden; border-bottom: 2px solid #003300;}

#header {border-bottom: 2px solid #003300;}

#footer {padding-top: 5px; padding-bottom: 30px; border-top: 2px solid #003300; text-align: center;}

#footer img {border-width: 0;}

/* Typography and Styling */

body {font-family: Calibri, "Lucida Fax", Century, Perpetua, Helvetica, Arial, sans-serif;
 	background: #000000; color: #BBBBBB;}

a { color: #555555; text-decoration: none; }
b { color: #990000; text-decoration: none; }
a:focus, a:hover, a:active { color: #CCCCCC; text-decoration: underline; }

a img {	height: 0; width: 0; border-width: thin;}

#links a img {height: 0; width: 0; border-width: thin;}
	
#links a:hover img {position: absolute; top: 250px; left: 300px; height: 141px; width: 200px; z-index:2;}

#banner {background: #FFFFFF;}

#logo {text-indent: -9999px; overflow: hidden; background: url(../images/crowlogo.gif) no-repeat 0 0;}

#header, #content, #footer {background: #000000;	color: #BBBBBB;}

#menu {font-size: 110%;	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;}

#menu li b {font-weight: normal;}

#menu li abbr {text-transform: none;}

h1, h2, h3, p {margin: 1em 0;}

#content, p {text-align: justify;}

p:first-letter {font-weight: bold;}

p.foot {text-align: center;}

img.special {border: 3px white solid; float: right;}

h1, h2 {font-size: 130%; margin-left: -5px; color: #990000;}

h3 {font-size: 100%; margin-left: 0px; color: #990000;}

.adr {font-weight: bold; margin: 1em 0;}




