body {
background: #E6E6E6 url(images/bg_body.jpg) repeat-x;
font-family: arial, helvetica, sans-serif;
}

#container {
width:59em;
margin:0 auto;
background-color:#FFFFFF;
}

#topcurves {
 background: url(images/corner_ul.gif) top left no-repeat; 
 }
 
#rightCurve {
	font-size: 2px; 
	background: url(images/corner_ur.gif) no-repeat;
	float: right;
	height: 21px;
	width: 21px;
}
 
#bottomcurves {
background: url(images/corner_ll.gif) top left no-repeat; 
 }

#brightCurve {
	font-size: 2px; 
	background: url(images/corner_lr.gif) no-repeat;
	float: right;
	height: 21px;
	width: 21px;
}

#banner {
border-left: 2px solid #7B7B7B;
border-right: 2px solid #7B7B7B;
padding-bottom:5px;}

#banner h1{
margin: 0 0 15px 15px;
padding: 0;
background-image:url(images/logo_w_byline.gif);
width:330px;
height:65px;
font-size:1px;
float: left;
}

#banner h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent:-8000px;
	text-decoration: none;
}

#bannerRight {
	float: right;
	/* width: *; */
}

#langBar { margin: 0 .9em 0 0; padding: 0; list-style: none; height: 15px; }
#langBar li { float: right; padding: 0 0 0 10px; }
#lbEnglish { width: 75px; }
#lbEnglish a { background: url(images/lang_eng.gif) no-repeat; }
#lbEspanol { width: 75px; }
#lbEspanol a { background: url(images/lang_esp.gif) no-repeat; }
#lbKorean { width: 70px; }
#lbKorean a { background: url(images/lang_kor.gif) no-repeat; }
#lbChinese { width: 51px; }
#lbChinese a { background: url(images/lang_chi.gif) no-repeat; }

#langBar li a { display: block; height: 100%; width: 100%; text-decoration: none; text-indent: -8000px; position:relative; }


#clientLogin {float:right; margin-right:38px; display:inline-block; font-weight:bold;}

#clientLogin a:link, #clientLogin a:visited  {
	text-decoration: none;
}

#clientLogin  a:hover, #clientLogin a:active  {
	text-decoration: underline;
}

#content {
border-left: 2px solid #7B7B7B;
border-right: 2px solid #7B7B7B;
padding: 1.2em;
clear: both;
}

#homeContent {
border-left: 2px solid #7B7B7B;
border-right: 2px solid #7B7B7B;
padding: 10px;
clear: both;
}


#contentLinks {
	float: left;
	margin: 0;
	padding: .5em;
	background-color:#DEDEDE;
	color: #6e060b;
	width: 13.5em;
	display: inline-block;
}

#contentProper {
	margin-left: 15em;
	padding: .5em;
	/*display:inline-block;*/
	width: 41em;
	}	
	
#homeContentProper {
	margin: 0;
	padding: 0;
	display:inline-block;
	}	
	
#redkey { z-index: 2; margin: 0 !important; padding: 0 !important; display: block; }

#divHomeRightBar { float: left; width: 188px; overflow: hidden; height: 325px; margin-left: 10px; background: #949494 url(images/homeRightBar.gif) no-repeat; }
#divHomeRightBar p { font-size: 14pt; color: #fff; margin: 8px; }
#divHomeRightBar p a { color: #fff; }
#divFlashWrap { margin: 0 0 10px 0; padding: 0; clear: both;   }
#homeImageBar{ margin-top: 10px 0 0 0; }
#homeImageBar img { padding: 0; margin: 0; }
#homeImageBar .rightSpaced { margin-right:4px; }

#contentLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contentLinks ul li {
	font-size: 15px;
	font-weight: bold;
	padding: .1em 0;
}

#contentLinks ul li.sectionTitle {
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #6e060b;
}

#contentLinks ul li ul {
	list-style: disc inside !important;
	padding-left: .5em;
}


#contentLinks ul li ul li {
	font-size: 13px !important;
	font-weight: normal !important;
}



#contentLinks li a:link, #contentLinks li a:visited  {
	text-decoration: none;
}

#contentLinks li a:hover, #contentLinks li a:active  {
	text-decoration: underline;
}




.home #contentProper {
	margin-left: 0;
	}

#contentProper h2 {
	margin-top: 0;

}

#bottomBar {
	height: 34px;
	background: url(images/bg_bottom_bar.gif) repeat-x;
	border-left: 2px solid #7B7B7B;
	border-right: 2px solid #7B7B7B;
}

#footer{
border-left: 2px solid #7B7B7B;
border-right: 2px solid #7B7B7B;
padding: 1em 0 0 0;
}

#footer p {
	font-size: small;
	text-align: center;
}

#footer p a:link, #footer p a:visited { text-decoration: none; }
#footer p a:hover, #footer p a:active { text-decoration: underline; }

#footerP1 { margin-top: 0; margin-bottom: .3em; }
#footerP2 { margin-top: .3em; margin-bottom: 0; }


.noshow {
display:none;}



/*-------SPECIAL MESSAGE STYLES-------*/

.tutor {border: 1px solid #999999;
padding:10px;
font-size:13px;
background-color:#F0F0F0;}

.tutor img {border: 2px solid #990000;
margin:0 10px 5px 0;
}

strong {
color:#990000;}

.legalfootnote {font-size:10px}

/*-------Clear IE Float Problem. See http://www.positioniseverything.net/easyclearing.html-------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */