﻿/* Reset code*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, em, img, small, strike,
strong, sub, sup, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong {
    font-weight:bold;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* End Reset code*/

/* General */
body {
    font-family: Open Sans, Futura LT BT, HelveticaLT, Helvetica, Arial, Sans-Serif;
    color:#000000;
    background-color:#ffffff;
    font-size:0.75em;
    line-height:1.2em;
}
h1,h2,h3,h4,h5,h6 {
    color:#000000;
     line-height:1.4em;
}
h1 {
    font-size:2.4em;
}
h2 {
    font-size:1.85em;
    margin-top:3px;
    margin-bottom:8px;
}



a.mainLink  {
	font-size:1.85em;
	margin-top:3px;
    margin-bottom:8px;
	color:#e31a0a;
	text-decoration:none;
}

a:hover  {
	text-decoration: underline;
}

div#wrapper  {
	width: 960px;
	margin: 0 auto;
}

div#header  {
	width: 960px;
	padding: 80px 0 0 100px;
	margin-bottom: 20px;
}

div#content  {
	width: 710px;
	padding: 10px 0px 0 0px;
	margin-bottom: 50px;
	position: relative;
	left: 110px;
	text-align: justify;
}

a.contentLink  {
	color: #e31b0b;
	text-decoration: none;
}

a.contentLink:hover  {
	text-decoration: underline;
}
	
	
	

div#footer  {
	width: 750px;
	padding: 10px 0px 0 0px;
	margin-bottom: 20px;
	position: relative;
	left: 110px;
	color: #878787;
	font-size: 0.9em;
}

span.mainText,span.oldsite {
    font-size:1.85em;
    margin-top:3px;
    margin-bottom:8px;
	line-height:1.4em;
	text-align: justify;
	font-weight: 400;
	color: #757474;
}

span.oldsite{
    font-size:1.4em;
	padding-top:20px;
	display:block;
}

div.linkLogos  {
	float: right;
	margin-top: 10px;
}

div.details  {
	float: left;
	width: 200px;
	position: relative;
	font-size:1.85em;
	font-weight: 400;
	line-height:1.4em;
	color: #757474;
}

div.details2  {
	float: left;
	width: 400px;
	position: relative;
	font-size:1.85em;
	font-weight: 400;
	line-height:1.4em;
	color: #757474;
}

div.detailsFinal  {
	float: left;
	width: 200px;
	position: relative;
	font-size:1.85em;
	font-weight: 400;
	line-height:1.4em;
	color: #757474;
	margin-bottom: 50px;
}

div.details2Final  {
	float: left;
	width: 400px;
	position: relative;
	font-size:1.85em;
	font-weight: 400;
	line-height:1.4em;
	color: #757474;
	margin-bottom: 50px;
}

