html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

html
{ 
	background: url(img/bkg.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.clearfix
{
    display: inline-block;
}
.clearfix
{
    display: block;
}

a:link {color:#8d4a92; text-decoration:none;}      /* unvisited link */
a:visited {color:#8d4a92; text-decoration:none;}  /* visited link */
a:hover {color:#a566aa; text-decoration:underline;}  /* mouse over link */
a:active {color:#8d4a92; text-decoration:underline;}  /* selected link */

.content
{
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 1%, rgba(241,241,241,0.8) 50%, rgba(225,225,225,0.8) 51%, rgba(246,246,246,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(1%,rgba(255,255,255,0.8)), color-stop(50%,rgba(241,241,241,0.8)), color-stop(51%,rgba(225,225,225,0.8)), color-stop(100%,rgba(246,246,246,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(241,241,241,0.8) 50%,rgba(225,225,225,0.8) 51%,rgba(246,246,246,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(241,241,241,0.8) 50%,rgba(225,225,225,0.8) 51%,rgba(246,246,246,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(241,241,241,0.8) 50%,rgba(225,225,225,0.8) 51%,rgba(246,246,246,0.8) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(241,241,241,0.8) 50%,rgba(225,225,225,0.8) 51%,rgba(246,246,246,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccf6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin: 0 auto;
    position: relative;
    width: 940px;
    padding: 1em;
    -webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.content p
{
	font-family: "Open Sans",sans-serif;
	padding-top: 0.5em; padding-bottom: 0.5em;
}

.content h1
{
	font-family: "Open Sans",sans-serif;
	font-size: 2em;
	padding-top: 0.5em; padding-bottom: 0;
	font-weight:800;
}

.content h2
{
	font-family: "Open Sans",sans-serif;
	font-size: 1.5em;
	padding-top: 0.5em; padding-bottom: 0;
	font-weight:700;
}

img.logo
{
	margin-left:auto;
	margin-right:auto;
	display: block;
}

iframe
{
	margin-left:auto;
	margin-right:auto;
	display: block;
	margin-top: 0.5em; margin-bottom: 1em;
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.toc
{

	font-family: "Open Sans",sans-serif;
	font-size: 1.5em;
	padding-top: 0.5em; padding-bottom: 0.5em;
	text-align:center;
	font-weight:700;
}

.toc a:link {color:#ddd; text-decoration:none;}      /* unvisited link */
.toc a:visited {color:#ddd; text-decoration:none;}  /* visited link */
.toc a:hover {color:#fff; text-decoration:none;}  /* mouse over link */
.toc a:active {color:#fff; text-decoration:none;}  /* selected link */

li
{
	display:inline-block;
	margin-right: 20px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0.2em;
	text-align: center;
background: rgb(114,160,61); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(114,160,61,1) 50%, rgba(81,119,14,1) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,rgba(114,160,61,1)), color-stop(51%,rgba(81,119,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(114,160,61,1) 50%,rgba(81,119,14,1) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(114,160,61,1) 50%,rgba(81,119,14,1) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(114,160,61,1) 50%,rgba(81,119,14,1) 51%); /* IE10+ */
background: linear-gradient(135deg,  rgba(114,160,61,1) 50%,rgba(81,119,14,1) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72a03d', endColorstr='#51770e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}


.footertext
{
	padding-top: 2em;
	font-size: 0.7em;
	text-align: center;
	text-transform: uppercase;
	color: rgba(0,0,0,0.5);
	font-weight:700;
	font-family: "Open Sans",sans-serif;
}

.item
{
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 1%, rgba(241,241,241,0.8) 50%, rgba(225,225,225,0.8) 51%, rgba(246,246,246,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(1%,rgba(255,255,255,0.8)), color-stop(50%,rgba(241,241,241,0.8)), color-stop(51%,rgba(225,225,225,0.8)), color-stop(100%,rgba(246,246,246,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(241,241,241,0.8) 50%,rgba(225,225,225,0.8) 51%,rgba(246,246,246,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(241,241,241,0.8) 50%,rgba(225,225,225,0.8) 51%,rgba(246,246,246,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(241,241,241,0.8) 50%,rgba(225,225,225,0.8) 51%,rgba(246,246,246,0.8) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(241,241,241,0.8) 50%,rgba(225,225,225,0.8) 51%,rgba(246,246,246,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccf6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin: 0 auto;
    position: relative;
    width: 900px;
    height:240px;
    padding: 1em;
    margin-bottom:1em;
    -webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.item h1
{
	font-family: "Open Sans",sans-serif;
	font-size: 1.5em;
	padding-top: 0em; padding-bottom: 0.2em;
	font-weight:800;
}

.item img
{
	float:left;
}

.item p
{
	float:left;
	width: 660px;
	padding-left: 1em;
	padding-top: 0em; padding-bottom: 0;
}