
html {
	height: 100%;
}

body {
	background-color: #5BBF21;
	color: #ffffff;
	/* white-space: nowrap; */
	height: 100%;
	
	font-family: "Helvetica", "Arial", "Verdana";

	font-size: 16px;
	line-height: 17px;
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

h1, h2, h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 17px;
	display: inline;
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
}

#page {
	padding-top: 11px;
}

.white {
	color: #ffffff;
}

#header {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 17px;
	color: #addf90;
}

.start a:link,
.start a:visited,
#header a:link,
#header a:visited,
#footer a:link,
#footer a:visited {
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #addf90;
}

.start a:hover,
.start a:active,
#header a:hover,
#header a:active,
#footer a:hover,
#footer a:active {
	text-decoration: none;
	color: #addf90;
	margin: 0;
	padding: 0;
	background: url(../img/underline.gif) repeat-x 0 93%;
}

#menu {
	display: block;
}

#content {
	display: block;
	font-weight: normal;
}

#content a,
#menu a,
#menu span,
#mes {
	text-transform: uppercase;
	font-weight: bold;
}

#menu a,
#menu span,
#mes {
	white-space: nowrap;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #ffffff;
}

a:hover,
a:active {
	text-decoration: none;
	outline: none;
	color: #ffffff;
	margin: 0;
	padding: 0;
	background: url(../img/underline.gif) repeat-x 0 93%;
}

a.nounderline:hover,
a.nounderline:active {
	background: 0;
}

#content p,
#header p {
	margin: 0;
	padding: 0;
}

#content {
	display: block;
}

#content p {
	display: inline;
}

#content .cover {
	margin: 6px 10px 6px 2px;
}

.video {
	border: #ffffff 1px solid;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

::-moz-selection{
	background: transparent;
	color:#fff;
}

::selection {
	background: transparent;
	color:#fff;
}

.green::-moz-selection,
.green a::-moz-selection {
	background: transparent;
	color: #addf90;
}

.green::selection,
.green a::selection {
	background: transparent;
	color: #addf90;
}