/* Style sheet  */


body {
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-color: #c8bdb8;
}
#main {
	background-color: #fff;
	min-width:790px;
	color: #333333;
}


/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#6A5952;
}

/* LANGUAGES */

#languages {
	background-color: #93451F;
}

#languages ul li#russian  {
	color: #60C3FA;
}	
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#languages ul li a:hover {
	color: #60C3FA;
	text-decoration: underline;
}
	
	
/* TOP BANNER */

#topbanner {
	height: 160px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #030000;
}


#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 160px;
}

/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 70%;
	float: left;
	margin: 0;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 1.3em;
	
}
#content p {
	text-align: justify;
}
#content  p.toppara {
	padding-top: 2em;
}

#content a:link {
	color:#333333;
	text-decoration: underline;
}
#content a:visited {
	color: #333333;
}
#content a:hover {
	color:#167396;
}
#content a:active {
	color:#333333;
	text-decoration: underline;
}

#content ul {
	
	margin-bottom:6px;
	margin-top: 0px;
}
#content ul li {
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 3em;
}

#content ul ul{
	margin-bottom:0px;
	margin-top: 7px;
	margin-left: -20px;
}
#content ul ul li  {
	background-position: 15px 3px;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
/*	font-size: 120%; */
}

#content ol {
	margin-bottom:6px;
	margin-top: 0px;
	margin-left: 17px;
}
#content ol li {
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1em;
}

#content h2 {
	color: #333333;
	font-size: 130%;
	padding-left: 0em;
	font-weight: bold;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-top: 1.4em;
	margin-bottom: 1em;
	font-style: italic;
}
 #content h3 {
	color: #167396;
	font-size: 110%;
	padding-left: 0em;
	font-weight: bold;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #24A6D7;
	margin-top: 1.2em;
	margin-bottom: 1em;
	font-style: italic;
}
#content h4 {
	font-weight: bold;
	padding-bottom: 10px;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #167396;
	font-style: italic;
	margin-left: 0px;
	font-size: 140%;
}

/* MAIN NAVIGATION */


#mainnav  {
	float: left;
	width: 17em;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #333333;
	margin-top: 0px;
	background-color: #fdf7fe;
	padding-top: 17px;
	
}

#mainnav ul {
	padding: 0;
	text-align: left;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#mainnav ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	
}

#mainnav ul li#unhome {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#mainnav ul li a {
	margin:0;
	color: #333333;
	font-weight: normal;
	text-decoration:none;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-size: 1em;
}



#mainnav ul li a:hover {
	color: #000000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #24A6D7;
	padding-left: 9px;
	background-color: #FFFFFF;
}

#rightmenu {
	padding-left: 0px;
	margin-left: 10px;
	float: right;
	width: 35%;
	margin-bottom: 10px;
	background-color: #e7effc;
	border: 5px solid #cddcf6;
}
#rightmenu ul {
	padding: 0;
	text-align: left;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#rightmenu ul li {
	padding-left: 20px;
	background-position: 0px 2px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: none;
	padding-right: 0px;
}
#rightmenu ul li.last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}

#content #rightmenu ul li a {
	text-decoration: none;
	
}

#content #rightmenu ul li a:hover {
	text-decoration: underline;
}

#imgright {
	font-size: x-small;
	float:right;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 1%;
	width: 240px;
	text-align: left;
	margin-left: 1%;
	}
	
#imgleft {
	font-size: x-small;
	float:left;
	color:#000000;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 1%;
	width: 240px;
	text-align: left;
	margin-right: 1%;
	}
#imgleft150 {
	font-size: x-small;
	float:left;
	color:#333333;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 1%;
	width: 154px;
	text-align: left;
	margin-right: 1%;
	}


/* FOOTER BAR */

#footer {
	color: #FFFFFF;
	background-color: #000000;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #333333;
	
}

#footer ul {
	margin-top: 0em;
}
#footer ul li  {
	display: inline;
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
.pdfnote {
	text-align: left;
	display: block;
	font-size: 90%;
	padding-left: 12px;
	color: #666666;
}
#wsscredit {
	font-size: 90%;
	color: #333333;
	text-align: center;
}
