@charset "iso-8859-1";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	text-align: center; 
	padding: 0px;
	background-color: #191919;
	font-size: .95em;
	color: #C0C0C0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	background-image: url('../images/tophat.gif');
	background-repeat: repeat-x;
}
h1, h2, h3, p {
	margin: 10px;
	color: #C0C0C0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 125;
}

p	{
	font-size: 100%;
	margin: 4px 10px 0px 10px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page 
content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a 
container width and use auto for the left and right margin to center the container on the page. IE 5 browser require 
the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply 
set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #ffffff;
	background-position: center;
	background: #323232;
	width: 1000px;
	text-align: left;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
}
#outerWrapper #header {
	background-color: #646464;
	height: 180px;
	background-repeat: no-repeat;
	font-weight: bold;
	background-image: url('../images/wolf_logo.jpg');
	font-size: .85em;
	width: 1000px;
}
#outerWrapper #topnavigation {
	background-color: #191919;
	overflow: hidden;
	color: #C0C0C0;
}
#outerWrapper #topnavigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#outerWrapper #topnavigation li {
	float: left;
}
#outerWrapper #topnavigation a {
	border-color: #C0C0C0;
	padding: 5px;
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #C0C0C0;
	font-style: italic;
	background-color: #191919;
	border-right-style: outset;
	border-right-width: 1px;
}

#outerWrapper #topnavigation a:hover {
	padding: 5px;
	display: block;	
	font-weight: normal;
	text-decoration: none;
	color: #191919;
	font-style: italic;	
	background-color: #C0C0C0;
}
#outerWrapper #topnavigation a:active {
	padding: 5px;
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #C0C0C0;
	font-style: italic;
	background-color: #640000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #640000;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated 
columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
}
#outerWrapper #contentWrapper #content ul li {
}
#outerWrapper #contentWrapper {
	list-style-image: none;
}


/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. 
If floated elements are used without being cleared the elements following will wrap around the floated element. This class 
should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	display: block;
	clear: left;
}
/* footer */
#footer {
	background-color: #191919;
	text-align: center;
	font-size: medium;
	background-image: url('../images/footer2.jpg');
	background-repeat: no-repeat;
	height: 180px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 37px;
}
#footer p {
}

/* footer navigation */
a, a:link {
	background-position: transparent;
	font-weight: normal;
	color: #191919;
	background: transparent;
	text-decoration: underline;
	font-style: italic;
}
a:visited {
	color: #c0c0c0;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	background-position: #c0c0c0;
	font-weight: normal;
	text-decoration : underline;
	background: #c0c0c0;
	color: #191919;
	font-style: italic;
}
/* page top navigation */
#outerWrapper #content #navpagetop {
	background-color: #191919;
	overflow: hidden;
	color: #C0C0C0;
}
#outerWrapper #content #navpagetop ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#outerWrapper #content #navpagetop li {
	float: left;
}
#outerWrapper #content #navpagetop a {
	border-color: #C0C0C0;
	padding: 5px;
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #C0C0C0;
	font-style: italic;
	background-color: #191919;
	border-right-style: outset;
	border-right-width: 1px;
	border-top-style: inset;
	border-top-width: 1px;
}

#outerWrapper #content #navpagetop a:hover {
	padding: 5px;
	display: block;	
	font-weight: normal;
	text-decoration: none;
	color: #191919;
	font-style: italic;	
	background-color: #C0C0C0;
}
#outerWrapper #content #navpagetop a:active {
	padding: 5px;
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #C0C0C0;
	font-style: italic;
	background-color: #640000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #640000;
}


