/* Pleatman Cascading Style Sheet */
/* Copyright 2007 All Rights Reserved */
/* Tom Pleatman, Media, PA  19063 USA */

/* body */
body { background-color: white; background-image: url('images/background_compass.gif'); background-repeat: no-repeat; margin-left:10%; margin-right:10% }

/* default fonts */
h1 {font-size: 200%; font-family: Verdana, Arial, sans-serif; color: navy; font-weight: normal; text-align: center; margin-top: 0; margin-bottom: 0 }
h2 {font-size: 150%; font-family: Verdana, Arial, sans-serif; color: navy; font-weight: normal; text-align: center; margin-top: 0; margin-bottom: 0 }
h3 {font-size: 100%; font-family: Verdana, Arial, sans-serif; color: navy; font-weight: normal; text-align: left; margin-top: 0; margin-bottom: 0 }
h4 {font-size: 80%; font-family: Verdana, Arial, sans-serif; color: navy; font-weight: normal; text-align: left; margin-top: 0; margin-bottom: 0 }

p {font-size: 100%; font-family: Verdana, Arial, sans-serif; color:black; font-weight: normal; text-align: left; margin-top: 0; margin-bottom: 0 }
p.ctr {font-size: 100%; font-family: Verdana, Arial, sans-serif; color: navy; font-weight: normal; text-align: center; margin-top: 0; margin-bottom: 0 }
p.rt {font-size: 100%; font-family: Verdana, Arial, sans-serif; color: navy; font-weight: normal; text-align: right; margin-top: 0; margin-bottom: 0 }

p.med {font-size: .85em; font-family: Verdana, Arial, sans-serif; color: navy; font-weight: normal; text-align: left; margin-top: 0; margin-bottom: 0 }
p.med_ctr {font-size: .85em; font-family: Verdana, Arial, sans-serif; color: navy; font-weight: normal; text-align: center; margin-top: 0; margin-bottom: 0 }
p.med_rt {font-size: 85%; font-family: Verdana, Arial, sans-serif; color: navy; font-weight: normal; text-align: right; margin-top: 0; margin-bottom: 0 }

p.gray_sm {font-size: 70%; font-family: Verdana, Arial, sans-serif; color: gray; font-weight: normal; text-align: left; margin-top: 0; margin-bottom: 0 }
p.gray_sm_ctr {font-size: 70%; font-family: Verdana, Arial, sans-serif; color: gray; font-weight: normal; text-align: center; margin-top: 0; margin-bottom: 0 }
span.gray_sm_ctr {font-size: .7em; font-family: Verdana, Arial, sans-serif; color: gray; font-weight: normal; text-align: center; margin-top: 0; margin-bottom: 0 }
span.gray_sm {font-size: .7em; font-family: Verdana, Arial, sans-serif; color: gray; font-weight: normal; text-align: left; margin-top: 0; margin-bottom: 0 }

/* shaded boxes*/
div.colorbox {
    background: rgb(240,255,240);
    padding: 0.5em;
    border: none;
  }


/* tables */
/* td {font-size: 100%; font-family: Verdana, Arial, sans-serif; color: navy; font-weight: normal; text-align: left; margin-top: 0; margin-bottom: 0 } */
td.side_nav{ background-image: url('images/buttons/btn_template.gif'); background-repeat: repeat; font-size: 100%; font-family: Verdana, Arial, sans-serif; color: navy; font-weight: normal; text-align: center; margin-top: 0; margin-bottom: 0 }

/* Lists */
ul { 
	list-style-type: circle; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: navy;
	text-align: left;
	margin-top: 0; margin-bottom: 0;
	line-height: 150%
	}

li { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color:navy;
	text-align: left;
	margin-top: 0; margin-bottom: 0
	}

a:link { 
	color: #269929;
	text-decoration: none;
	}

a:visited { 
	color: #269929;
	text-decoration: none;
	}

a:active { 
	color: #269929;
	text-decoration: none;
	}
	
a:hover { 
	color: #FFCCFF;
	background-color: #269929;
	text-decoration: none;
	}


/* code for basic hyperlink treatment */