/* Style sheet  */


body {
	background-image: url(images/bgdots.gif);
	background-repeat: repeat;
}
#main {
	background-color: #fff;
	min-width:790px;
	color: #333333;
}


/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#E7E9F4;
}

/* LANGUAGES */

#languages {
	background-color: #6A6569;
}

#languages ul li#russian  {
	color: #FEA94F;
}	
#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: #FEA94F;
	text-decoration: underline;
}
	
	
/* TOP BANNER */

#topbanner {
	height: 150px;
	background-color: #EFEFEF;
}


#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 150px;
}

/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 70%;
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0.9em;
}
	
#content  p.toppara {
	padding-top: 2em;
}

#content a:link {
	color:#333333;
	text-decoration: underline;
}
#content a:visited {
	color: #333333;
}
#content a:hover {
	color:#865E3A;
}
#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: 20px 10px;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 3em;
}
#content ul ul{
	margin-bottom:0px;
	margin-top: 7px;
}
#content ul ul li  {
	background-position: 14px 8px;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
/*	font-size: 120%; */
}

#content h2 {
	color: #37383C;
	padding-bottom: 0.4em;
	font-size: 140%;
	font-weight: bold;
	}

#content h3 {
	color: #6b3b08;
	font-size: 120%;
	padding-left: 0em;
	font-weight: bold;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fd8504;
}

#content h4 {
	color: #333333;
	padding-left: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.4em;
	font-size: 110%;
}
#content h5 {
	color: #6B3B08;
	padding-left: 0em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 110%;
	font-style: italic;
}



.para {
	font-weight: bold;
	padding-right: 0.3em;
	font-size: 110%;
}


/* QUOTES */
.box {
	color: #000000;
	background-color: #FBF3E9;
	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: #FBC784;
	border-bottom-color: #FBC784;
}

.box .credit {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding-right: 0.6em;
	float: right;
}

.box p {
	width: 95%;
	padding-right: 1.2em;
	padding-left: 1.2em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	margin: 0px;
}

blockquote {
	padding-left: 1em;
}
/* MAIN NAVIGATION */

#mainnav  {
	float: left;
	width: 17.1em;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	margin-top: 0px;
	background-color: #efefef;
}

#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 {
	border-bottom: 1px dotted #393F3C;
	margin:0;
	color: #333333;
	font-weight: bold;
	text-decoration:none;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-size: 0.9em;
}



#mainnav ul li a:hover {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 12px;
	margin-left: 0px;
	text-indent: 0px;
	
	font-weight: bold;
	background-color: #FBC784;
}
#mainnav ul ul {
	display:none;
}

#mainnav ul ul li a {
	border-bottom: 1px dotted #393F3C;
	margin:0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 24px;
	text-decoration:none;
	display: block;
	background-color: #FBF3E9;
	font-size: 0.9em;
	color: #333333;
	font-weight: normal;
}

#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: #FBF3E9;
	font-weight: normal;
	background-image: url(images/menu_bul.gif);
	background-repeat: no-repeat;
	background-position: 13px 11px;
}


/* FOOTER BAR */

#footer {
	background-color: #6A6569;
	color: #FFFFFF;
}

#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;
	color: #FFFFFF;	
}
.pdfnote {
	text-align: left;
	display: block;
	font-size: 85%;
	padding-left: 0.7em;
	color: #333333;
}
#univ_credit {
	font-size: 90%;
	color: #333333;
	text-align: center;
	width: 100%;
	padding-top: 5px;
}
.next {
	width:30%;
	text-align: right;
	float: right;

}
#wsscredit {
	font-size: 90%;
	color: #333333;
	text-align: center;
}