body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #D7E0E6;
}

body, td, th, textarea, input, select, h1, h2, h3, h4, h5, h6 {
    font: 83% "Lucida Grande", sans-serif;
    line-height: 1.4;
}

header {}

p {margin-bottom: 1em;}

ul.list {
	list-style: disc;
	padding-left: 15px;
}

ul.list li {margin: 1em 0 1em 20px;}

a:link {
	color: #000000;
	text-decoration: underline;
	font-family----: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size---: 85%;
}
a:hover {font-color: #blue;}
a:active {font-color:#red;}
a:visited {
	color: #666;
	text-decoration: underline;
	font-family----: "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size---: 85%;
}

h1 {
  font-size: 200%;
  margin: 0 0 0.2em 0;
  line-height: 1;
  font-family: georgia;
  letter-spacing: -0.03em;
}

h1 a {
    text-align: center;
    display: block;
}

h3 {
  font-size: 125%;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-family: georgia;
  margin: 0 0 0.2em 0;
}

h4 {font-size:9px; line-height:1; letter-spacing:-0.05em; font-weight:normal; margin-top:2px;}

.home-screen img {
	margin: 5px 5px 5px 0px;
	padding: 6px;
	background: #fff;
	line-height: 1;
}

.framed img {
	margin: 5px 5px 5px 0px;
	padding: 6px;
	background: #fff;
	line-height: 1;
}

.footer {color: #fff;}
.footer a {color: #fff;}
.footer a:hover {color: #D7E0E6;}
.footer a:visited {color: #ccc;}

.p-menu {
	width:100%;
	background:url("http://www.polarmedia.ca/cie/img/p-menu-bg.jpg") repeat-x center left;
	padding: 5px 5px 5px 5px
}


/*** MENU ***/

#menuhor {
  float:left;
  width:100%;
  font: 85% "Lucida Grande", sans-serif;
  line-height:normal;
  margin:0 0 0 385px;
  padding:0;
  color:#000;
  }
#menuhor ul {
  margin:0;
  padding:10px 10px 0 0;
  list-style:none;
  }
#menuhor li {
  float:left;
  background:url("menubg-2.jpg") no-repeat left bottom;
  margin:0;
  padding:0 0 0 0;
  }
#menuhor a {
  float:left;
    font: 85% "Lucida Grande", sans-serif;
  display:block;
  padding:5px 10px 5px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menuhor a {float:none;}
/* End IE5-Mac hack */
#menuhor a:hover {
  color:#333;
  background:url("menubg-2ro.jpg") no-repeat left bottom;
  }