* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	text-align: center;
	background-color: #eae9e9;
}

p {
	margin: 0 0 18px 0;
	font-family: Times New Roman, Times, Serif;
	font-size: 15px;
}

ul.bl
{
	margin: 0 0 0 12px;
}

.bl
{
	font-family: Times New Roman, Times, Serif;
	font-size: 15px;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

#nav {
	background-color: #1B4164;
	text-align: center;
}

#footer {
	background-color: #B32017;
}

.clear {
	clear: both;	
}

#nav ul {
	width: 100%;
	padding: 10px; /* .5em */
}
	
#nav li {
	display: inline;
	/* padding: 10px; .75em */
}

#nav a {
	color: #FFF;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px;  /* .65em */
	text-decoration: none;
}

#nav a:hover {
	background-color: #B32017;
}

#subnav ul {
 	width: 208px;
 	margin: 36px 0 72px 0;
}
	
#subnav li {
	width: 208px;
	border-width: 0 0 1px 0;
	border-color: #000;
	border-style: solid;
}

#subnav li:first-child {
	width: 208px;
	border-width: 1px 0 1px 0;
	border-color: #000;
	border-style: solid;
}

#subnav a {
	width: 208px;
	display: block;
	padding: 6px 0 6px 18px;
	color: #FFF;
	font-family: Verdana, Sans-Serif;
	font-size: 1em;
	text-decoration: none;
}

#subnav a:hover, .selected {
	background-color: #B32017;
}

#textTable, #sidebarText, #footernav, #leftCol {
	margin: 18px;
}

#linklist li {
	margin: 0 0 18px 0;
	font-family: Times, Serif;
	font-size: 1.25em;
}

.welcometext {
	color: #1b4164;
}

#footertextwhite {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 11px;
	margin: 24px;
}

.footertext {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 8pt;
	color: #333333;
	line-height: 14px;
	text-decoration:none;
}
a.footertext:link {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 8pt;
	color: #1B4164;
	line-height: 14px;
	text-decoration:none;
}
a.footertext:visited {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 8pt;
	color: #1B4164;
	line-height: 14px;
	text-decoration:none;
}
a.footertext:hover {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 8pt;
	color: #B32017;
	line-height: 14px;
	text-decoration:none;
}
