a:link {
	color: #222288;
	text-decoration: none;
	border-bottom: 1px solid #AAAADD;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #6699CC;
	border-bottom: 1px solid #CCCCFF;
}
a:visited {
	color: #222288;
	text-decoration: none;
	border-bottom: 1px solid #AAAADD;
}
a.nav {
	color: #EEEEFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000033;
	padding-right: 9px;
	padding-left: 9px;
	border: none;
}
a.nav:link {
	text-decoration: none;
	text-shadow: 2px 2px 2px #000033;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #001144;
	top: -2px;
	position: relative;
}
a.nav:visited {
	color: #EEEEFF;
	text-decoration: none;
}
div.sideNav {
	margin: 0;
	padding: 1px;
	color: #000033;
	font: 11px Arial, Helvetica, sans-serif;
	float: left;
	z-index: 92;
	background: url(images/global/sideNav.jpg) no-repeat;
	width: 160px;
	height: 400px;
	left: 0px;
	top: 144px;
	margin: 0;
	overflow: hidden;
}

p.sideNav {
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-shadow: 2px 2px 2px #333333;
	border: none;
	position: relative;
	padding-left: 2px;
	padding-top: 4px;
	left: 19px;
	top: 117px;


}
a.sideNav {
	font: 11px Arial, Helvetica, sans-serif;
	text-shadow: none;
	padding-left: 8px;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/global/bg.gif) repeat-x;
}
div.top {
	position:relative;
	width:800px;
	height:144px;
	z-index:91;
	left: 0px;
	top: 0px;
	background: url(images/global/top.jpg) no-repeat;
	layer-background-image: url(images/top.jpg);
	border: none;
	padding-top: 92px;
	padding-bottom: 15px;
	padding-left: 160px;
	margin-left: 0;
	margin-top: 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #EEEEFF;
}
body>div.top {
	position:relative;
	width:800px;
	height:37px;
	z-index:91;
	left: 0px;
	top: 0px;
	background: url(images/global/top.jpg) no-repeat;
	layer-background-image: url(images/top.jpg);
	border: none;

	padding-top: 92px;
	padding-bottom: 15px;
	padding-left: 160px;

	margin-left: 0;
	margin-top: 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #EEEEFF;
}
div.mid {
	float:right;
	margin:0;
	padding:0;
	width:620px; /*688px*/
	height: auto;  /*1938px*/
	margin-bottom:150px;
	z-index:90;
	border: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000066;
}
body>div.btm {
	/**
	 * This is code that is only parsed by Standards Complient
	 * (eg. non-IE) browsers. It takes presidence over the 
	 * div.btm element, which is what IE parses.
	 */
	position: fixed;
	width: 100%;
	height: 33px;
	z-index: 99;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	border: none;
	font: 9px Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: center;
	background-image: url(images/global/btm.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
	/**
	 * This is the CSS for non-Standards Complient browsers,
	 * namely Microsoft Internet Exploror. 
	 */
div.btm {	
	clear: both;
	width: 100%;
	height: 33px;
	z-index: 99;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	/*margin-top: 1938px;*/
	border: none;
	font: 9px Arial, Helvetica, sans-serif;
	color: #000066;
	text-align: center;
	background-image: url(images/global/btm.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
	/**
	 *  End of IE specific hack code. Thankfully.
	 */
h1 {
	font: italic bold 24px Arial, Helvetica, sans-serif;
	color: #000066;
	text-shadow: 2px 2px 2px #777799;
}
table {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000066;
	padding-top: 10px;
	padding-right: 5px;
}
div.container {
	width: 790px;
	height: auto;
	padding: 0;
	margin: 0;
}
