/* Style sheet  */

html { 
	height: 100%;
	margin-bottom: 1px; 
}

body {
	background-color:#c1e0f6;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
}

#main {
	background-color: #fff;
	width:800px;
	border: 1px solid #a8c175;
}

/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#fff;
}

/* LANGUAGES */


#languages {
	background-color: #a8c175;
	background-image:url(../images/banner_languages.jpg);
	background-repeat:no-repeat;
	height: 15px;
}


#languages ul li#russian {
	color: #fff;	
	text-decoration: underline;
}

#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#afe9fe;
}
 
#languages ul li a:hover {
	color: #fff;
} 
 
/* TOP BANNER */

#topbanner {
	height: 150px;
	background-image: url(../images/banner_bkgd.jpg);
	background-repeat: repeat-x;
}

#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

/* MAIN NAVIGATION */

#mainnav {
	float: left;
	width: 24%;
	font-size: .9em;
	background-color: #fff;
	margin-top:1px;
}

#mainnav ul {
	margin: 0px;
}

#mainnav ul li {
	list-style-type:none;
	display: block;
	font-weight: normal;
	color: #333c44;
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#a8c175;
	border-right: 1px solid #a8c175;	
}


#mainnav ul li a {
	text-decoration: none;
	display: block;
	color: #333c44;	
	padding: 0.4em 0.5em 0.3em 1em;			
}

#mainnav ul li a:hover  {
	text-decoration: none;		
	background-color: #a8c175;
	margin: 0px;
	display: block;
	color: #333c44;	
}

#mainnav ul ul{
	margin: 0px;
}

#mainnav  ul ul li {
	margin: 0px;
	border-bottom:none;
	border-right:none;	
}


#mainnav  ul ul li a {
	list-style-type:none;
	display: block;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 0.4em;		
}

#mainnav  ul ul li a:hover {
	background-color: #a8c175;
	display:block;
}

#mainnav #photos {
	padding: 0.4em 0.5em 0.3em 1em;
}

/* CONTENT */

#content {
	float: left;
	width: 71%;
	padding: 1em 1em 1em 1em;
	color: #333c44;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	word-spacing: 1px;
	padding-left: 15px;
}


#content h2 {
	color: #165ea9;
	font-size: 170%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-align:center;
	line-height: 25px;
}

#content h3 {
	color: #165ea9;
	font-size: 120%;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
	margin-bottom: 0.8em;
	line-height: 1.2em;
	text-align: center;
}


#content h4 {
	color: #165ea9;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 130%;
	font-weight: normal;
	margin-bottom: .2em;
	line-height: 1.2em;
}

#content h5 {
	color: #165ea9;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: .2em;
	line-height: 1.2em;
}

#content ul li {
	position: relative;
	margin-left: 30px;
	list-style-type: none;
	line-height: 2em;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 12px;
}

#content ul li li{
	list-style-type: none;
	list-style-image:url(../images/bullet.gif);
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#0035B3;
	text-decoration: underline;
}

#content a:visited {
	color: #CC6600;
}

#content a:hover {
	color: #959595;
}



/* QUOTES */
blockquote {
	width: 400px;
	/*float: clear;*/
	display: block;
	background-color: #e5edf2;
	border: solid 1px #d7d7d7;
	padding: 10px 10px 10px 10px;
	margin: 30px 10px 30px 80px;
	color: #165ea9;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.3em;
}

blockquote .caption{
	color:  #4a4d56;
	font-size: .8em;
	font-weight: normal;
}




/* FOOTER BAR */

#footer {
	color: #fff;
	background-color: #1762ad;
}

#footer ul {
	margin-top: 0em;
}

#footer ul li  {
	display: inline;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
	color: #ffffff;	
}

#wsscredit {
	font-size: 90%;
	color: #0f3d6c;
	text-align: center;
	padding-top: .5em;
}
.pdfnote {
	text-align: right;
	display: block;
	font-size: 90%;
	color: #666666;
	padding-right: 12px;
	padding-top: 10px;
}
