h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;	
}
	
a img,:link img,:visited img {
	border: none;
}

a {
  text-decoration: none;
  color: #238294;
}

a:hover {
  text-decoration: underline;
}

body, td {
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS, Arial, Verdana, sans-serif;
  font-size: 12px;
}

body {
  paddingx: 20px;
  text-align: center;
  background-color: white;
}

h1 {
	margin-top: 14px;
  margin-bottom: 4px;
	font-size: 24px;
  color: #238294;
}

h2 {
  margin-top: 14px;
  margin-bottom: 3px;
	font-size: 18px;
  color: #238294;
  font-weight: normal;
}

h3 {
  margin-top: 14px;
  margin-bottom: 2px;
	font-size: 14px;
  color: #238294;
  font-weight: normal;
}

input.text {
	background-color: #d8d3c7;
	border: 1px solid #847e6e;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fefefe;
	padding-bottom: 10px;
}

#footer a {
	color: gray;
	margin-left: 10px;
	margin-right: 10px;
}

#bg_left {
  background-image: url('/images/css/bg_left.png');
  background-repeat: no-repeat;
  padding-left: 6px;
}
#bg_right {
  background-image: url('/images/css/bg_right.png');
  background-repeat: no-repeat;
	background-position: right top;  
  padding-right: 6px;
}
#bg_center {
  background-image: url('/images/css/bg_center.png');
  background-repeat: repeat-x;  
	position: relative;	
}

#header {
	margin-bottom: 20px;
	height: 130px;
	position: relative;	
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #edebe2;
	border-bottom: 1px solid #edebe2;
	background-color: #fbfbf7;
	text-align: center;
	color: gray;
}

#logo {
  text-align: left;
  padding-left: 20px;
}

#headerLinks {
	position: absolute;	
  top: 10px;
  right: 20px;
  text-align: right;
}

#headerLinks a {
	color: gray;
}

#navigation {
	position: absolute;	
  top: 67px;
  right: 10px;
  width: 707px;
  height: 37px;
  background-image: url('/images/css/menu.png');
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  white-space: nowrap;
}

#navigation a {
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  color: gray;
}
#navigation a:hover {
	text-decoration: none;
  color: black;
}

#content {
  text-align: left;
  margin-top: 20px;
  position: relative;
  zoom: 1;
}


.stdMarginLeft	 {
	padding-left: 210px;
}

.stdMarginRight   {
  padding-right: 210px;
}

.infoHeader {
	background-color: #847e6e;
	color: white;
	padding: 4px;
	font-weight: bold;
}


.listPager {
  margin-top: 10px;
  text-align: right;
  padding: 4px;
  font-weight: bold;
  font-size: 14px;
}

.listPager a {
  padding: 6px;
  margin: 2px;
}
.listPager a:hover {
  border: 1px solid #847e6e;
  padding: 5px;
  background-color: #DDDDDD;
}
.listPager span {
  padding: 6px;
  margin: 2px;
}

.listTable {
  width: 100%;
}

.listTable th {
  background-color: #847e6e;
  color: white;
  padding: 4px;
}

.listTable td {
  padding: 4px;
  vertical-align: top;
  border-right: 1px solid #847e6e;
  border-bottom: 1px solid #847e6e;
}

.listTable td.first {
  border-left: 1px solid #847e6e;
}



div.tabs {
  border-bottom: 1px solid #847e6e;
  position: relative;
  height: 24px;
  margin-top: 10px;
}
table.tabs {
	position: absolute;
	bottom: -1px;
}
table.tabs td {
  border-top: 1px solid #847e6e;
  border-right: 1px solid #847e6e;
  border-bottom: 1px solid #847e6e;
  background-color: #dddddd;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 4px;
  font-size: 14px;
}

table.tabs td.first {
  border-left: 1px solid #847e6e;
}

table.tabs td.selected {
  border-bottom: 1px solid white;
  background-color: white;
}

