div, p {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
  color: #035;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: none;
  border-bottom: 1px dotted gray;
  height: 0;
  width: 100%;
}

h3 {

}

h4 {
  font-variant: small-caps;
  font-weight: normal;
  color: #035;
}

h4.tight {
  margin-bottom: 4px;
}


ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

li {
  padding-left: 20px;
  margin-bottom: 8px;
  background-image: url(/img/check.png);
  background-repeat: no-repeat;
  background-position: left 2px;
}

.arrow li {
	  background-image: url(/img/arrow-iii.png);
	  background-position: left top;
	  padding-left: 25px;	  
}

.hand li {
	  background-image: url(/img/hand.png);
	  background-position: left center;
	  padding-left: 30px;
}


.arrow li ul {
	margin-top: 8px;
}

.arrow li ul li {
  padding-left: 20px;
  background-image: url(/img/check.png);
  background-position: left 2px;
}



td {
  vertical-align: top;
  font-size: 11pt;
  padding: 0;
  margin: 0;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

table.services { width: 100%; margin-top: 5px; border-collapse: collapse}
table.services td { text-align: center; font-size: 15px; font-variant: small-caps; }
table.services td + td { border-left: 1px dotted lightgrey; }
table.services td a { color: #555; }

body {
  background-image: url(/img/bg.png);
  background-repeat: repeat-x;
  background-color: #efefef;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height: 13pt;
  color: black;
  text-align: center;
}

p {
  text-align: justify;
}

.outerframe {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  background-color: #efefef;
  padding: 10px;
  margin-bottom: 10px;
  width: 940px;
}

.innerframe {
  background-color: white;
  padding: 10px;
  width: 920px;
}

.topmenu {
  margin-bottom: 4px;
}

a.topmenu-item:hover {
  text-decoration: underline;  
}

a.topmenu-item {
  display: block;
  float: left;
  background-color: #035;
  padding: 10px;
  margin-right: 4px;
  color: white;
  text-decoration: none;
}

a.topmenu-item.selected {
  background-color: #bbb;  
  color: black;
}

a.submenu-item:hover {
  text-decoration: underline;  
}

a.submenu-item {
  color: #035;
  margin-bottom: 4px;
  padding: 2px;
  margin-right: 20px;
  display: block;
  text-decoration: none;
}

a.submenu-item.selected {
  background-color: #bbb;
  color: black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;  
}

a.subsubmenu-item:hover {
  text-decoration: underline;  
}

a.subsubmenu-item {
  margin-left: 2em;
  color: #035;
  margin-bottom: 4px;
  padding: 2px;
  margin-right: 20px;
  display: block;
  text-decoration: none;
  font-size: 10pt;
}

a.subsubmenu-item.selected {
  background-color: #bbb;
  color: black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;  
}


.article-link {
    background-image: url(/img/hand.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-left: 35px;
}

.arrow-title {
    display: inline;
    background-image: url(/img/arrow-iii.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}

.slash {
	padding: 0 10px;
}

.arrow-section {
    margin-bottom: 1em;
    text-align: justify;
}

.arrow-section p {
    display: inline;
    padding-left: 15px;
    margin: 0;
}

.columnholder {
  position: relative;
  margin-top: 20px;
}

#left-column {
  float: left;
  top: 0;
  left: 0;
  width: 210px;
}

#left-column p {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

#main-column {
  margin-left: 220px;
}

.article h3 {
  color: #035;
}

.page-title {
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}

.banner { text-align: center; margin-left: auto; margin-right: auto; }
.footer { color: #bbb; }

* html p { /* IE 3px jog hack*/
	height: 1%;
}