body {
	background-color: #def;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
}

#page-frame {
	margin: 0;
	padding: 0;
}

#content-frame {
	width: 800px;
	margin: 0 auto;
	padding: 50px 75px;
}

#content-frame>p, #content-frame>ul {
	margin: 1em auto;
	padding: 0;
	width: 35em;
}

#content-frame>p {
	text-align: justify;
}

ul {
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul>li {
	margin: 0;
	text-indent: 0;
}

#footer {
	clear: both;
	color: #888;
	text-align: center;
	font-size: 75%;
}

#footer p {
	margin: 1em 0 0 0;
	text-align: center;
}

#copyright {
}

.page-choice {
	width: 400px;
	margin: 20px 0;
	background-color: inherit;
	-webkit-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-moz-border-radius: 7px;
}

.page-choice:hover {
	background-color: #fff;
}

.page-choice img {
	margin: 1em 1em 0 1em;
	border: 0;
}

.page-choice .description {
	margin: 0 1em 1em 1em;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	font-family: inherit /*Helvetica, sans-serif*/;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

h1 {
	margin: 0 0 1em 0;
	font-size: 200%;
	font-weight: normal;
}

h1>a {
	font-weight: bold;
}

h2 {
	margin: 0;
	font-size: 150%;
}

h3 {
	margin: 0;
	font-size: 100%;
}

h4 {
	font-size: 100%;
	font-weight: normal;
}

a[href] {
	font-family: inherit;
	color: /*#4bb;*/ /*#e3d;*/ #d30;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

hr {
	clear: both;
	width: 160px;
	height: 1px;
	margin: 3em auto;
	padding: 0;
	border: 0;
	background-image: url('../images/divider.png');
}

.one-column, .two-column {
	width: 50em;
}

.one-column {
	clear: both;
}

.two-column>.left, .two-column>.right {
	width: 24em;
}

.two-column>.left {
	float: left;
	margin: 0 auto 0 0;
}

.two-column>.right {
	float: right;
	margin: 0 0 0 auto;
}

.two-column p {
	text-align: justify;
	line-height: 125%;
}

table {
	font-size: 80%;
	border: 0;
	border-collapse: collapse;
	background-color: inherit;
	color: inherit;
	margin: 2em auto;
}

caption {
	margin: -2em auto 2em auto;
	padding: 0.5em 0 0 0;
	font-size: 90%;
	text-align: center;
	caption-side: bottom;
}

td {
	padding: 0.5em 1em;
	background-color: #fff;
	color: #32353D;
	border: 1px solid #E3E1DC;
	text-align: left;
}

td ul, td ol {
	margin: 0;
}

th {
	padding: 0.3em 0.8em;
	background-color: inherit;
	color: #32353D;
	border: 0;
	font-size: 90%;
}

.service-icon {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

p#slogan {
	text-align: center;
	font-style: italic;
	color: #888;
}
