body {
background-color: 
font-family: Arial, Verdana, sans-serif;
font-size: 90%;
line-height: 1.5em;
letter-spacing: 0.03em;
color: #ffffff;
}



/* this area below is for your  Link-text and headings. You can change the font type and size, the color of each of them
as well as the a:hover, which is the text for a link, once the pointer passes over it*/

a { font-family: Arial, Verdana, sans-serif; 
	font-size: 100%; 
	font-weight: bold; 
	color: #3366cc; 

	}

a:hover { font-family: Arial, Verdana, sans-serif;
 font-size: 100%; 
 font-weight: bold;
 text-decoration: none;
 background-color: #9966cc;
 color: white;
 }

h1 { font-family: Arial, Verdana, sans-serif;  font-weight: bold; font-size: 140%; color: #522E74}
h2 { font-family: Arial, Verdana, sans-serif;  font-weight: bold; font-size: 120%; color: #522E74}
h3 { font-family: Arial, Verdana, sans-serif;  font-weight: bold; font-size: 100%; color: #522E74}


 ul {
list-style-type: none;
padding-left: 20px;
margin-left: 0;
}
 
li {
background: url(../image-files/bullet.png) left top no-repeat; 
padding-left: 20px;
margin-bottom: 10px;
 
 }

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
background-color: transparent;        /* for button and transparent RSS box backgrounds -- */
border: 0px solid white;
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a:link {
color: #206281;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 8px 3px 4px;
text-decoration: none;
font-style:normal;
font-size: 110%;
}

.Navigation a:visited {
color: #336699;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 8px 3px 4px;
text-decoration: none;
font-size: 110%;
}

.Navigation a:hover {
color: #b22222;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 8px 3px 4px;
background-color: white;   /* light grey used in center column of background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: none;
font-size: 110%;
}

img {
  padding: 5px;

}
 

/* as we are using a table based layout, your text is within a table. So this is the area to change the
size, color and font family */

table {
font-family: Arial, Verdana, sans-serif;
font-size: 100%;
color: #000000;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
}

/* if you change the fonts and sizes, etc above, make this the same, but leave the weight as bold*/

.note {
font-family: Arial, Verdana, sans-serif;
font-size: 13px;
color: #ff9900;
font-weight: bold;
} 

.CalloutBox {
background-color: #ccccff;
-moz-border-radius: 15px;
 -webkit-border-radius: 15px;
border: 5px solid #99cccc;
width: 75%;
border-style: solid;
margin: 18px auto 24px auto;
padding: 8px;
color: #000000;
}


