body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #344772;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image: url(/images/backgroundBorder.png);
	background-position: top left;
	background-repeat: repeat-x;
}
a:link {
	color: #02489D;
}
a:visited {
	color: #02489D;
}
a:hover {
	color: #D16E1B;
}
a:active {
	color: #D16E1B;
}
/* container */
#container {
	width:814px;
}

/* WIN BOXES */
h3{
	font-size:12px;
	color: #8D4912;
}
h4{
	background: #DFDFDF;
	border-bottom: 1px solid #CCC;
	margin:0px;
	padding: 3px;
	display:block;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333;
}
.winBox{
	background:#FFF;
	border: 1px solid #CCC;
	padding:4px;
	text-align:left;
}
/* -END OF- WIN BOXES */

/* MENU BARS */
.navlist {
	padding-left: 0;
	margin-left: 5px;
	/* border-bottom: 1px solid gray; */
	width: 95%;
}
.navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-bottom: 1px solid gray;
}
.navlist li a {
	text-decoration: none;
}
.selected {
	text-decoration: none;
	font-weight:bold;
	background-color: #F8DDC7;
}


/*CSS for pop up hint box */
#hintbox{ 
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

/*CSS for link that shows hint onmouseover*/
.hintanchor{ 
font-weight: normal;
}



/* START - Navigational System */

#nav-menu {
	text-align:center;
}
#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-menu li {
	float: right;
	margin: 0px 0px;
	
	
}
#nav-menu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: none;
	/* background: url(/images/navBG.jpg) bottom left repeat-x; */
	/*height: 2em;
	line-height: 2em; */
	/* background-color: #666666; /* Options: #945556 or #C2020C  */
	float: right;
	/* width: 9em; */
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	/*
	border-top: 1px solid #6666FF;
	border-bottom: 1px solid #6666FF;
	border-left: 1px solid #6666FF; */
	font-weight: bold;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none
}
/* End hide */
#nav-menu li a:hover {
	background-image: none;
	background-color: #CD6D19;
	color: #FFF;
	
}
