﻿#navlist {
    float: left;
	clear: left;
	width: 140px;
}
#navlist img {
    float: left;
	clear: left;
	width: 126px;
} 
#navlist ul {
	float: left;
	clear: left;
	width: 140px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
}
#navlist li {
    float:left;
	clear: left;
	margin: 0;
	padding: 0;
	width: 140px;
	height: 19px;
	background-image:  url(../Images/nav_bg.gif);
	background-position: -140px 0;
	background-repeat: no-repeat;
}
#navlist a {
	display: block;
	width: 140px;
	height: 19px;
	background-image:  url(../Images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: right;
	line-height: 19px;
}
#navlist a:link, #navlist a:visited {
	color: #FFFF00;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active {
	background-image: none;
}

#navbar {
	height: 35px;
	width: auto;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
#navbar li {
	display: block;
	float: right;
	width: 107px;
	height: 35px;
	background-image:  url(../Images/navbar.jpg);
	background-repeat: no-repeat;
} 
#navbar a {
	display: block; 
	padding: 16px 2px 2px 14px;
	color: #FFFF00;
	text-align: left;
	text-decoration: none;
}

.contentheading {
    font-family: sans-serif;
	font-size: 16px;
	top: auto;
	font-weight: bold;
	color: #000473;
}
.contentsubheading {
	font-size: 14px;
	height: auto;
	top: auto;
	font-weight: bold;
	color: #000077;
}
.content {
	font-size: 10px;
	height: auto;
	top: auto;
	text-decoration: none;
	color: #000077;
}
.contentbold {
	font-size: 10px;
	height: auto;
	top: auto;
	text-decoration: none;
	font-weight: bold;
	color: #000077;
}
.contentwarning {
	font-size: 11px;
	height: auto;
	top: auto;
	text-decoration: none;
    font-weight: bold;
	color: red;
}
.contentlarge {
	font-size: 12px;
	height: auto;
	top: auto;
	text-decoration: none;
	color: #000077;
}
.contentinfo {
	font-size: 8px;
	height: auto;
	top: auto;
	color: #000077;
}
.contentlink {
	font-size: 10px;
	height: auto;
	top: auto;
	text-decoration: none;
}
a.contentlink:link {color: #0066CC; text-decoration: none;}
a.contentlink:active {color: #0066CC; text-decoration: none;}
a.contentlink:visited {color: #0066CC; text-decoration: none;}
a.contentlink:hover {color: #0099FF; text-decoration: underline;}
.contentlabel {
	font-size: 9px;
	height: auto;
	top: auto;
	color: #6666FF;
	text-decoration: none;
}
.contentvalue {
	font-size: 9px;
	height: auto;
	top: auto;
	color: #999999;
}
