/* Text CSS *//* LANGUAGES */

#languages {
	font-size: .833em;
}
#languages ul li#russian {
	text-decoration: underline;
}
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	text-decoration:none;
}
#languages ul li a:hover {
	text-decoration: underline;
}/* HORIZONTAL NAVIGATION */
#horizontalnav ul {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.917em;
}
#horizontalnav ul li {
	text-decoration: none;
}
#horizontalnav ul li a {
	line-height: 1.2em;
	letter-spacing: .04em;
	text-decoration: none;
	text-align: center;
}


/* LEFT SIDE NAVIGATION */
#mainnav ul {
	line-height: 1.7em;
	text-decoration: none;
}
#mainnav ul li a {
	text-decoration: none;
}/* CONTENT AREA */
#content p {
	line-height:1.5em;
}
#content h2 {
	font-size: 190%;
}
#content h3 {
	font-size: 150%;
}
#content h4 {
	font-size: 130%;
}
#content ul li {
	line-height: 1.6em;
}
#content ul li a {
	text-decoration: underline;
}
#content .factsbox h3 {
	line-height: normal;
}


/* QUOTES */
blockquote {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
	text-align: right;
	width: 30%;
}
blockquote h3 {
	text-align: right;
	padding-right: 1em;
}
blockquote p {
	font-size: 1.417em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left: 1em;
	padding-right: 1em;
}
.cite {
	font-size: 1em;
	float:right;
}
.pix {
	float: right;
	color: #666666;
	font-size: 93%;
}/* BUTTONS */
.content_button a {
	text-decoration:none;
	font-size: .833em;
}/* BOTTOM NAVIGATION */
#bottomnav p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.917em;
	font-weight:bold;
}
#bottomnav ul li {
	font-size: 0.917em;
	line-height: 1.5em;
}
#bottomnav ul li a {
	text-decoration:none;
}
#bottomnav ul li a:hover {
	color:#fff;
}/* FOOTER BAR */
#footer {
	font-size: 0.846em;
}
#footer ul li a {
	text-decoration: none;
	font-weight:bold;
}
#footer ul li a:visited {
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}