/* Style sheet  */


body {
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-color: #d6d2d1;
}
#main {
	background-color: #fef5dd;
	min-width:790px;
	width:790px;
	color: #333333;
}


/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#574344;
}

/* LANGUAGES */

#languages {
	background-color: #642300;
}

#languages ul li#russian  {
	color: #F8C768;
}	
#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: #F8C768;
	text-decoration: underline;
}
	
	
/* TOP BANNER */

#topbanner {
	height: 149px;
	background-color: #EFEFEF;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8b3101;
}


#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 149px;
}

/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 69%;
	float: left;
	margin: 0;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0.9em;
}
#content  p {


}
#content  p.toppara {
	padding-top: 2em;
}

#content a:link {
	color:#333333;
	text-decoration: underline;
}
#content a:visited {
	color: #333333;
}
#content a:hover {
	color:#5B0103;
}
#content a:active {
	color:#333333;
	text-decoration: underline;
}

#content ol{
	padding-left: 3em;
}
#content ol li{
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 0.1em;
}
#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 3px;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 3em;
}
#content ul ul{
	margin-bottom:0px;
	margin-top: 7px;
	margin-left: 0px;
}
#content ul ul li  {
	background-position: 15px 3px;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
/*	font-size: 120%; */
}

#content h2 {
	color: #632301;
	padding-bottom: 0.4em;
	font-size: 120%;
	font-weight: normal;
	}

#content h3 {
	color: #632301;
	font-size: 100%;
	padding-left: 0em;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C99947;
}

#content h4 {
	color: #37383C;
	padding-left: 0em;
	padding-top: 0.1em;
	padding-bottom: 0.5em;
	font-size: 100%;
}
#content h5 {
	color: #37383C;
	padding-left: 0em;
	padding-top: 0.1em;
	padding-bottom: 1em;
	font-size: 110%;
	font-style: italic;
}



.para {
	font-weight: bold;
	padding-right: 0.3em;
	font-size: 110%;
}
.box1 {
	color: #333333;
	background-color: #FFFFFF;
	
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	max-width: 84%;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C99947;
	border-bottom-color: #C99947;
	background-image: url(images/p1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 6em;
}
.box2 {
	color: #333333;
	background-color: #FFFFFF;
	
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0px;
	max-width: 84%;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C99947;
	border-bottom-color: #C99947;
	background-image: url(images/p2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 6em;
}


/* MAIN NAVIGATION */

#menutop  {
	height: 20px;
	
}
#mainnav  {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #a49087;
	margin-top: 0px;
	background-color: #fddc97;
	padding-top: 20px;
	width: 28%;
	padding-bottom: 0px;
}
#mainnav ul li#unhome {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #a49087;
}
#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;
}


#mainnav ul li a {
	margin:0;
	color: #3a1101;
	font-weight: normal;
	text-decoration:none;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-size: 1em;
	border-bottom: 1px dotted #a49087;
}



#mainnav ul li a:hover {
	background-color: #fef5dd;
	color: #3c0002;
}
#mainnav ul ul {
	display:none;
}

#mainnav ul ul li a {
	margin:0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 24px;
	text-decoration:none;
	display: block;
	background-color: #fef5dd;
	font-size: 0.9em;
	color: #000000;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a49087;
}

#mainnav ul ul li a:hover {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 24px;
	margin-left: 0px;
	text-indent: 0px;
	background-color: #fef5dd;
	font-weight: normal;
	background-image: url(images/menu_bul.gif);
	background-repeat: no-repeat;
	background-position: 13px 11px;
}

/* FOOTER BAR */

#footer {
	color: #3a1101;
	background-color: #FEF5DD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-image: url(images/footer.jpg);
	background-position: center top;
}

#footer ul {
	margin-top: 0em;
	
}
#footer ul li  {
	display: inline;
}
#footer ul li a {
	color: #3a1101;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #3a1101;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.pdfnote {
	text-align: left;
	display: block;
	font-size: 90%;
	padding-left: 12px;
	color: #333333;
	padding-bottom: 3px;
}
.imgright {
	font-size: 0.9em;
	float:right;
	color:#333333;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 0.5%;
	padding-left: 2%;
	width: 155px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
.imgleft {
	font-size: 0.9em;
	float:left;
	color:#333333;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 0.5%;
	padding-left: 1%;
	width: 155px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
#wsscredit {
	font-size: 90%;
	color: #3a1101;
	text-align: center;
}
