/* selsyn - main CSS */
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
	font-family: Helvetica, Univers, Arial, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
ul {
	padding-left: 14px;
	margin-left: 0px;
}
li {
	list-style-type: square;
	list-style-image: url(/furniture/bullet-green.gif);
}

h1 {
	font-size: 150%;
}
h2 {
	font-size: 133%;
}
h3 {	
	font-size: 117%;
}

a:link {
	color: #0050f7;
}
a:visited {
	color: #400acb;
}
a.toplink {
	color: #000000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.logodiv {
	height: 56px;
	padding-left: 30px;
	padding-right: 45px;
	padding-top: 8px;
	background-color: #17c900;
}
.toplinkimg {
	vertical-align: bottom;
}

p, li, .crawler {
	font-size: 80%;
}

.crawler {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #d0d0d0;
	background-color: #f2f2f2;
}
.footer {
	color: #999999;
	text-align: right;
	font-size: 85%;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #cccccc;
	background-color: #f2f2f2;
}
.crawler, .footer {
	padding: 2px;
	padding-left: 30px;
	padding-right: 10px;
}
.barwrap1 {
	/* no top border */
	border-bottom: 1px solid #fafafa;
}
.barwrap2 {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #f2f2f2;
}
.barwrap3 {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e4e4e4;
}
.barwrapb1 {
	border-top: 1px solid #cccccc;
}
.content {
	padding-left: 30px;
	padding-right: 10px;
}



/* required for the sticky footer */
html {
	height: 100%;
}
body {
	height: 100%;
}
#nonfooter {
	position: relative;
	min-height: 100%;
}
* html #nonfooter {
	height: 100%;
}
#footerall {
	position: relative;
	margin-top: -2.0em;
	height: 2.0em;
	background-color: #ddffcc;
	background-image: url(/furniture/bg-strips-green.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#footergap {
	height: 2.0em;
}
