@import "html.css";
@import "leftcontent.css";
@import "centercontent.css";
@import "rightcontent.css";
@import "banner.css";
@import "breadcrumbs.css";
@import "nav.css";

.clear			{clear: both;}
.hide			{display: none;}
.inside			{padding: 0 10px;}/* glitch in IE caused by vertical padding in this class, so 0 padding is set here and those blocks that need the vertical padding must be applied to the parent element. the purpose of this class is to provide horizontal padding without using hacks to get around IE's broken box model. so it's okay to apply vertical padding to the parent element, just not horizontal padding. */

a				{color: #000000; text-decoration: none;}
a:visited		{color: #000000; text-decoration: none;}
a:hover			{color: #555555; text-decoration: underline;}
a:active		{color: #000000; text-decoration: none;}

h1				{font-size: 1.3em;}
h2				{font-size: 1.2em;}
h3				{font-size: 1.1em;}
h4				{font-size: 1em;}
h5				{font-size: 1em;}
h6				{font-size: 1em;}
h7				{font-size: 1em;}












