html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.6em;
	background-color: white;
}
.text {
	vertical-align: top;
}
div.text_box {
	margin: 10px 10px 10px 10px;
}
h1 {
	font-size: 16px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 11px;
}
ul.hangingindent li {
	margin-left: 25px;
	text-indent: -25px;
}
h2 {
	font-size: 14px;
	text-align: left;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 3px;
}
h3 {
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
}
hr {
	width: 740px;
}
.vertical_separator {
	width: 1px;
	height: 150px;
	background-color: #e3e8ec;
	margin: 20px 3px 20px 3px;
}

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

img {
	border: none;
	margin: 3px;
}

a {
	text-decoration: none;
}

a:link {
	background-color: white;
	color: #0071BC;
}

a:hover, a:active {
	background-color: white;
	color: #666666;
	text-decoration: underline;
}

a:visited {
	background-color: white;
	color: #0071BC;
}

.logo {
	margin: auto;
}

.center {
	text-align: center;
}

div.content_wrapper {
	text-align: left;
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

div#portfolio {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: left;
	vertical-align: top;
}

div.sample_site {
	width: 170px;
	text-align: center;
	line-height: 1.3em;
	font-size: .8em;
}

div#footer {
	margin-top: 20px;
	text-align: center;
	font-size: .8em;
}

div#validations {
	margin-top: 10px;
	margin-bottom: 10px;
}

form {
  font-size: 0.85em;
}

label {
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
