/* Style sheet  */

/* Adds right scroll bar to avoid bouncing on short pages */
body {
		background-color: #c4ccce;
}

	
/* MAIN CONTAINER - HOMEPAGE*/

#main {
	background-color: #FFFFFF;
	border: 1px solid #003333;
}	

 /* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color:#c4ccce;
}

#topbanner {
	height: 93px;	background-image: url(images/banner-bkgd.jpg);
}


#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 93px;
}
#languages {
	background-image: url(images/orngbkgd.jpg);
	background-repeat: no-repeat;
	height: 1.2em;
	background-position: 0px 0px;
	width: 100%;
	background-color: #cec396;
}
#orngbar {
	clear: none;
	width: 100%;
	float: left; 
	background-image: url(images/orngbkgd.jpg);
	background-repeat: no-repeat;
	height: 1.2em;
	background-position: 0px 0px;
	background-color: #cec396;
}



/* LEFT MENU BAR: navigation links */

#mainnav {
	float: left;
	width: 20%;
	background-color: #D2C29A;
	
	
}
	
#mainnav ul {
	
	margin: 0;
	padding: 0
}
#mainnav ul li {
		list-style-type: none;
}	
#mainnav ul li a {
    display: block;
	text-decoration: none;
	padding: 5px 18px 5px 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7A269;
}	

#mainnav ul li a:link, a:visited {
	color:#712D00;
	text-decoration: none;
}
	
#mainnav ul li a:hover  {
	background-color: #EBEBEB;
	color: #001E44;
}
	
#mainnav ul li a:active {text-decoration: none;}



#content {
	width: 75%;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}

#content h2 {
	color: #712D00;
	font-size: 1.4em;
	font-weight: bold;
	padding: 2px 9px 0 0;
	margin-top: 0.8em;
	text-transform: normal;
}

#content h3 {
	font-size: 1.00em;
	font-weight: bold;
	color: #27353D;
	border-bottom: 1px solid #F4D9C1;
	padding: 3px 0px;
}
#content h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
	

#content p.bold {
	font-weight: bold;	
}

#content a {
	padding-left: 0px;
	color:#02327A;
}
#content a:link, a:active {
	background:none;
	text-decoration: underline;
}

#content a:visited {
	color: #B15407;
	text-decoration: underline;
}
#content a:hover {
	color:#B15407;
	background:none;
	text-decoration: underline;
}
#content ul {
	color: #FF0000;
	list-style-type: none;
}


#content ul li {
	list-style-type: none;
	color: #333333;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2%;
	padding-left: 3%;
}
blockquote {
	
	padding-top: 0em;
	padding-right: 0.8em;
	
}
blockquote .credit   {
	text-align: right;
	display: block;
	padding-top: .4em;
}

#highlightpara p.title                  {
	font-size: 0.9em;
	font-weight: bold;
	color: #000033;
}

#footer {
background-color: #727F82;
}

#footer ul {
	margin-top: .5em;
}
#footer ul li  {
	display: inline;
}
#footer ul li a:link {
	color: #F0DB96;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #F0DB96;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul li a:active {
	color: #F0DB96;
	text-decoration: none;
}

#wsscredit {
	font-size: 90%;
	color: #000033;
	text-align: center;
}

.top
{
	margin-top: .5em;
	
}

