body {
	padding: 0px;
	margin: 0px;
	background-color: #516651;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat:repeat-y;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div { behavior: url(iepngfix.htc) }
.multiSelect {
		position: relative;
		padding: 0;
		margin: 0 0 0 0;
		border: 0;
	}
	.multiSelect .title {
		overflow: hidden;
		width: 13em;
		padding: .5em 1.1em .1em .5em;
		margin: 0;
		background: white url(images/multiselect.gif) no-repeat top right;
		background-color: #fff;
		border: 1px solid #999;
		cursor: default;
	}
	.multiSelect div.title {
		z-index: 104;
	}
	.multiSelect .title:hover {
		background: white url(images/multiselect-hover.gif) no-repeat top right;
	}
	.multiSelectContent {
		position: absolute;
		z-index: 106;
		min-height: 1em;
		width: 14.5em;
		background: #e9f3f8;
		padding: .1em;
		display: block;
		border: 1px solid #999;
	}
	.collapsed {
		display: none;
	}
	.multiSelectContent ul {
		overflow: auto;
		height: 15em;
		min-height: 1em;
		margin: 0;
		padding: 0;
	}
	.multiSelectContent li {
		cursor: pointer;
		cursor: hand;
		margin: 0 0 .2em 0;
		list-style:none;
	}
	.multiSelectContent li:hover {
		background: #ddd;
	}
	.a9selectall {
		border-bottom: 1px solid #ccc;
	}

td {
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #a08;
	font-weight: bold;
}

a:hover {
	color: #c3a;
}

img {
	border:0;
	behavior: url(iepngfix.htc)
}

h1, h2 {
	color: #694;
}

#pageWrapper {
	width: 850px; 
	margin: auto;
	padding: 0px;
	margin: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}


#header {
	background-repeat: no-repeat;
	background-position: center;
	width: 850px;
	height: 120px;
	margin: auto;
	border: 1px solid #000;
}

#shadowBanner {
	background-color: #aaa;
	/*filter:alpha(opacity=85);*/
	-moz-opacity:.85;
	opacity:.85;
	width: 850px;
	height: 65px;
	border-bottom: 1px solid #333;
	border-top: 1px solid #fff;
}

#banner {
	background-color: transparent;
	background-image: none;
	width: 850px;
}

#bLogo {
	width: 75px;
	height: 75px;
	float:left;
	margin-top: 8px;
	margin-left: 7px;
}

#bText {
	width: 278px;
	height: 58px;
	float:left;
	margin-top: 8px;
	margin-left: 0px;
	display: inline;
}

#bInfo {
	float:right;
	margin-top: 6px;
	margin-right: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: right;
}

#contentBody {
	width: 850px; 
	background-color: #fff;
	background-image: url(images/bgContentHead.jpg);
	background-repeat: repeat-x;
	margin:auto;
	border: 1px solid #000;
}

#content {
	padding: 10px;
	width: 655px;
	border-right:1px solid #d7d7d7;
}

#topMenu {
	margin:auto;
}

.topMenuButton a {
	border: 1px solid #333;
	border-top: none;
	border-left: none;
	background-image: url(images/tButton.jpg);
	background-repeat: repeat-x;
	height: 17px;
	float:left;
	margin: auto;
	padding-left: 5px; 
	padding-right: 5px;
	padding-top: 5px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.topMenuButton a:hover {
	color: #a08;
	background-image: url(images/tButtonHover.jpg);
}

.topMenuButtonSelected a {
	border-right: 1px solid #333;
	height: 17px;
	float:left;
	margin: auto;
	padding-left: 5px; 
	padding-right: 5px;
	padding-top: 5px;
	color: #a08;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.us_topBar {
	padding: 0px;
	height: 170px;
}

.us_topBar select {
	width: auto;
}

#footer {
	width: 850px; 
	height: 115px;
	background-color: #000;
	background-image: url(images/bgFooter.jpg);
	background-repeat: repeat-x;
	margin:auto;
	border: 1px solid #000;
}

#footerLinks {
	margin-left: 20px;
	margin-top: 20px;
	color:#999;
	font-weight: bold;
}
		
#footerLinks a {
	text-decoration: none;
	color: #999;
}

#footerLinks a:hover {
	color: #694;
}

#footerCopy {
	margin-left: 20px;
	margin-top: 10px;
	color:#999;
	font-size: 10px;
}

div.blackOverlay { background: black; }
div.jqDrag {cursor: move;}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
  display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
  width: 600px;

  overflow: hidden;
  font-family:verdana,tahoma,helvetica;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* [[[ Title / Top Classes ]]] */
div.jqmdTC { 
  background: #d5ff84 url(images/sprite.gif) repeat-x 0px -82px; 
  color: #528c00;
  padding: 7px 22px 5px 5px;
  font-family:"sans serif",verdana,tahoma,helvetica;
  font-weight: bold;
  * zoom: 1;
}
div.jqmdTL { background: GreenYellow url(images/sprite.gif) no-repeat 0px -41px; padding-left: 3px;}
div.jqmdTR { background: GreenYellow url(images/sprite.gif) no-repeat right 0px; padding-right: 3px; * zoom: 1;}

/* [[[ Body / Message Classes ]]] */
div.jqmdBC {
  background: White url(images/bc.gif) repeat-x center bottom;
  padding: 7px 7px 7px;
  height: 315px;
  overflow: auto;
}
div.jqmdBL { background: White url(images/bl.gif) no-repeat left bottom; padding-left: 7px; }
div.jqmdBR { background: White url(images/br.gif) no-repeat right bottom; padding-right: 7px; * zoom: 1 }

div.jqmdMSG { color: #317895; }

/* [[[ Button classes ]]] */
input.jqmdX {
  position: absolute;
  right: 7px;
  top: 4px;
  padding: 0 0 0 19px;
  height: 19px;
  width: 0px;
  background: GreenYellow url(images/close.gif) no-repeat top left;
  overflow: hidden;
}
input.jqmdXFocus {background-position: bottom left; outline: none;}