body {
	margin: 0px;
	padding: 16px;
	background: #e5e5e5 url('img/bg.gif') repeat-x;
	font-family: 'Tahoma', sans-serif;
}

a {
	color: #3fa5d9;
}

a.jslink {
	border-bottom: 1px dotted #3fa5d9;
	text-decoration: none;
}

a:hover, a.jslink:hover {
	color: #ff0000;
	text-decoration: none;
	border: 0px;
}

h2,h3 {
	font-weight: normal;
	color: #808080;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 18pt;
	color: #000000;
}

h3 {
	font-size: 14pt;
}

h2.top {
	margin-top: 4pt;
	color: #ff0000;
}

#col2 h3 {
	color: #000000;
}

#col2 h3.top {
	margin-top: 8pt;
	color: #ff0000;
}

ol {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	padding-left: 1.75em;
	margin-bottom: 2em;
	line-height: 130%;
}

ul.browsers {
	margin: 0px;
	padding: 0px; 
	list-style: none;
}

li {
	margin-bottom: 1em;
}

#col2 ul.browsers li {
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 1px;
	font-size: 8pt;
	height: 32px;
	color: #9e9e9e;
}

#col2 ul.browsers li a {
	font-size: 10pt;
	font-weight: bold;
}

#col2 p {
	font-size: 8pt;
}

#opera {
	background-image: url('img/ico-opera.gif');
}

#firefox {
	background-image: url('img/ico-firefox.gif');
}

#chrome {
	background-image: url('img/ico-chrome.gif');
}

#safari {
	background-image: url('img/ico-safari.gif');
}

#ie7 {
	background-image: url('img/ico-ie7.gif');
}

#flock {
	background-image: url('img/ico-flock.gif');
}

dl {
	padding-bottom: 0.5em;
}

dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

dd {
	margin: 0px;
	padding: 0px;
	height: 10px;
	margin-bottom: 1em;
}

#body {
	margin: 0px auto;
	background: #ffffff;
	width: 908px;
	font-size: 10pt;
}

#header {
	width: 908px;
	height: 223px;
	overflow: hidden;
	background: #4e6642 url('img/bg.jpg') no-repeat;
}

#top-pic {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 36px;
	width: 821px;
	height: 187px;
	background-image: url('img/top.png');
	background-repeat: no-repeat;
}

#top-text {
	color: #ffffff;
	z-index: 7;
	position: relative;
	left: 25px;
	top: -45px;
	width: 400px;
	padding: 5px;
	font-size: 10pt;
	height: 60px;
}

#top-text-shadow {
	color: #000000;
	z-index: 6;
	position: relative;
	left: 26px;
	top: -114px;
	width: 400px;
	padding: 5px;
	font-size: 10pt;
	opacity: 0;
}

#main {
	padding-top: 16px;
	width: 908px;
	clear: both;
}

#col1 {
	float: left;
	padding-left: 30px;
	padding-bottom: 16px;
	width: 600px;
}

#col2 {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 16px;
	width: 218px;
}

#footer {
	background: #e5e5e5 url('img/bottom-bg.gif') 50% 0% repeat-x;
	clear: both;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 10pt;
	padding-top: 21px;
	line-height: 100%;
}

#footer p {
	margin: 0px;
}

.comment {
	color: #9e9e9e;
	font-size: 8pt;
	font-weight: normal;
}

.bottom {
	display: none;
	opacity: 0;
}

#alert, #form {
	display: none;
	opacity: 0;
}

#form textarea{
	width: 210px;
	margin-bottom: 8pt;
}