* {
 margin: 0px;
 padding: 0px;
}

a {
	color: #0079EE;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

body {
 background: #F0F0F0 url(templateimages/background.gif) repeat-y center ;
 color: Black;
 text-align: center; 
}

#wrapper {
 margin: 0px auto;
 text-align: left;
 width: 960px;
 background: White;
}

#container {
 padding: 15px;
}

#header {
 border-bottom: 5px solid #AEAEAE;
 height: 90px;
 margin-bottom: 20px;
 position: relative;
}

#header #iam_logo {
 width: 300px;
 float: left;
}

#header #header_text {
 margin-left: 300px;
 padding-top: 29px;
}

#header #header_telephone {
 position: absolute;
 top: 0px;
 right: 0px;
 font: bold 160% Arial, Helvetica, sans-serif;
 color: #EE3A43;
}

ul, ol {
 margin: 0px 0px 1em 2em;
}

li {
 font: .9em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	font: .9em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
 margin-bottom: 1em;
}

p.freefoto {
	color: Gray;
	font: .7em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	border-top: 1px dotted silver;
	padding-top: 4px;
}

.clear {
 clear: both;
}

img.float_left {
 float: left;
 margin-right: 15px;
 margin-bottom: 15px;
 border: none;
}

img.float_right {
 float: right;
 margin-left: 15px;
 margin-bottom: 15px;
 border: none;
}

.center {
	text-align: center;
}

#footer {
	border-top: 5px solid #AEAEAE;
 margin-top: 10px;
 clear: both;
}

#footer a {
	background: transparent;
	color: #008080;
}

#footer p {
	font: normal 10px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
 margin-bottom: 6px;
 padding-top: 6px;
}

#menu {
 padding-bottom: 20px;
 border-right: 1px solid #F0F0F0;
 float: left;
 width: 180px;
}

#menu a {
  font-size: 90%;
}

#menu ul {
 list-style: none;
 margin-left: 0px;
 width: 170px;
 margin-bottom: 20px;
}

#menu li {
  color: Blue;
  background-color: White;
  border-bottom: 1px dotted Silver;
  width: 170px;
}

#menu li a {
 text-decoration: none;
 color: Blue;
 display: block;
 font-weight: bold;
}

#menu li a:hover {
  color: White;
  background-color: Blue;
  font-size: 90%;
}

#menu ul ul {
 margin-bottom: 5px;
}

#menu ul ul li {
 background: transparent url(templateimages/menu-bullet2.gif) no-repeat left;
 padding-left: 15px;
 margin-left: 8px;
 width: 145px;
 border-bottom: none;
}

#menu ul ul li a {
 font-weight: normal;
}

#menu_bottom {
 text-align: center;
 margin: 0px auto;
}

#LHS_fun {
 border-top: 1px dotted Silver;
 margin: 20px auto;
 padding-top: 20px;
 width: 140px;
}

#LHS_fun p {
 font-size: 90%;
 line-height: 1em;
 text-align: center;
}

#LHS_fun img { border: 1px solid #AEAEAE; }

#pagecontent {
 text-align: left;
 margin-left: 190px;
}

.baseline { font-family: Arial, Helvetica, sans-serif; font-size: 8px; color: green }

.BodyHeading {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 140%;
 color: black;
 text-decoration: none;
 font-weight: bold;
 font-style: normal;
 font-variant: normal;
}

.MinorText {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 75%;
 color: black;
 text-decoration: none;
 font-weight: normal;
 font-style: normal;
 font-variant: normal;
}

.ButtonText {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: black;
 text-decoration: none;
 font-weight: normal;
 font-style: normal;
 font-variant: normal;
}

.MainText {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: black;
 text-decoration: none;
 font-weight: normal;
 font-style: normal;
 font-variant: normal;
}

h1 {
 font: bold 150% Arial, Helvetica, sans-serif;
 color: #EE3A43;
}

h2 {
 font: bold 160% Arial, Helvetica, sans-serif;
 margin-bottom: .8em;
}

h3 {
 font: bold 140% Arial, Helvetica, sans-serif;
}

h4 { font: bold 120% Arial, Helvetica, sans-serif; }
h5 { font: bold 100% Arial, Helvetica, sans-serif; }
h6 { font: bold 80% Arial, Helvetica, sans-serif; }

