/* Generated by KompoZer */
body {
  margin: 0px;
  font-family: Verdana,Arial,Helvetica;
  background-image: url(http://www.andrewmp.ca/background_line.gif);
}
.header {
  border:  none;
  background-image: url(http://www.andrewmp.ca/background_leaf_seamless.gif);
  font-size: 7pt;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.headerlink a:link {
  color: #ffffff;
}
.headerlink a:visited {
  color: #dddddd;
}
	
.primary {
  width: 99%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  font-size: 9pt;
}
.secondary {
  background-color: #ffffff;
  font-size: 8pt;
}
h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
}
h2 {
  text-align: center;
  font-size: 9pt;
  font-weight: normal;
  font-style: italic;
}
.centre {
  display: block;
  margin: auto;
  text-align: center;
  float: center;
}
.border {
  border: 1px solid #002395;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
td {
  vertical-align: top;
}
img.small {
  border: 1px solid #000000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 150px;
  width: 267px;
}
img.large {
  border: 1px solid #000000;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 444px;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.half {
  width: 50%;
  width-max: 50%;
  width-min: 50%;
}

/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss-box {
	 background-color: #ffffff;
}

.rss-title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss-items {
       list-style:none;
       margin:0;
	   padding:5px;
}

.rss-item  {
  font-size: x-small;
  margin-bottom: 1em;
}

.rss-item a:link, .rss-item a:visited {
  font-weight: bold;
  font-size: x-small;
  text-transform: uppercase;
  text-decoration: none;
  color: darkblue;
	}

.rss-item a:active {
  font-size: x-small;
  font-weight: bold;
  text-transform: uppercase;
	}

.rss-item a:hover { 
  color: blue;
  font-size: x-small;
  text-decoration: underline;
	}
	
.rss-date {
	font-size: x-small;
	} 
