@charset "UTF-8";

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Times New Roman, Times, Georgia, Serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* begin page elements */

#header {
	width: 900px;
	height: 120px;
	float: left;
}

#header h1 {
	text-indent: -777px;
}

#nav {
	width: 300px;
	float: left;
	text-align: right;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	line-height: 1.4em;
}

#nav ul {
	padding-top: 300px;
	padding-left: 40px;
	display: block;
	list-style: none;
}

#nav li {
	padding-right: 17px;
}

#nav a {
	color: #003A59;
	text-decoration: none;
	font-size: 0.8em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav a:hover {
	color: #5596C6;
}

#content {
	width: 520px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 177px;
	float: right;
	font-size: 0.85em;
	color: #2E2E2E;
	line-height: 1.4em;
	background-image: url(img/right.jpg);
	background-repeat: no-repeat;
}

#content a {
	color: #125781;
	text-decoration: none;
}

#content p {
	margin-bottom: 1.4em;
}

#content h2 {
	font-size: 2.1em;
	color: #678895;
	margin-bottom: 1.7em;
	font-weight: lighter;
}

#content h3 {
	font-size: 1.3em;
	color: #404040;
	margin-bottom: 1.4em;
	margin-top: 1.7em;
	font-weight: lighter;
}

#content img {
	margin: 1.3em;
}

#footer {
	width: 880px;
	text-align: center;
	height: 100px;
	padding-top: 20px;
	padding-right: 20px;
	float: left;
	clear: both;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #7E7E7E;
}

#footer a {
	color: #5E5E5E;
}

#container {
	width: 900px;
	margin: auto;
}

.right {
	float: right;
}

.left {
	float: left;
}

.big {
	font-size: 1.2em;
}