html {
	padding:0px;
	margin:0px;	
}

body {
	background-color:#8c9ea9;
	text-align:center;
	margin:0px;
	padding:0px;
}

#content {
	width:734px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
}

#websitePhoto {
	width:260px;	
}

#sideBar {
	background-color: #c5d2d8;
	vertical-align: top;
}

#mainBar {
	text-align: left;
}

#sideItemTable {
	text-align: left;	
}

#pageContent {
	padding-top: 5px;
	text-align: left;
	vertical-align: top;	
}

#subTab {
	background: url(images/subTab.png);
	height: 30px;
	font-size: 10pt;
	color:white;
	text-align: left;
}

.diamondLi {
	list-style-image: url(images/diamond.png);
	margin: 0.2em 0;
	padding-left: 15px;
	text-align: left;
	list-style-position: inside;
}

.diamondLi li {
	list-style-image: url(images/diamond.png);
	list-style-position: inside;
	margin: 0.2em 0;
}

.pdfLi {
	list-style-image: url(images/icon/file_acrobat.gif);
	margin: 0.2em 0;
	padding-left: 15px;
	text-align: left;
	list-style-position: inside;
}

.pdfLi li {
	list-style-image: url(images/icon/file_acrobat.gif));
	list-style-position: inside;
	margin: 0.2em 0;
}

.squareLi {
	list-style: square;
	list-style-position: inside;
	padding-left: 10px;
	margin-left: 0px;
	text-align: left;
}

.squareLi li {
	margin: 1em 0;
}

table {
   font-family: arial;
   font-size: 11px;
   color: black;
}

.iTable {
	line-height: 0px;	
}

.tab {
   height:30;
   font-family: arial;
   font-size: 11pt;
   font-weight: normal;
   background:url(images\tabStrip.png);
   color:white;
}

select {
   font-family: arial;
   font-size: 11px;
   color: black;
}

input {
   font-family: arial;
   font-size: 11px;
   color: black;
}

textarea {
   font-family: arial;
   font-size: 11px;
   color: black;
}

#noniemenu {
	position:absolute;
	padding-top: 4px;
	padding-left: 5px;
}

#noniemenu .holder ul {padding:0; margin:0;}
#noniemenu .holder ul li {list-style-type: none;}
#noniemenu .holder li ul {display: none;} 
#noniemenu .holder .bold {font-weight:bold;}

#noniemenu .spacer {
	display:block; 
	overflow:hidden;
	float:left;
	border:0px;
	width: 1px;
	height: 30px;
	background-color: #9f0909;
	background-repeat: repeat;
}

#noniemenu .holder {
  color:#fff; 
  width:144px; 
  height:30px; 
  display:block; 
  overflow:hidden;
  float:left;
  border:0px;
  font-family: arial;
  font-size: 11pt;
  }
#noniemenu .holder:hover {
  height:auto; 
  }
#noniemenu a.outer, #noniemenu a.outer:visited {
   color:#fff; 
   width:144px; 
   line-height:30px;
   display:block; 
   background:#9f0909;
   background-image:url(images/tabStrip.png);
   background-repeat:repeat-x;
   text-align:center; 
   text-decoration:none; 
   font-family: arial;
   font-size: 11pt;
   border: 0px
   }
#noniemenu a.outer:hover {
  background:red; 
  overflow:visible;
  }
#noniemenu div.open {display:none;}
#noniemenu a.inner, #noniemenu a.inner:visited {
  display:block; 
  width:144px; 
  height:30px;
  line-height:30px;
  text-decoration:none; 
  color:#000; 
  background:#eee;
  text-align:center;
  }
#noniemenu a.second {font-weight:bold;}
#noniemenu a.inner:hover {
  background:#add;
  }