/* CSS Document */

div.shell {
	overflow: visible;
	width: 824px;
	padding: 0px;
	margin: auto;
	text-align: center;
}

div.shell2 {
	text-align: center;
	margin: auto;
	overflow: hidden;
	background: url(images/layout/strip.gif) repeat-y center;
	width: 824px;
	padding: 0px;
}


/* Divs */

div.content {
	position: relative;
	margin-left: 190px;
	text-align: left;
	width: 580px;
	height: 400px;
	padding: 10px;
	overflow: hidden;
}

div.leftbar {
	position: absolute;
	top: 518px;
	margin-left: 17px;
	width: 145px;
	text-align: left;
	z-index: 4;
}

div.side {
	position: absolute;
	margin-left: 17px;
	width: 145px;
	z-index: 3;
	background: url(images/layout/nav.gif) repeat-y center;
}

#nav {
	top: 112px;
	height: 230px;
	text-align: left;
	overflow: hidden;
}

#nav p {
	width: 120px;
	margin-left: 18px;
	margin-top: 5px;
	padding: 0px;
}

#feature {
	top: 368px;
	height: 150px;
	text-align: center;
}

#feature p {
	margin: 0px;
	padding: 0px;
}

div.green {
	position: absolute;
	top: 338px;
	width: 145px;
	margin-left: 17px;
	height: 40px;
	overflow: hidden;
	z-index: 4;
}

#footer {
	background: url(images/layout/bottom.gif) no-repeat;
	width: 824px;
	height: 75px;
	margin-top: -13px;
	text-align: center;
}

#footer p {
	text-align: center;
	margin-left: 140px;
	padding-top: 20px;
	color: #FFFFFF;
}

/* Text */

p,ul,li,blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.b {
	font-weight: bold;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-top: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

/* Images */

img {
	border-width: 0px;
}

.roll {
	padding: 0px;
	margin: 0px;
}

img.feature {
	padding-top: 5px;
}


/* Links */

a:link, a:visited, a:active {color: #006633; text-decoration: underline; }
a:hover {color: #006633; text-decoration: none; }

#footer a:link, #footer a:visited, #footer a:active {color: #99FF99; text-decoration: none; }
#footer a:hover {color: #99FF99; text-decoration: underline; }