@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;
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
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 */

#container {
	width: 860px;
	float: left;
}

#left {
	color: #FFFFFF;
	width: 297px;
	float: left;
	padding-top: 19.86em;
	text-align: right;
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	line-height: 1.1em;
}

#left a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: 0.7em;
}

#left a:hover {
	border-bottom: none;
	color: #E7E7E7;
}

#left ul {
	display: block;
	list-style: none;
}

#left li {
	padding-right: 1.9em;
}

#left li#current {
	background-image: url(img/current.jpg);
	background-repeat: no-repeat;
	background-position: 279px;
}

#left h3 {
	color: #729F9C;
	font-size: 0.9em;
	margin-bottom: 0.3em;
	margin-top: 1.7em;
	margin-right: 1.9em;
}

#right {
	color: #272727;
	width: 531px;
	float: right;
	padding-top: 19.37em;
	padding-left: 1.9em;
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: 17px 0px;
}

#right h1 {
	font-size: 2.3em;
	font-weight: lighter;
	text-indent: -777px;
}

#right img {
	float: left;
	padding: 13px;
}

#right h2 {
	font-size: 2.3em;
	font-family: Trebuchet MS, Helvetica, Geneva, Arial, Sans-serif;
	font-weight: lighter;
	color: #5C5C5C;
	margin-bottom: 1.4em;
	margin-top: -1.0em;
}

#right h3, h4, h5, h6 {
	font-family: Trebuchet MS, Helvetica, Geneva, Arial, Sans-serif;
	font-size: 1em;
	color: #4A4A4A;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

#right p {
	font-size: 0.8em;
	line-height: 1.3em;
	color: #7A7A7A;
	margin-bottom: 1em;
}

#right a {
	color: #819D96;
	border-bottom: 1px dotted;
	text-decoration: none;
}

#right a:hover {
	border-bottom: none;
}

#footer {
	width: 800px;
	height: 200px;
	float: right;
	clear: both;
	font-family: Helvetica, Geneva, Arial, Sans-serif;
	font-size: 0.7em;
	text-align: right;
	margin-top: 3em;
}

.left {
	float: left;
	font-size: 0.6em;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 7px;
	padding-top: 13px;
}

.right {
	float: right;
	font-size: 0.6em;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 7px;
	padding-top: 13px;
}

.caption {
	font-size: 1em;
	padding-top: 7px;
}