@charset "utf-8";
/* CSS Document */

body {
	font: 11px/1.6 Arial, sans-serif;
	overflow: -moz-scrollbars-vertical;
	text-align: left;
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}

#container {
	width: 210px;
	margin: 0 auto;
	min-height: 100%;
	min-width: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

h3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	cursor: pointer;
	line-height: 20px;
	background-color: #98bc48;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}

h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #eee;
}

ol {
	margin: 0;
	padding: 0 10px 5px 35px;
}

h3 a:link, h3 a:visited {
	font-weight: bold;
	letter-spacing: .5px;
	display: block;
	text-decoration: none;
	color: #764c29;
	text-align: left;
	background-image: url(../images/brownArrow.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 10px;
}

h3 a:hover, h3 a:active {
	color: #222;
}

h3.whatsnew, h3.services {
	background: #adc96d;
}

/*h3.gethelp, h3.prototype {
	background: #c1d791;
}*/

#container p {
	color: #444;
	background: #FCF0D1;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.getStartedRed {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
