* {
  font-family: helvetica, verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}

body {
  background-color: #ffffff; 
}


a {
  text-decoration: none;
}

img {
  border: 0px;
}

tr {
  vertical-align: top;
}

.mainContainer {
  margin-left: auto;
  margin-right: auto;
  
}

.main { 
  width: 990px;
  height: 445px;
  background-color: #ffffff;
}


.pageImage {
  float: left;
  padding: 0px 20px 10px 0px;  
}


.l1Nav  td {
  vertical-align: bottom;
}

.l1Nav a:hover {
  font-weight: bold; 
}

.l1Nav a {
  color: #000000; 
}

li {
  list-style: url(/img/bullet.jpg); 
}

.portfolio {
  margin-left: auto; 
  margin-right: auto;
}

.contentPad {
  padding: 10px; 
}




input, textarea {
  border: 1px solid #000000;
  background-color: #ffffff;
} 

.folioOn {
  font-weight: bold; 
}

.intro {
	height: 420px;
	width: 990px;
	position: absolute;
	background-color: #000000;
	margin-top: 0px;
}


.rowOn {
 background-color: #000000;
}

.rowOff {
 background-color: #000000;
}

.rowHover {
  background-color: #CCCCCC;
}

#listTable {
	display: table;
}
#listTable li {
	list-style-type: none; 
	display: table-cell; 
	list-style-image: none
}

#listTableHeader {
	display: table;
  font-size: 14px;
  background-color: #094CA3;
}
#listTableHeader li {
	list-style-type: none; 
	font-weight: bold;
	color: #ffffff;
	display: table-cell; 
	list-style-image: none
}




#sortable li { 
  list-style-type: none; 


}

#sortable {
 margin: 0; padding: 0;  
 border-top: 0px solid #000000;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 border-bottom: 1px solid #000000;
}


#sortable ul {
  margin: 0; 
  padding: 2px;   
  border-top: 1px solid #000000;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
  border-bottom: 0px solid #000000;
	
}


#noSortable li { 
  list-style-type: none; 


}

#noSortable {
 margin: 0; padding: 0;  
 border-top: 0px solid #000000;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 border-bottom: 1px solid #000000;
}


#noSortable ul {
  margin: 0; 
  padding: 2px;   
  border-top: 1px solid #000000;
  border-left: 0px solid #000000;
  border-right: 0px solid #000000;
  border-bottom: 0px solid #000000;
	
}

h4 {
  color: #094CA3;
  font-weight: bold;
  padding-top: 0px;
  border-bottom: 1px solid #094CA3;
}

.pstrength-minchar {
  font-size : 10px;
}

.pstrength-bar {
  width: 150px;
  
}

password {
  width: 175px;
}

.passwordOK {
  background-color: inherit;
}

.passwordBad {
  background-color: #FF8F8F; 
}

.toolBar {
  background-color: #094CA3;
  padding: 4px; 
  margin-top: 2px; 
  margin-bottom: 15px; 
  text-align: right;
}

.toolBar input {
  background-color: #ffffff; 
}