/* CSS 2 Document */
/*

CSS Version: 2.1
XHTML Version: 1.1
*/

html, body {
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	color: inherit;
	font: normal 100.1% 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;
	text-align: center;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: #ffffff;
	background-color: inherit;
}

h2 {
	margin: 0.6em 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: #2b4f70;
	background-color: inherit;
}

h3 {
	margin: 0.6em 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: #2b4f70;
	background-color: inherit;
}

h4 {
	margin: 0.6em 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: #2b4f70;
	background-color: inherit;
	border-bottom: 1px dotted #d5e3eb;
}

p {
	color: #49749c;
	line-height: 1.6;
	margin: 0;
	padding: 0.5em 0;
	font-size: 0.9em;
	background-color: inherit;
}

p:hover {
	color: #304b63;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

span {
	font-size: 0.9em;
	color: #1ba589;
	background-color: inherit;
}

abbr, acronym {
	padding: 0 0 0.09em 0;
	border-bottom: 1px dotted #a0bed9;
	color: #1b5ca5;
	cursor: help;
	background-color: inherit;
}

blockquote {
	color: #b92d2d;
	padding: 0.6em;
	font-style: italic;
	background-color: inherit;
}

code {
	font: 1em 'Courier New', Courier, Monospace;
	padding: 0.6em;
	color: #006f08;
	background-color: inherit;
}

a {
	color: #000099;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: #999999;
	text-decoration: none;
	background-color: inherit;
}

.inv {
	display: none;
	visibility: hidden;
}

.clear {
	clear: both;
}

/* -- Layout -- */

#container {
	margin: 0 auto;
	padding: 0 11px;
	width: 700px;
	position: relative;
	text-align: left;
	background: transparent url('images/bg.gif') repeat-y top;
}

#head {
	width: 640px;
	background: #648cb1;
	color: inherit;
	padding: 30px;
}

#nav {
	width: 660px;
	padding: 5px 20px;
	margin: 0;
	white-space: nowrap;
	list-style: none;
	background-color: #4a6f91;
	color: inherit;
	border-top: 3px solid #3d607f;
	font-size: 0.9em;
}

#nav li {
	list-style-type: none;
	display: inline;
	padding: 5px 10px;
	margin: 0;
	line-height: 1.8;
	color: inherit;
	background-color: inherit;
}

#nav li a {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
	margin: 0;
	overflow: hidden;
	text-transform: uppercase;
}

#nav li a:hover {
	color: #203a51;
	background-color: inherit;
	text-decoration: none;
}

#content {
	float: left;
	width: 430px;
	padding: 20px 10px 20px 20px;
	font-size: 0.8em;
	font-weight: normal;
	text-align: justify;
}

#content img {
	border: 5px solid #e1ecf3;
	display: inline;
}

#content img:hover {
	border: 5px solid #7d9aac;
}

#sidebar {
	float: left;
	width: 210px;
	padding: 20px 20px 20px 10px;
	text-align: justify;
}

#sidebar ul {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	list-style: none;
}

#sidebar ul li {
	list-style-type: none;
	line-height: 1.5;
}

#foot {
	padding: 20px;
	float: left;
	background-color: #e7eef2;
	color: inherit;
	font-size: 0.8em;
}

#foot p {
	margin: 0;
	padding: 0;
	width: 280px;
	float: left;
}

#foot p a {
	text-decoration: none;
}

#foot p a:hover {
	text-decoration: underline;
}

#foot ul {
	width: 380px;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#foot ul li {
	list-style-type: none;
	display: inline;
}

#foot li a {
	padding: 0 10px;
	text-decoration: none;
}

#foot li a:hover {
	color: #2b4f70;
	background-color: inherit;
	text-decoration: underline;
}

