/* prevents styles being used by NN4 and IE4 */
@import "styling.css";
@import "positioning.css";
@import "nav.css";

/*This is the general stylesheet that controls simple styling rules
that will be executed by basic/old browsers such as NN4*/
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

p, div {
	font-weight: regular;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	color: #555588;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

h2, h3 {
	font: small Verdana, Arial, Helvetica, sans-serif;
	color: #555588;
}

img {
	border: 0px;
	display: block;
}

a:link {
	color: #3333FF;
}

a:visited {
	color: #9999FF;
}

a:hover {
	color: #9999FF;
}

a:active {
	color: #000000;
}

#topNav {
	background:  #494944;
	list-style: none;
	margin: 0px 0px 25px 0px;
	padding: 1px 0px;
}

#bottomNav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