hr {
 color: #EE3A43;
 background-color: #EE3A43;
 height: 1px;
 border: none;
 margin: 15px auto;
}

div.box_link {
 background: #FAFAFA url(templateimages/attach.gif) no-repeat 0px 2px;
 border: 1px solid #CCCCCC;
 clear: both;
 font-weight: bold;
 margin: 12px 0px 0px;
 padding: 0px 10px 0px 56px;
}

div.box_link p {
 margin: 0px;
 line-height: 48px;
 padding: 4px 0px;
}

blockquote.breakout {
 background: #FFE0E6;
 border: 1px solid #CCCCCC;
 float: right;
 font-size: 75%; 
 margin: 5px 0px 10px 10px;
 padding: 6px;
 width: 225px;
}

blockquote.breakout h3 {
  text-align: center;
  margin-bottom: 1em;
}

table#people { width: 740px; }

table#people td {
 background: #FFE5B7;
 color: Black;
 padding: 8px 4px;
 width: 290px;
}

table#people img {
 float: left;
 margin-right: 6px;
 border: 1px solid #AEAEAE;
}

div.committee h2 {
 font-size: 100%;
 margin: 0px;
 padding: 0px;
}

div.committee p {
 margin: 0px;
 padding: 0px;
}

#articles div.image_left, #news div.image_left {
 float: left;
 margin: 4px 10px 10px 0px;
 border: 1px solid #AEAEAE;
}

#articles div.image_right, #news div.image_right {
 float: right;
 margin: 4px 0px 10px 10px;
 border: 1px solid #AEAEAE;
}

#articles div.image_centre, #news div.image_centre { 
 margin: 4px auto 10px auto;
 text-align: center; 
 border: none;
}

#articles ul li span {
 display: block;
 font-style: italic;
 font-size: 90%;
 padding-bottom: 10px;
}

#articles h2 {
 margin-bottom: 0px;
 color: #EE3A43;
}

table#home_skidpan {
 width: 760px;
 margin: 10px 0px;
 border-top: 1px dashed #CCCCCC;
 padding-top: 10px;
}

table#home_skidpan td {
 vertical-align: top;
}

table#home_skidpan img {
 margin-right: 15px;
}

#homebanner { margin: 0px auto 10px auto; border-top: 1px dashed silver; padding-top: 10px;}
#homebanner p { text-align: center; }
#articles p.date2, #news p.date2 {
 color: Gray;
 font-style: italic;
 background: transparent url(templateimages/mini-calendar.gif) no-repeat 0px 2px;
 padding-left: 20px;
}

#articles p.link {
 font-weight: bold;
 background: transparent url(templateimages/website.gif) no-repeat 0px 2px;
 padding-left: 20px;
}

#home_focal {
 text-align: left;
 margin: 12px 0px 5px 0px;
	width: 484px;
	height: 90px;
	padding: 0px;
	border: 1px solid #F0F0F0;
}

#home_focal #focal_pad { padding: 10px; }

p.close_bottom {
 padding-bottom: 0px;
 margin-bottom: 0px;
}

table#awards1 {
	clear: right;
	width: 90%;
}

table#awards1 td { vertical-align: top; }

table.links {
	border-collapse: collapse;
 margin: 10px 0px;
 border-bottom: 1px solid #F0F0F0;
}

table.links h1 {
	color: #EE3A43;
	background-color: transparent;
	letter-spacing: 1.5px;
	font: bold large Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

table.links td { vertical-align: top; }

table.links td.title { vertical-align: middle; }

table.links td.button {
	vertical-align: middle;
	width: 100px;
}

table.links td.logo {
	vertical-align: top;
 text-align: left;
	width: 135px;
 padding-top: 10px;
}

table.links td.logo img { width: 125px; }

table.links p.url {
 background: transparent url(templateimages/website.gif) no-repeat left;
 padding-left: 20px;
}

li.total {
 list-style: none;
 font-style: italic;
}

table.downloads { border: 1px solid #AEAEAE; width: 50%; margin-left: 20px;}
table.downloads td { font: bold .9em/1.2em Verdana, Geneva, Arial, Helvetica, sans-serif; }
table.downloads span.filesize { color: #AEAEAE; font-weight: normal;}
.pdfdownloadnew, .pdfdownload, .pdfunavailable { border: none; }
