body {
	font-family: 'Helvetica Neue', Helvetica, sans-serif, Arial, Geneva, 'Lucida Grande', Verdana;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #7ABFCC;
	line-height: 1.8em;
}

#container {
	margin: 6% 15% 3% 15%;
}

#header {
	padding: 1em 0em;
}

#header .next { display: none; }

#header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#content {
	clear: both;
}

#footer {
	margin-top: 4em;
	font-size: 80%;
	color: #4d8db9;
}

#footer a { color: #31919f; }

a { color: #075763; outline-style: none; }
a:hover { color: #999; }

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

h1 {
	font-weight: 200;
	font-size: 350%;
	line-height: 100%;
	margin: 0px;
}

h1 a { color: #fff; }
h1 a:hover { color: #fff; }
h1 a:hover, h1 a:active { text-decoration: none; }

h2 {
	text-transform: lowercase;
	font-weight: 200;
	font-size: 160%;
	margin: 1em 0em;
	font-style: italic;
	clear: both;
}

div.info {
	font-size: 130%;
}

ul.faq {
	list-style: none;
	border: 1px dashed #588a94;
	border-left: none;
	border-right: none;
	margin: 3em 0em;
	padding: 1em 0em;
}

ul.faq em {
	display: block;
	text-transform: lowercase;
	font-weight: 200;
	font-size: 160%;
	margin: 1em 0em 0em 0em;
}

ul.faq p {
	color: #075763;
	margin-top: 0.5em;
}
ul.faq p a {
	color: #fff;
}

img {
	border: 4px solid #fff;
	margin-right: 0.5em;
}

img.nscoder {
	float: left;
	margin: 0em 1em 1em 0em;
}

.popup img {
	border: 6px solid #fff;
}

.date {
	text-transform: lowercase;
	margin-top: 0em;
	font-size: 140%;
	color: #31919f;
}

.note {
	font-size: 75%;
}

.images {
	white-space: nowrap;
}

ol{
    margin:0;
    padding:0
}
table td,table th{
    padding:0
}
