/* This is the style of your browser text */

body {
	font-family: "Myriad", Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	text-align: left;
}

p {
	margin: 0em 0 0em 0;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #466875;
}

a:hover {
	text-decoration: none;
	color: #5E8C9E;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", "Gill Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 100%;
}


h1 {
	font-size: 56px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #79a3b4;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 80%;
	display: inherit;
}

h2 {
	font-size: 30px;
	font-family: "Gill Sans", sans-serif;
	color: #b4b5b5;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 100%;
	display: inherit;
}

h3 {
	font-size: 14px;
	font-family: "Gill Sans", sans-serif;
	font-weight: normal;
	letter-spacing: 0.025em;
	line-height: 120%;
	color: #626262;
	display: inherit;
}

h4 {
	font-size: 30px;
	font-family: "Gill Sans", sans-serif;
	color: #626262;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 100%;
	display: inherit;
}

h5 {
	font-size: 12px;
	font-family: "Gill Sans", sans-serif;
	font-weight: normal;
	letter-spacing: 0.025em;
	line-height: 120%;
	color: #626262;
	display: inherit;
}

h6 {
	font-size: 16px;
	font-family: "Gill Sans", sans-serif;
	font-weight: strong;
	letter-spacing: 0.025em;
	line-height: 120%;
	color: #b4b5b5;
	display: inherit;	
}

h7 {
	font-size: 6px;
	font-family: "Gill Sans", sans-serif;
	font-weight: bold;
	letter-spacing: -0.055em;
	line-height: 100%;
	color: #393939;
	display: inherit;	
}

h8 {
	font-size: 24px;
	font-family: "Gill Sans", sans-serif;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 100%;
	color: #b4b5b5;
	display: inherit;	
}

h9 {
	font-size: 10px;
	font-family: "Gill Sans", sans-serif;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 120%;
	color: #b4b5b5;
	display: inherit;	
}

h10 {
	font-size: 8px;
	font-family: "Gill Sans", sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 120%;
	color: #626262;
	display: inherit;
}

#main {
	margin: .5em 20px 0 20px;
	border-top: 1px solid #000;
	text-align: left;
	padding: 20px 0 20px 0;
}

#left {
	float: left;
	width: 140px;
	margin: 0 20px 14px 0;
	background-color: #DCDCDC;
	border: 3px double #FFF;
	font-size: 10px;
	line-height: 1.4em;
}

#right {
	float: right;
	width: 120px;
	margin: 0 0 14px 20px;
}