html{ width:100%; }
body {
	font-size:	14px; 
	font-family: verdana, arial, helvetica, sans-serif;
	background:#009;
	padding:0px;	
	margin:0px; 
	text-align:left;
	width:100%;
	}
	
h1 { font-size:24px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
p { font-size:12px;	 }

a { text-decoration: none; font-weight: bold; color:  #ccc; outline: none; font-size:16px; }
a:visited { color:#bbb; outline:none; font-size:16px; }
a:active { color:#00f; outline:none; font-size:16px; }
a:hover { color:#fff; border-bottom: 1px black dashed ; outline:none; font-size:16px; }

#masthead {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	background-image: url(images/header_bkgd_pattern.gif);
	border: 4px solid #006;
	}

#masthead h1 {padding: 0px 0px 2px 0px; 
	font-size:40px; 
	color:#f00; 
	font-weight:bold; 
	font-style:italic;
	line-height:20px;
	}

#masthead h2 {font-size:18px; color:#00f; font-weight:bold; }

#masthead img {
	float: none;
	}

#free {color:#f00; font-weight:bold; }

#content {
	margin:0px 5px 5px 5px;
	padding:0px;
	background:#fff;
	}

#content h1 { font-size:22px; }
#content h2 { font-size:16px; }
#content h3 { font-size:14px; }
#content h4 { font-size:14px; line-height:20% }
#content ul { line-height:120% }

#footer { font:	12px; text-align:center; }

#leftnav {
	background-color:#00c;
	border: 4px solid #006;
	text-align:center;
	line-height:17px;
	width:150px;
	padding:5px;
	margin:0px 5px 0px 5px;
	
	}

.on { color: #fff; font-weight: bold; font-size:16px; }
.footercontent { color: #eeeeee; font: 1pt Helvetica, Arial, Verdana, "sans serif";}
