/* CSS Document */body {	background-color: #F9F7F3;	background-image: url(bg_header.jpg);	background-repeat: repeat-x;	background-position: top;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	text-align: center;	margin: 0;	padding: 0;	}	p {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 170%;	padding-bottom: 5px;	}	 p a:link, p a:visited {	color: #000000;	text-decoration: none;	border-bottom: #000 1px dotted;	}	 p a.active, p a:hover {	color: #fff;	background-color: #276095;	text-decoration: none;	border-bottom: #fff 1px dotted;	}	h1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 18px;	line-height: 160%;	}	ul {	list-style: none;	padding-left: 15px;	}	li {	padding-left: 5px;	}	#wrapper {	width: 760px;	margin: 0 auto;	text-align: left;	}	#header {	margin: 0;	width: 760px;	height: 159px;	}	#headerLogo {	background-image: url(logo_header2.jpg);	background-repeat: no-repeat;	width: 413px;	height: 159px;	} 	#minitabs {	margin: -26px 0 0 -12px;	padding: 0;	}	#minitabs li {	margin: 0;	padding: 0;	display: inline;	list-style-type: none;	}	#minitabs a {	float: left;	line-height: 14px;	padding: 0 15px 16px 15px;	text-decoration: none;	color: #78ABD1;	}	#minitabs a.active, #minitabs a:hover {	color: #FFFFFF;	background: url(menu_selector.gif) no-repeat bottom center;	}	#content {	background-color: #FFFFFF;	width: 491px;	height: 100%;	margin: 40px 0 40px 6px;	float: left;	display: inline;	}	#contentText {	border: #F9F7F3 1px solid;	padding: 20px;	margin: 8px;	}	#sidebar {	width: 263px;	height: 100%;	float: right;	display: inline;	}	#flashBG {	margin: 40px 0 0 50px;	background-image: url(monitor.jpg);	background-repeat: no-repeat;	background-position: top;	width: 208px;	height: 342px;	}	#flashMovie {	margin: 0;	padding: 8px 0 0 7px;	}	#footerText {	margin-left: -262px;	padding: 40px 0 0 10px;	}	#footer {	background-image: url(bg_footer.jpg);	background-repeat: repeat-x;	background-position: top;	width: 100%;	height: 105px;	clear: both;	}
