/*
default.css

This file contains css for each html element in the website.
It also contains classes for use by the Rich Text Editor
*/
/* Jim Doran CSS by Sincordia */



body {

	font-size:62.5%; /* Sets base font at 10px */

	font-family: "Lucida Grande", Arial, Verdana, sans-serif; 

	color:#999; background-color:#fff; 

	min-width:860px;

	margin:3px 0 0 0;

	text-align:center;

}



a { color:#558DC3; background-color:transparent; }		

a:link { text-decoration:none; }

a:visited { text-decoration:none; }

a:hover { text-decoration:underline;  }

a:active {text-decoration:none; }



img { border:0; }



h2,h3 { color:#558DC3; text-transform:uppercase; font-size:1.8em; margin:5px 0; padding:0;  }
