/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
}

#content A:link, #home-content A:link, #footer-text A:link {text-decoration: none; color: #900405;}
#content A:visited, #home-content A:visited, #footer-text A:visited  {text-decoration: none; color: #900405;}
#content A:active, #home-content A:active, #footer-text A:active   {text-decoration: none; color: #900405;}
#content A:hover, #home-content A:hover, #footer-text A:hover    {text-decoration: underline; color:#900405;}
img {border: none;}
.redfont {color:#900405;}
.defaultcalendardaylistheader A:link, .defaultcalendardaylistheader A:visited {color: #be1337;}


:focus, :active { outline: 0; }
.left {float:left; margin-right:8px;margin-bottom: 10px; }
.right {float:right; margin-left:8px;margin-bottom: 10px; }
.clear {clear: both;}
 
 H1 {line-height:26px; font-size:24px; font-weight:bolder; color: #900405; margin-top:2px;font-family: Georgia,"Times New Roman",Times,serif;} 
 H2 {line-height:20px; font-size:18px; font-weight:bolder; color: #900405; margin-top:2px;font-family: Georgia,"Times New Roman",Times,serif;}
 H3 {line-height:16px; font-size:15px; font-weight:bolder; color: Black; color: #900405; margin:5px 0;}
 H4 {line-height:14px; font-size:13px; font-weight:bolder; color: Black;}
 
 
p {
	margin: 0 0 12px 0;
	padding: 0;
}
#bgtop {
	background:url(images/bgtop.jpg) repeat-x top right;
	width: 100%;
}
#wrapper {
	width:808px;
	padding:0;
	margin:0 auto;
}
#header {
	height: 103px;
	background:url(images/header.gif);
}
#home-header {
	height: 103px;
	background:url(images/homeheader.gif);
}
#nav {
	padding:10px 15px;
}
#content {
	background:url(images/center.gif) repeat-y;
}
#home-content {
	background:url(images/eastwest-home.gif) no-repeat;
	height: 454px;
	width:  808px;
}
#footer {
	background:url(images/footer.gif); 
	height:17px;
	overflow:hidden;
	clear:both;
}
#footer-text {
	text-align: right;
	padding: 3px;
	font-size: 11px;
	font-weight:bold;
}
#main-content {
	width:774px;
	padding:5px 0 5px 17px;
}
#home-main-content {
	width:224px;
	padding:12px;
	float: right;
}
#home-main-content1 {
	width:200px;
	padding:245px 0 0 330px;
	float: left;
}
