﻿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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}


html
{
    height:100%; 
    margin-bottom: 0px; 
}

body 
{

    text-align:left;
    height:100%; 
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
	direction:ltr;
	background-color:#f8f6ff;
}

a:focus
{
	outline:solid 1px #2caae1;
}

.container
{
	margin:0 auto;
	width:960px;
}


.slider
{
	height:30px;
	background-color:#d1dffc;
	

}



.content
{

	background-color:#f8f6ff;
	margin:0 auto;


}


.content
{
	margin-bottom:100px;
	
}

h1.sci
{
    margin-top:50px;
    color: #2caae1;
    font-size: 25px;
    font-weight: bold;
	margin-bottom:30px;
}


h2.res
{
	color:#797A7B;
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
	margin-bottom:12px;
}

a.new
{
	text-decoration:none;
	color:#8E939F;
	font-size:16px;
	margin-top:5px;
}
	
	

a.new:hover
{
    color: #2caae1;
	text-decoration:underline;
	
}















