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

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

     MODIFIED: 08/19/2006

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

body {
	background-color: #7D7DA5; 
}
body, p, td, li, ul, ol{
	font-family: helvetica, arial, "sans serif";
	color: #565656;
	font-size: 12px;
}
a:link {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #333333;
}
a:visited {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #565555;
}
a:hover {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #7D7DA5;
}
a:active {
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica, arial, "sans serif";
	text-decoration: none;
	color: #CECECE;
}
h1	{
	font-size: 16px;
	font-family: helvetica, arial, "sans serif";
	font-weight: bold;
	color: #333333;
}
h2	{
	font-family: helvetica, arial, "sans serif";
	font-size: 14px;
	font-weight: bold;
	color: #8B8A88;
}
/* h3 is for bottom copyright block */
h3	{
	font-family: helvetica, arial, "sans serif";
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
/* h4 is for bold grey font */
h4  {
	font-family: helvetica, arial, "sans serif";
	font-size: 14px;
	font-weight: bold;
	color: #8B8A88;
	}
/* h5 is for normal grey font */
h5  {
	font-family: helvetica, arial, "sans serif";
	font-size: 14px;
	font-weight: normal;
	color: #8B8A88;
	}
#nav table {
	font-family: helvetica, arial, "sans serif";
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #333333;
}
.left {
margin: .3em 1em .2em 0;
float:left;
}

.right {
margin: .3em 0 .2em 1em;
float:right;
}

