@import "structure.css";
@import "presentation.css";
@import "bottomnav.css";
@import "logo.css";
@import "cf.css";      
/* imports all stylesheets for site, using @import hack to hide styles from v4 IE and NS
   see http://css-discuss.incutio.com/?page=ImportHack for more info on this method */

/* Main font settings - all browsers */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0px;
	border: 0px;
}

body, p, table, td, ul, li {
	color: #343434;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}

div,p{
	margin: 0;
}

em {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

hr {
	width: 75%;
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	margin-bottom: 2.0em;
	margin-top: 2.0em;
	background-color: #2e6099; /* for everyone else */
	color: #2e6099; /* for ie */
	height: 2px;
}
hr12 {
	width: 75%;
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	margin-bottom: 0em;
	margin-top: 0em;
	background-color: #2e6099; /* for everyone else */
	color: #2e6099; /* for ie */
	height: 12px;
}

strong {
	font-weight: bold;
}

textarea {
	line-height: 1.5em;
}
