/* prevents styles being used by NN4 and IE4 */

@import "styling.css";
@import "positioning.css";
@import "headlines.css";
@import "nav.css";
@import "anylink.css"

/*
This is the general stylesheet that controls simple styling rules
that will be executed by basic/old browsers such as NN4
TODO: get rid of fixed font size. Consider using percentage in body
and em's in content.
*/

body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}

p, div {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #63798D;
	margin: 0px;
	padding: 0px;
}

h2 {
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #63798D;
}

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

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

a:link {
	color: #63798D;
	font-weight: bold;

}

a:visited {
	color: #63798D;
	font-weight: bold;

}

a:hover {
	color: #000000;
	font-weight: bold;

}

a:active {
	color: #000000;
	font-weight: bold;

}

#logo {
	margin: 0px;
}

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

.linkList {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#subNav {
	list-style: none;
	padding: 15px 0px 0px 20px;
	margin: 0px;
}

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


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

font {
	font: x-small Verdana, Arial, Helvetica, sans-serif !important;
}

#tpa1 font {
	font: xx-small Verdana, Arial, Helvetica, sans-serif !important;
}

table table table, table table table td {
	height: 25px !important; 
}

table {
	width: 200px !important; 
}