body {
	font-family: Tahoma, Arial,  sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: #658f94;
	text-align: center;
	letter-spacing: .5px; 
}

A:link {color: #658f94;}
A:visited {color: #2F6067;}
A:active {color: #FCFF00;}
A:hover {color: #F9B341;}

h1 {
	font-size: 32px;
	color: #668F95;
}

/*---:[ headlines and bylines ]:---*/
h1, h2, h3, h6 { font-weight: normal; font-family: helvetica;}
h4, h5 { font-weight: bold; }
h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 { font-variant: small-caps; letter-spacing: 2px; color: #555; }
	h2 a { color: #111; }
	h2 a:hover { color: #2361a1; }
h2 {
	color: #668F95;
	border-style:dotted;
	border-width: 0 0 1px 0;
	border-color: #668F95;
}

h3 {
	font-weight:bold;

}
	
p {
	line-height:140%;
}

.crumb
{
	font-size: 12px;
	text-decoration: none;
}

#main {
	padding-right:60px;
}
#menu a { 
   display: block; 
   background-color: #FFF; 
} 
	
#menu a:hover { 
   display: block; 
   background-color: #FFEDC6; 
} 

#sub { 
   display: block; 
   background-color: #fff; 
   font-weight: normal;
   vertical-align:middle;
   margin-top: 3px;
   color: #668F95;
}
#sub a { 
   text-decoration:none;
   color: #333;
}
#sub a:hover { 
   text-decoration:underline;
   color: #FD9F00; 
}


.credit{
color:#888;
background-color:inherit;
}

.hide{
display:none;
}

.h{
display:none;
}

 label1
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
color: #fff;
background: #FD9F00 url(../images/o-back.gif) repeat-x;
border: 1px outset #330311
}
input, textarea, select
{
color: #330311;
background: #E9E9E9 url(../images/formback.gif) repeat-x;
border: 1px solid #999;
font:90% verdana,sans-serif;
margin: 1px
}

fieldset
{
border: 1px solid #330311;
width: 40em
}

legend
{
color: #fff;
font-weight:bold;
background: #FD9F00;
border: 1px solid #330311;
padding: 3px 8px;
}

blockquote.quote {
    margin: 1em 20px;
    padding-left: 40px;
    padding-right: 30px;
    background: transparent url(http://www.multilingualchicago.com/image_files/quote.png) no-repeat; 
	font-size: 90%;
	font-family: Georgia, times, serif;
	}

image.img {
	padding-left: 20px;
	padding-bottom: 10px;
	}

/* ------------------
 styling for the tables 
   ------------------   */
#gradient-style
{
	font-size: 12px;
	margin: 10px;
	width: 635px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px; 
	background: #b9c9fe url('http://www.multilingualchicago.com/image_files/tables/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #2F6067;
}
#gradient-style td
{
	padding: 1px 8px 1px 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('http://www.multilingualchicago.com/image_files/tables/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('http://www.multilingualchicago.com/image_files/tables/gradhover.png') repeat-x;
	color: #000;
}


/* ######### CSS for top level tabs ######### */

#mytabsmenu {
margin-left: auto;
margin-right: auto;
}

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0 0px 0px 0;
padding: 0;
list-style-type: none;
float: left;
display: block;
}

.tabsmenuclass li{
float: left;
display: block;
}

.tabsmenuclass a{
float: left;
display: block;
padding: 0px;
background: #fff;
color: black;
margin-right: 0px;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background: #FFEDC6;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass{
clear: left;
/* height: 24px; */
padding: 4px;
margin: 0 0px 0px 0;
}

.tabsmenucontentclass ul{
text-align: center;
margin: 0;
padding: 0;
margin-left: 1em;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}

.tabsmenucontentclass a{
   text-decoration:none;
   color: #333;
//*   padding: 0px 7px 5px 7px;
   border-bottom: 1px solid #666;
   border-right: 1px solid #666;
   border-left: 1px solid #666; *//
   }
.tabsmenucontentclass a:hover{
   text-decoration:none;
   border-bottom: 2px solid #FD9F00; 
   color: #FD9F00; 
//*   background: #FFEDC6; *//

