/*
CSS for Remstat site -- IG/ST
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #e2edff;
	line-height: 125%;
	padding: 0;
	margin: 0;
}

img {
border:none
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: x-large;
	background-color: navy;
	color: white;
	padding-top: 2em;
	padding-bottom: .2em;
	padding-left: .4em;
	margin: 0;
}
h2 {
	color: navy;
	font-size: 130%;
	font-weight: normal;
	padding-top: 15px;
}
h3 {
	font-size: 90%;
	color: navy;
}
li {
	font-size: small;/*list-style-type: none;*/
}
p {
	font-size: small;
	color: navy;
}
#tagline p {
	font-style: italic;
	font-family: Georgia, Times, serif;
	background-color: #bed8f3;
	border-top: 3px solid #7da5d8;
	border-bottom: 3px solid #7da5d8;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: .8em;
	margin: 0;
}
/*
em	{
	text-transform: uppercase;
}
*/
a {
	font-weight: bold;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: navy;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: white;
	background-color: navy;
}
a:active {
	color: aqua;
	background-color: navy;
}
.fun {
	color: #339999;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.05em;
}
blockquote.fun {
	font-style: italic;
}
#navigation {
	width: 180px;
	background-color: #7da5d8;
}
#navigation li {
	list-style-type: none;
	margin:5px 0 5px 0;
}
/*
#header, #sitebranding, #tagline, #navigation, #bodycontent {
	border: 1px solid red;
	padding: 2px;
	margin-bottom: 2px; 
}
*/

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured 
from the top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header, #w3c {
	position: absolute;
}
#navigation, #bodycontent {
	top: 6.54em;
}
#bodycontent {
	left: 12em;
	right: 10%;
	margin-top: 1em;
	padding-top: 0.1em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
	border: solid #FFFFFF 2px;
}
#header {
	width: 100%;
	border-top: 3px solid #7da5d8;
}
.feature {
	float: right;
	margin: 10px;
}

#w3c {
	left: 0em;
	right: 10%;
	margin-top: 30em;
	padding-top: 0.1em;
	padding-right: 2em;
	padding-left: 0em;
	padding-bottom: 1em;
	z-index:-2
}

#w3c a{
background:none;
background-color:#e2edef;
color:#b2cde0;
font-size:8px;
font-style:italic;
padding:0;
margin:0

}


#w3c a:hover {
background:none;
background-color:#e2edff;
}

#w3c a:active {
background:none;
background-color:#e2edff}

#w3c a:visited {
background:none;
background-color:#e2edff}