/* CSS Document */@import url(nav.css);body {	margin: 0px;	font-family: 'lucida grande',tahoma,sans-serif;	font-size:12px;	text-align:center;	background-color:#FFF7DC;}#siteContainer {	width:100%;	}	#contentContainer {	width:850px;	height:100%;	background-image:url(../images/orange/bkd_orange.gif);	background-repeat:repeat-y;	}		#content {	width:735px;	}	.picturebox {	width: 200px;	float: right;	margin-left:10px;}	h1 {		font-size: 17px;	line-height: 1em;	font-family:'lucida grande',tahoma,sans-serif;		color:#FBAE56;	}	h2 {	font-size:14px;	color:#FBAE56;	}			a:link {	color: #3BB0CB;	text-decoration: underline;}	a:visited {	color: #404040;	text-decoration: underline;	}		.highlight {	background: #ffc;	border-top: 1px solid #ddd;	border-bottom: 1px solid #ddd;	padding-left:10px;	padding-top: 5px;	padding-right: 15px;	padding-bottom: 5px;	margin: 10px 15px;	}		.highlight p {	font-size:11px;	}	/* =========================================    Left Column   ========================================= */      .leftColumn {   	position: relative;	float: right;	width: 201px;	text-align:left;	}	.sideBar {	position: relative;	float: left;	width: 201px;	background: #FBAE56 url(/images/bg-sidebar.gif) center top repeat-y;	text-align:left;	}	.sideBar .sideBarTop {		display: block;		margin-bottom: -10px;		height: 10px;		background: url(/images/bg-sidebar_top.gif) center top no-repeat;		}	.sideBar .sideBarBottom {		display: block;		margin-top: -10px;		height: 10px;		background: url(/images/bg-sidebar_bottom.gif) center top no-repeat;		}.sideBar h2,.sideBar p {	margin: 12px;	font-family: 'lucida grande',tahoma,sans-serif;	}.sideBar h2 {	margin-bottom: -15px;	text-transform: uppercase;	font-size: 1.2em;	color: #555;	}	.sideBar p {	font-size: 1.1em;	line-height: 1.2em;	color: #FFFFFF;	}	.sideBar li {	margin:5px;	}.sideBar ul {	font-size: 12px;	line-height: 12px;	color: #FFFFFF;	margin-right:10px;	}	/* =========================================    Right Column   ========================================= */		.rightColumn {	width: 520px;	float: left;	text-align:left;	}		.rightColumn p {	color:#404040;	font-size: 1.1em;	}		.rightColumn .padding {	padding-right:25px;	padding-left:15px;	}	/* =========================================    Footer   ========================================= */	   .footer {	clear:both;	width:735px;	height:40px;	background-color:#E0E0E0;	margin-top: 10px;	font-size:9px;	}		.footer .padding {	padding-top:15px;	padding-bottom:8px;	}
