/* ***********************************

     sheltercovepublishing.com (c) copyright 2006
     AUTHOR: Mim McConnell
     MAIL:   mim@sheltercovepublishing.com
     TITLE:  global.css

     MODIFIED: 08/19/2006

   *********************************** */
   
body {
	background-color: #ECECEC; 
}
body, p, td, li, ul, ol{
	font-family: arial, verdana, helvetica, "sans serif";
	color: #330;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
a:link {
	font-size: 13px;
	font-weight: bold;
	font-family: arial, verdana, helvetica, "sans serif";
	text-decoration: underline;
	color: #693;
}
a:visited {
	font-size: 13px;
	font-weight: bold;
	font-family: arial, verdana, helvetica, "sans serif";
	text-decoration: underline;
	color: #330;
}
a:hover {
	font-size: 13px;
	font-weight: bold;
	font-family: arial, verdana, helvetica, "sans serif";
	text-decoration: none;
	color: #633;
}
a:active {
	font-size: 13px;	
	font-weight: bold;
	font-family: arial, verdana, helvetica, "sans serif";
	text-decoration: none;
	color: #9C3;
}
/* Headers */
/* h1 is for page titles */
h1	{
	font-size: 18px;
	font-family: arial, verdana, helvetica, "sans serif";
	font-weight: bold;
}
/* h2 is for header under top of page */
h2  {
	font-family: arial, verdana, helvetica, "sans serif";
	font-size: 16px;
	font-weight: bold;
	}
/* h3 is bold font */
h3	{
	font-family: arial, verdana, helvetica, "sans serif";
	font-size: 13px;
	font-weight: bold;
}
/* h4 is for normal font */
h4  {
	font-family: arial, verdana, helvetica, "sans serif";
	font-size: 14px;
	font-weight: normal;
	}
/* h5 is for header, smaller body text font */
h5  {
	font-family: arial, verdana, helvetica, "sans serif";
	font-size: 12px;
	font-weight: normal;
	}
/* h6 is very small font for bottom copyright block */
h6	{
	font-family: arial, verdana, helvetica, "sans serif";
	font-size: 10px;
	font-weight: normal;
}
/* nav is for the footer navigation links */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 11px;
	font-family: arial, verdana, helvetica, "sans serif";
	color: #ECECEC;
}
#container {
	border-color: #330; 
}
#content {
	border-color: #330;
}
#welcome {
	text-align: left;
}
