 @charset "utf-8";

html {
	background-image:url(http://www.re-function.com/images/background3.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#999999;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link {
	color: #006633;
	}
	
a:hover {
	color: #999999;
	border-bottom: solid #666666 thin 
	}

#container {
    overflow: auto;
	background-color: #FFFFFF;
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto 0 auto;
}

#header {
	background-color: #FFFFFF
	width: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	border-bottom: thin solid #CCCCCC;
} 

#navigation {
	background-color: #007533;
	width: auto;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: .05em;
	border: 0px;
} 

#navlinks ol {
	margin: 0
	}
	
#navlinks li {
	display: inline;
	color: #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-right: thin solid #FFFFFF;
	padding: 0 .5em 0 .5em;
	}
	
#navlinks li a:link {
	color: #CCFF00;
	}
	
#navlinks li a:hover {
	color: #cccccc;
	}
	
#navlinks li a:visited {
	color: #cccccc;
	}

#contentleft {
	float: left;
	width: 23em; 
	padding: 1em 4em 2em 1em;
	background-color: #FFFFFF
}

#contentleft a:link {
	color: #006633;
	}

#container #contentleft h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #006633;
	margin: 0 0 10px 0;
}

#container #contentleft h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #006633;
	margin: 0 0 10px 0;
	}
	
#container #contentleft h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #006633;
	margin: 0 0 10px 0;
	}
	
#sidebar {
	float: left;
	width: 19em;
	margin: 0 0 0 0em;
	border-left: thin solid #999999;
	padding: 1em 0 0 1em;
	background-color:#FFFFFF
}

#sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .7em;
	}

#sidebar ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333333;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	margin: -10px 0 10px 15px;
}

#sidebar li {
	margin: 0em;
}

#footer {
	clear: both;
	background-color: #E1E1E1;
	text-align: center;
	border-top: thin solid #CCCCCC;
} 
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: -5px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 5px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
}

/* misellaneous styles */
.meta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #999999;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: -10px 0 10px 0;
}