@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0 auto;
	background: #0a94d4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#container {
	margin: 0 auto;
	padding: 0 auto;
	width: 837px;
	background: url(images/pageback.gif) repeat-y;
}
#header {
	width: 837px;
	height: 124px;
}
#subhead {
	width: 837px;
	height: 56px;
}
#nav {
	width: 214px;
	float: left;
}
#content {
	width: 595px;
	float: left;
	padding-top: 5px;
}
#footer {
	width: 837px;
	height: 133px;
	background: url(images/footer.gif) no-repeat;
	clear: both;
}
#footer-translate {
	width: 200px;
	height: 85px;
	float: right;
	margin-top: 35px;
}

/* TEXT STYLES */

#content p, h1, h2, h3, ul, ol {
	margin-bottom: 20px;
}
#content p {
	line-height: 18px;
}
#content h1 {
	font-size: 1.0em;
	border-bottom: 1px solid #006666;
	color: #006633;
}
#content h2 {
	font-size: 1.0em;
	color: #009933;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #000099;
}
#content a:hover {
	text-decoration: underline;
	color: #006600;
}
#content li {
	margin-left: 35px;
	list-style-type: disc;
	line-height: 18px;
}
.smalltext {
	font-size: 0.8em;
}
#content td {
	padding: 4px;
}
.imgborder {
	border: 1px solid #006666;
	margin: 2px;
	padding: 2px;
}