body, html {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* Layout */

#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 760px;
}

#header {
	border-top: 6px solid #B40A0A;
}

#logos {
	padding: 18px;
}

#nav {
	background-color: #484848;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 18px;
	padding-right: 18px;
	height: 24px;
}

a.nav {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-right: 48px;
}
a.nav:link {
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #DEDA0C;
	text-decoration: none;
}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.navend {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
a.navend:link {
	text-decoration: none;
}
a.navend:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.navend:hover {
	color: #DEDA0C;
	text-decoration: none;
}
a.navend:active {
	color: #FFFFFF;
	text-decoration: none;
}

.nav-active {
	color: #DEDA0C;
	font-weight: bold;
	margin-right: 48px;
}

.navend-active {
	color: #DEDA0C;
	font-weight: bold;
}

#nav-bottom {
	border-top: 6px solid #484848;
	margin-top: 6px;
}

#container {
	padding: 18px;
}

#footer {
	border-top: 24px solid #484848;
}

#copyright {
	margin: 6px 18px 18px 18px;
}

/* Styles */

a {
	color: #1252f0;
}
a:link {
	text-decoration: underline;
}
a:visited {
	color: #1252f0;
	text-decoration: underline;
}
a:hover {
	color: #1252f0;
	text-decoration: underline;
}
a:active {
	color: #1252f0;
	text-decoration: underline;
}

h1 {
	font-size: 23px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 17px;
	font-weight: normal;
}

hr {
	border: 0;
	border-top: 1px dashed #000000;
	width: 100%
}

.title {
	border-left: 4px solid #B40A0A;
	font-size: 17px;
	font-weight: bold;
	padding: 6px;
}

.subtitle {
	border-left: 4px solid #B40A0A;
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
}

ul, ol {
	margin-left: 18px;
	padding-left: 10px
}

ul li {
	list-style: square;
}

.picture {
	padding: 0px 18px 18px 0px;
}

.small-text {
	font-size: 11px;
}
