/* General Elements */

body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	font-family:arial;
	text-align: center;
	
}

/*==== CONTAINER =======*/

#navigation {
	background-color:#000000;
	padding:6px 0px 6px 6px;
	color:#888888;
	font-size:12px;
	}

#containerMain  {
	position:relative;
	width:880px;
	height:545px;
	background-color:#ffffff;
	margin: 0 auto;
	text-align: left;
	z-index:1;
}

#containerSection  {
	padding:230px 0px 0px 60px;
	width:700px;
}

#containerSection2  {
	padding:230px 0px 0px 60px;
	width:500px;
}

#containerSection3  {
	padding:40px 0px 0px 60px;
	width:700px;
}

#containerContent  {
	padding:60px 0px 0px 60px;
	width:500px;
}

#containerContent2  {
	padding:60px 0px 0px 60px;
	width:560px;
}

#containerContent_partner1  {
	padding:260px 0px 0px 60px;
	width:380px;
	height:285px;
}

#containerContent_partner2  {
	padding:140px 0px 0px 530px;
	width:290px;
	}

#containerLeftColumn  {
	padding-top:50px;
}

#containerLeftColumn2  {
	padding-top:80px;
}

#containerNextPrevious  {
	position:absolute;
	top:520px;
	left:740px;
	width:124px;
}

/*==== LINK STYLES =======*/

a:link {
	color:#f2471b;
	text-decoration:underline;
}

a:active, a:hover {
	color:#086ec0;
	text-decoration:underline;
}

a:visited {
	color:#10a138;
	text-decoration:underline;
}

a.nav:link, a.nav:visited {
	color:#ffffff;
	text-decoration:none;
}

a.nav:active, a.nav:hover {
	color:#afafae;
	text-decoration:underline;
}


/*==== TEXT STYLES =======*/

p { 
	margin-top: 8px;
	margin-bottom: 8px;
}

.sectionTitle {
	font-size: 80px;
	color: #b8b8b8;
	font-weight:normal;
}

.sectionTitle2 {
	font-size: 65px;
	color: #000000;
	font-weight:bold;
}

h1 {
	font-size: 68px;
	color: #b8b8b8;
	font-weight:normal;
	margin-bottom:25px;
}

.subhead1 {
	font-size: 24px;
	color: #000000;
	line-height:1.2em;
}

.subhead2 {
	font-size: 14px;
	color: #000000;
}

.body {
	font-size: 12px;
	color: #000000;
	line-height:1.5em;
}

.contact {
	font-size: 11px;
	color: #000000;
	line-height:1.5em;
}

.bodyIntro {
	font-size: 24px;
	color: #000000;
	font-weight:bold;
	line-height:1.3em;
}

.bodyGrey {
	color: #828282;
}

.address {
	font-size: 10px;
	color: #000000;
	line-height:1.3em;
}
