body {
  margin: 0px;
  padding: 0px;
  background: #939598;
  
  font-family:Arial, Helvetica, sans-serif;
  font-size: 72%;
  color: #3E484B;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.4em;
}

h1 {
  margin: 0 0 0 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #ED5100;
}

h2 {
  margin: 0 0 1em 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #345C94;
}

h3 {
	font-size:17px;
	color:#345C94;
	text-transform:uppercase;
	font-weight: bold;
	line-height:1.2em;
	padding:15px 0 0 0;
	margin-bottom:25px;
}

h4 {
	font-size:13px;
	color:#96B1F3;
	font-weight: bolder;
	margin-bottom:20px;
}

li, ol, ul {
	line-height: 1.4em;
	margin-bottom: 7px;
	margin-left: 7px;
	padding-left: 7px;
}

.positiontitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #345C94;
}

.staffname {
	font-size: 1.1em;
	font-weight: bold;
	color: #345C94;
}
.stafftitle {
	color: #345C94;
}


form {
	margin: 0px;
	padding: 0px;
}

.container {
  border-bottom: 7px solid #FFF;
  border-right: 7px solid #FFF;
  background: #FFF;
}

.smWhiteText {
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: .9em;
	color: #FFF;	
}

.linkstext {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: .9em;
	
}

.linkstext2 {
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 1.0em;
	font-weight: bold;
	color: #EF0000;
	
}

img {
  border: 0px;
}

.image {
	float: right;
	margin-right: 8px;
	margin-left: 8px;
	padding: 2px;
}

a {
  color: #971B1E;
  text-decoration: underline;
}

a:visited {
  color: #787878;
  text-decoration: underline;
}

a:hover {
  color: #345C94;
  text-decoration: none;
}

.secondlvl {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: .9em;
  line-height: 1.3em;
}
.secondlvl a:link {
  color: #345C94;
}
.secondlvl a:hover {
  color: #E08A00;
  text-decoration: none;
}

.footer {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: .9em;
  line-height: 1.3em;
}
.footer a:link {
  color: #E08A00;
}
.footer a:hover {
  color: #345C94;
  text-decoration: none;
}

/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 400px;	 
	width: 700px;
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:50000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	border-bottom:1px solid #ddd;
	margin:10px 0;
	padding:15px;
	font-size:12px;
	height:200px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
	height:auto;
	width:auto;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:700px;
	margin:5px 0 5px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	