/* Helpers, hacks and fixes */

html { height: 100%; margin-bottom: 1px }
img { display: block; border: 0 }

/* General */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #DBDBDB;
}

body, th, td, input, textarea, select
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A7883;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 0px;
}

h1
{
	font-size: 14px;
	font-weight: bold;
	color: #000088;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	color: #0845b4;
}

p
{
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ul
{
	padding-left: 20px;
	margin-left: 0
}

table, th, td
{
	border: none;
	border-spacing: 0px;
	margin: 0px;
	padding: 0 10px 0 0;
	text-align: left;
	vertical-align: top
}

table th
{
	padding-bottom: 10px
}

table th p,
table td p
{
	text-align:left;
}

a
{
	text-decoration: none;
	color: #0000AD;
}

a:hover
{
	color: #FF7600;
}

/* Banner Menu */

div#bannerMenu ul
{
	margin: 0px;
	padding: 0px;
	height: 40px;
	/*background-color: #092F66;*/
	background-image: url(../img/menu-background.gif);
	background-repeat: repeat-x;
}

div#bannerMenu ul li
{
	display: inline
}

div#bannerMenu ul li a
{
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	margin-left: 0px
}

div#bannerMenu ul li a:hover
{
	color: #FFFFFF;
	/*background-color: #1018E0;*/
	background-image: url(../img/menu-selected.gif);
	background-repeat: repeat-x;
}

body.about div#bannerMenu ul li.about a
{
	color: #FFFFFF;
	/*background-color: #1018E0;*/
	background-image: url(../img/menu-selected.gif);
	background-repeat: repeat-x;
}

/* Content */

div.page
{
	position:relative;
	width: 887px;
	padding-top: 10px;
	padding-right: 35px;
	padding-left: 35px;
	background-image: url(../img/page-background.gif);
	background-repeat: repeat-y;
}


div.content
{
	margin-top: 1px;
	background: url(../img/grad.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: solid 1px #BBBBBB
}

div.contentpoploc
{
	margin-top: 1px;
	background: url(../img/content-background.gif);
	background-repeat: repeat-x;
	padding-left: 14px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
}


div.silverTitle
{
	margin-top: 10px;
	text-align: center;
	height: 20px;
	background-image: url(../img/silver-title.gif);
	background-repeat: repeat-x;
}

div.orangeTitle
{
	padding: 5px 0 5px 0;
	text-align: center;
	height: 20px;
	width: 181px;
	background-image: url(../img/orange-menu-background.gif);
	background-repeat: repeat-x;
}

div.blueTitle
{
	margin-top: 10px;
	text-align: center;
	height: 20px;
	background-image: url(../img/blue-title.gif);
	background-repeat: repeat-x;
}

div.lightBlueTitle
{
	margin-top: 10px;
	text-align: center;
	height: 20px;
	background-image: url(../img/light-blue-title.gif);
	background-repeat: repeat-x;
}

/* Footer Links */

div#footerLinks ul
{
	margin: 0px;
	padding: 0px;
	text-align:center;
	height: 20px;
}

div#footerLinks ul li
{
	display: inline;
	padding-right: 5px;
	margin-left: 0px;
}

/* Menu */

div.menu
{
	font-weight: bold;
	width: 180px;
	border-style: solid solid none solid;
	border-color: #E0E0E0;
	border-size: 1px;
	border-width: 1px
}

div.menu ul
{
	list-style: none;
	margin: 0;
	padding: 0
}

div.menu ul li a
{
	height: 24px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none
}

div.menu ul li a:link,
div.menu ul li a:visited
{
	color: #000066;
	display: block;
	background: url("../img/menu3.gif");
	padding: 8px 0 0 10px
}

div.menu ul li.sub a:link,
div.menu ul li.sub a:visited
{
	font-weight: normal;
	padding: 8px 0 0 20px
}

div.menu ul li.selected a:link,
div.menu ul li.selected a:visited,
div.menu ul li a:hover
{
	color: #000099;
	background: url("../img/menu3.gif") 0 -32px;
	padding: 8px 0 0 10px
}

div.menu ul li.selectedSub a:link,
div.menu ul li.selectedSub a:visited
{
	color: #660000;
	padding: 8px 0 0 20px
}

div.menu ul li.sub a:hover,
div.menu ul li.selectedSub a:hover
{
	color: #660000;
	background: url("../img/menu3.gif");
	padding: 8px 0 0 20px
}

img#home-page-banner
{
	position:relative;
	top:-10px;
	left:-10px
}
