@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #eee;
	color: #111;
	font-family: Arial, sans-serif;
	font-size: 1em;
}

img {
	border: 1px solid #0055cc;
	border-radius: 0.15em;
}

.logo {
	border: 0px dotted #eee;
	border-radius: 0.15em;
}

.icon {
	border: none;
	border-radius: 0em;
}

.photo {
	border: none;
	border-radius: 0.35em;
}

ul {
	padding: 0;
	margin: 0;
	margin-left: 1.5em;
	list-style-type: none;
}

ul li {
	padding-top: 0.35em;
	padding-bottom: 0.35em;
	padding-left: 1em;
	background-image: url("./images/arrow-li.gif");
	background-repeat: no-repeat;
	background-position: 0 0.95em;
}

P {
	padding: 0em;
	margin: 0em
}

H1 {
	font-size: 1.2em;
}

H2 {
	margin: 0.5em 0 0.5em 0;
	margin-top: 0em;
	padding-left: 0.5em;
	border: 0px #0055cc solid;
	border-left: 3px #0055cc solid;
	border-top: 1px #0055cc dotted;
	font-weight: normal;
	font-size: 1.25em;
	border-radius: 0em;
}

H3 {
	margin: 0.5em 0 0.5em 0;
	margin-top: 0em;
	padding-left: 0.0em;
	border: 0px #0055cc dotted;
	border-left: 0.0em #0055cc dotted;
	border-right: 0.0em #0055cc dotted;
	font-weight: normal;
	font-size: 1.15em;
	border-radius: 0em;
}

td {
	vertical-align: top;
}

#container {
	margin: auto;
	width: 95%;
	max-width: 1024px;
	position: relative;
	font-size: 1em;
	text-align: justify;
	position: relative
}

#wrapper {
	margin: 0.5em 0em;
	overflow: auto;
	border-width: 0px;
	border-style: solid;
	border-color: #fafafa;
	box-shadow: 0.2em 0.2em 0.2em #aaa;
	border-radius: 0.5em;
}

#page {
	padding: 1.5em 0;
	clear: both;
	background-color: #fff;
	overflow: auto;
}

#banner {
	margin: 0;
	padding: 1.5em;
	color: #000;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
}

#banner p {
	margin: 0;
	font-size: 1em;
	text-transform: none;
}

#nav {
	background: #fafafa;
	overflow: visible;
	height: 2em;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

#sep {
	background: #0055cc;
	overflow: auto;
	height: 0em;
	border-top: 1px #0055cc dotted;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	font-weight: normal;
	font-size: 1em;
	background-image: none;
	border-right: 1px #ccc solid;
	border-top-right-radius: 1em;
}

#nav ul li a {
	display: block;
	margin: 0;
	padding: 0em 0.5em;
	color: #777;
	text-decoration: none;
	line-height: 200%;
}

#nav ul li a:hover {
	color: #0055cc;
}

#content {
	margin-left: 1.5em;
	margin-right: 1.5em;
	line-height: 150%;
}

#footer {
	padding: 1.5em;
	overflow: auto;
	color: #000;
	font-size: 1em;
	text-align: center;
}

.highlight {
	background: #ccc;
}