/* these have to be modified for every new site */
body {
	background: lightblue url(background.jpg) repeat-x;
	margin-top: 0px;
	background-color: #e3e8ca;
} 

a {
	color: red; text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/* use these for titles 1-2 per page */
h1 {
	font-family: Helvetica, "Trebuchet MS", Verdana;
	color: #669933;
	font-size: 24px;
	font-style: bold;
	font-weight: normal;
		}
		
/* use these for sub-titles 2-4 per page */
h2 {
       font-family: Verdana, Helvetica, sans-serif;
       color: maroon;
       font-size: 12px;
	   font-style: italic; 
		}
.topnav {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}
a.topnav:link,a.topnav:visited {
	color: #FFFFFF;
}

a.topnav:hover {
	color: #FFFFCC;
}
.sidenav {
	font-size: 11px;
	color: #669900;
	font-family: Helvetica, "Trebuchet MS", Verdana;
	text-transform: uppercase;
	letter-spacing: 1pt;
}
a.sidenav:link,a.sidenav:visited {
	color: #669900;
}

a.sidenav:hover {
    color: #0099CC;
}
.footer {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.links {
	font-size: 12px; color: olive; font-family: Arial;
}
a.links:link,a.sidenav:visited {
    color: olive;
}

a.links:hover {
	color: #666600;
	text-decoration: underline;
	font-size: 12px;
}.subtitle {
	font-size: 24px;
	color: #000000;
	font-family: Helvetica, "Trebuchet MS", Verdana;
	font-weight: normal;
}
.logo {
	font-size: 27px;
	color: #FFFFFF;
	font-family: Helvetica, "Trebuchet MS", Verdana;
	font-weight: normal;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #669900;
	text-decoration: none;
}
.buy-now {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.buy-now:hover {
	color: #006600;
}
.buy-now2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.title-box {
	font-size: 14px;
	color: #FF9900;
	font-family: Helvetica, "Trebuchet MS", Verdana;
	font-weight: bold;
}
.numbers {
	font-family: Helvetica, "Trebuchet MS", Verdana;
	font-size: 45px;
	color: #C1D075;
	text-decoration: none;
	font-weight: bold;
}
