﻿html, body, form
{
	margin      : 0px;
	padding     : 0px;

	font-family : Arial;
	font-size   : 11px;
	color       : #222222;
}

body
{
	background-image  : url('../Assets/bg.jpg');
	background-repeat : repeat-y;
}

a:link,
a:visited,
a:focus,
a:active,
a:hover
{
	color           : #358297;
	text-decoration : none;
	font-weight     : bold;
	outline         : none;
}

a:hover
{
	color : #41A0BA;
}

h1, h2, h3
{
	font-weight : normal;
	line-height : 1em;

	padding     : 0px;
	margin      : 0px;
}

.png
{
	behavior : url('pngbehavior.htc');
}

.site
{
	position : absolute;

	top      : 0px;
	left     : 65px;

	width    : 800px;
}

.header, .logo, .menu, .page, .associations
{
	position : relative;
}

.header
{
	width       : 100%;
	height      : 221px;

	color       : #555555;
	font-size   : 10px;

	line-height : 15px;
}

.imgAssociations
{
	position : absolute;

	top      : 66px;
	left     : 175px;

	cursor   : pointer;
}

.logo
{
	top : 80px;
}

.menu
{
	position    : absolute;
	top         : 208px;
	top         : 241px;
	width       : 100%;
	text-align  : right;
}

.menuItem
{
	margin-left : 24px;
	float       : right;
}

.menuItem h3
{
	font-size   : 12px;
	font-weight : bold;
	font-family : Arial;

	color       : #358297;

	cursor      : pointer;
}

.page
{	
	margin-top     : 90px;
	margin-top     : 123px;
	width          : 100%;

	padding-left   : 10px;
	padding-bottom : 10px;

	border-left    : 1px solid #BFBFBF;
}

.pageTitle
{
	position : absolute;

	width    : auto;
}

.pageLogo
{
	padding-left : 0px;

	float        : left;
}

.pageTitle h1
{
	font-size   : 18px;
	font-weight : bold;
	font-family : Arial;

	color       : #405A61;

	float       : left;
}

.pageSubTitle
{
	padding-top      : 84px;
	width    : 550px;
}

.pageSubTitle h2
{
	font-size   : 16px;
	font-weight : normal;
	font-family : Arial;

	color       : #5e5e5e;
	line-height : 23px;
}

.pageContent
{
	padding-top : 153px;
	padding-top : 69px;
	width       : 503px;

	font-size   : 11px;

	line-height : 20px;
}

.associations
{
	position : absolute;

	top      : 439px;
	left     : 593px;
}

.association
{
	position : relative;

	width    : 207px;

	background-color : #FFFFFF;

	margin-bottom : 20px;
	cursor        : pointer;
}

.associationContent
{
	position       : relative;

	padding-left   : 10px;
	padding-top    : 10px;

	font-size      : 9px;
	line-height    : 14px;

	border-left    : 1px solid #BFBFBF;
}
