/* Style sheet  */


body {
	background-color: #d3e7f7;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
}
#main {
	background-color: #fff;
	min-width:780px;
}


/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#1673B9;
}

/* LANGUAGES */

#languages {
	background-color: #DDEDFA;
}

#languages ul li#russian  {
	color: #014DA9;
}	
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#333;
	text-decoration:none;
}
#languages ul li a:hover {
	color: #014DA9;
	text-decoration: underline;
}
	
	
/* TOP BANNER */

#topbanner {
	height: 140px;
	background-color: #a0bfdb;
}


#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(images/banner-3.jpg);
	background-repeat: no-repeat;
	height: 140px;
}

/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 78%;
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: .9em;
}
	
#content  p.toppara {
	padding-top: 2em;
}

#content a:link, #content a:visited, #content a:hover, #content a:active {
	color:#014DA9;
	text-decoration: underline;
}
#main    #content    ul li  {
	background-position: 9px 9px;

}
#content ul ul li  {
	background-position: 9px 8px;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
/*	font-size: 120%; */
}

#content h2 {
	color: #001C3E;
	padding-bottom: 0.4em;
	font-size: 150%;
	font-weight: normal;
	}

#content h3 {
	color: #3A3421;
	font-size: 120%;
	background-color: #F7F4E6;
	padding-left: 0.5em;
	font-weight: normal;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#content h4 {
	color: #333;
}

#content a:hover {
	color:#865E3A;
}

#content a:visited {
	color: #865E3A;
}

#content ul{
	
	margin-bottom:6px;
	margin-top: 0px;
}
#content ul li {
	color: #333;
	padding: .3em 0 1% 1.4em;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

/* QUOTES */
blockquote {
	color: #3A3421;
	background-color: #F1ECD8;
	font-size: 106%;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	padding: 0.6em;
	width: 97%;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BDB18C;
	border-bottom-color: #BDB18C;
}

blockquote .credit {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding-right: 0.6em;
	float: right;
}

blockquote p {
	width: 95%;
	padding-right: 1.2em;
	padding-left: 1.2em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	margin: 0px;
}


/* MAIN NAVIGATION */

#mainnav {
	float: left;
	width: 19%;
	background-color: #EBF4FC;
	padding-bottom:1em;
}
#mainnav ul {
	margin: 0px;
}

#mainnav ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1D7E8;
}
#mainnav ul ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
}


#mainnav ul li a {
	display: block;
	text-decoration: none;
	font-size: 0.94em;
	padding-right: 0.7em;
	padding-bottom: 0.4em;
	padding-left: 0.7em;
	padding-top: 0.3em;
	color: #333333;
}	
#mainnav   ul   ul   li a  {
	padding-left: 1.7em;
}

	
#mainnav ul li a:hover  {
	background-color: #D1E6F8;

}
#mainnav ul li a:visited {
	color: #333333;
}

#mainnav  a:link, #mainnav  a:active    {
	color:#333333;
}
#mainnav   ul   li .days {
	font-size: 88%;
	margin-left: 0.7em;
	display: block;
	color: #333333;
}


/* FOOTER BAR */

#footer {
	background-color: #043C79;
	color: #EEFDFF;
}

#footer ul {
	margin-top: 0em;
}
#footer ul li  {
	display: inline;
}
#footer ul li a {
	color: #E1D7C1;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #E1D7C1;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #FFFFFF;	
}
.pdfnote {
	text-align: left;
	display: block;
	font-size: 85%;
	padding-left: 0.7em;
	color: #666666;
}
