/*  created 02.19.2007 by DryCat Graphics for Free Gas 4 LIfe  */
body {
	margin-top: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(/images/base/bkgSideBar.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
/* wrapper establishes page in relation to sidebar background*/
#wrapper {
	text-align: left;
	width: 800px;
	position: absolute;
	left: 195px;
}
/* container places the side shadows for the page box -- the header pic is in this div */
#container {
	background-image: url(/images/base/shadow.jpg);
	background-repeat: repeat-y;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 5px;
}
/* content positions the content in the box */
#content {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #333333;
	position: relative;
	width: 630px;
	float: left;
	padding-right: 20px;
	left: 50px;
}
/* contentfoot holds the pic for the round corner bottom */
#contentfoot {
	clear: both;
	float: left;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
h1 {
	font-family: Impact, Helvetica;
	color: #CC0000;
	letter-spacing: .1em;
}
blockquote {
	font-weight: normal;
	color: #666666;
	font-size: 1em;
	border-bottom: 1px dotted #990000;
	margin-top: -15px;
	border-top: 1px dotted #990000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFCC66;
	color: #990000;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
}
ul, ol {
	margin-left: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #000000;
	line-height: 130%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #003366;
}
h4 {
	color: #006666;
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 1.2em;
}
p {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 120%;
	font-size: 1.1em;
}
/* ########## TOP MENU BAR ########## */

#menubar {
	font-size: 0.75em;
/*
	margin: 0 0 2.5em;
*/
	width: 100%;
	height: 20px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#navlist {
	margin: 0;
	padding: 0;
}

#navlist li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	position: relative;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	left: 38px;
	margin-bottom: 1em;
	padding-right: 3px;
	padding-left: 3px;
}

#navlist a, #navlist a:visited {
	padding: 0 20px 0;
	background-color: #FFFFFF;
	color: #990000;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	border: 1px dotted #999999;
}

#navlist a:hover {
	background-color: #FFCC66;
	color: #990000;
}

#menubar #navlist .uberlink {
	background-color: #FFCC66;
	color: #990000!important;
	cursor: default;
	font-weight: 900;
}
