body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small;
}

/* HEADER */
div#siteHeader{
	margin:0 auto;
	width:100%;
	background-color:#fff;
	border-bottom: 1px solid #647ab1;
}

/* NAV */
div#siteNav {
	width:100%;
	float:left;
	background-color:#515657;
	border-top:1px solid #122154;
	text-align:center;
	background: #515657 url(images/nav_bg.gif) repeat-y 50% 0;
}
	div#nav{
		margin:0 auto;
		width:768px;
		border: 0px solid #c06;
	}
		div#nav	ul{
			margin: 0;
			padding:0 6px;
			list-style:none;
		}
		div#nav li{
			margin:0;
			padding:0;
			display:inline;
			list-style-type:none;
		}
		div#nav a{
			float:left;
			display:block;
			margin:0;
			padding:6px 0;
			border-top:1px solid #9ba3a4;
			border-left:1px solid #a3a6a6;
			border-right:1px solid #6e7374;
			border-bottom:1px solid #515657;
			color:#fff;
			font: bold 80% "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
			letter-spacing:.1em;
			text-decoration:none;
		}
		div#nav a:hover{
			color:#abc3ff;
			border-color:#abc3ff;
		}
		div#nav a#homeBtn{ width:63px;}
		div#nav a#compProfBtn{ width:142px;}
		div#nav a#servicesBtn{ width:78px;}
		div#nav a#advPtnrBtn{ width:160px;}
		div#nav a#pressRmBtn{ width:98px;}
		div#nav a#chinaBtn{ width:104px;}
		div#nav a#contactBtn{ width:97px;}
		
		/* SELECTED STATES */
		body#home a#homeBtn,body#compProf a#compProfBtn,body#services a#servicesBtn,body#advPtnr a#advPtnrBtn,
		body#pressRm a#pressRmBtn,body#china a#chinaBtn,body#contact a#contactBtn{
			border-top-color:#647ab1;
			border-left-color:#495b89;
			border-right-color:#040d2c;
			border-bottom-color:#040d2c;
			background:url(images/nav_btnSelect.gif) repeat-x 0 0;
			color:#abc3ff;
		}
		
/* CONTENT */
div#siteContent{
	width:100%;
	background-image: url(images/body_bg.gif);
	clear:both;
}
	div#content{
		margin:0 auto;
		width:768px;
		padding:35px 0 20px;
		background: url(images/siteContent_bg.gif) repeat-y;
		font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:#515657;
		text-align: left;
	}
	
		/* RIGHT COLUMN FOR TEXT IMAGES & SUBNAV */
		div#rtColumn{
			float:right;
			margin:0 16px 0 10px;
			width:514px;
			padding-left:22px;
			border-left: 1px solid #d4d8e3;
			line-height: 18px;
		}
		* html div#rtColumn{
			width: 536px; /* for IE5/Win */
			w\idth: 514px; /* for all other IE versions*/
		}
			div#rtColumn ul#subNav{
				float: right;
				margin:0 0 30px;
				width:480px;
				list-style:none;
				border-bottom: 1px solid #647ab1;
			}
				ul#subNav li{
					float: right;
					margin:0;
					padding:0;
					font: bold 75% "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
					}
				ul#subNav a{
					floa:right;
					display:block;
					padding:8px 4px 8px 14px;
					color:#647ab1;
					background: url(images/subNav_divider.gif) no-repeat 0 8px;
					text-decoration:none;
				}
				ul#subNav a:hover{
					color:#273f8d;
				}
				
			div#rtColumn .introText{
				color:#273f8d;
				font-size: 120%;
			}
				.introText strong{
				font-weight:bold;
				font-size: 130%;
				}
			div#rtColumn h1{
				clear:both;
				color:#273f8d;
				font-size: 120%;
				font-weight:bold;
			}
			
		/* SIDEBAR FOR PRESS RELEASE NAV & PULLQUOTE */	
		div#sidebar{
			width:180px;
			margin:0 0 0 12px;
			float:left;
		}
			div#sidebar h1{
				background: url(images/recentNews_bg.gif) no-repeat 0 0;
				width: 140px;
				padding:7px 0 7px 40px;
				color:#515657;
				font: bold 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
				letter-spacing:.1em;
			}
			* html div#sidebar h1{
				width: 180px; /* for IE5/Win */
				w\idth: 140px;/* for all other IE versions*/
			}
			div#sidebar ul#newsItems{
				margin-left:28px;
				padding:0 0 20px 0;
				list-style:circle;
				border-bottom: 1px solid #d4d8e3;
			}
				ul#newsItems li{
					margin-bottom:8px;
					color:#273f8d;
					font-size: 80%;
					font-weight:bold;
				}
					ul#newsItems li .date{
						font-weight:normal;
						font-size: 90%;
					}
			div#sidebar div#quote{
				margin-left:4px;
				padding:20px 0;
				width:176px;
				font: italic 110%/130% Georgia, Times New Roman, Times, serif;
				color:#273f8d;
				background: url(images/quote_bg.gif) no-repeat 50% 50%;
			}
				div#quote div#source{
					font: bold 80% "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
					color:#515657;
					text-align:right;
				}
			
/* FOOTER */
div#siteFooter {
	clear:both;
	margin:0 auto;
	width:100%;
	padding:12px 0 20px;
	background-color:#fff;
	border-top: 1px solid #515657;
	font: bold 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#273f8d;
	text-align: center;
}
	.copyright{
		font-size:90%;
		color:#647ab1;
	}