/*------------------------------------------------------------***  Global**------------------------------------------------------------*/body {	background: #666 url(homes.gif); /* Optional */	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 70%;	text-align: center; /* IE Fix */	margin: 0;	color: #666;	}acronym { cursor: help; border-bottom: 1px dashed #999; }a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }/*------------------------------------------------------------***  Container**------------------------------------------------------------*/	#container {	margin: 0 auto;	float: left;	width: 880px; 	background: #fff url(line.gif) repeat-y 185px;	border: 1px solid #000066;	padding: 0 5px;	text-align: left; /* Cancel IE Fix */	}	/*------------------------------------------------------------***  Header**------------------------------------------------------------*/		#header {	background: #ffffff;	border-bottom: 4px solid #fff;	border-top: 5px solid #fff;	padding: 2px 2px;	}	h1 {    font-size: 1.8em;    color: #666666;}	#header h2 { 		margin: 0;	color: #8D8E90;	font-size: 1.2em;	padding-left: 1px;	cursor: default;	}	/*------------------------------------------------------------***  Nav**------------------------------------------------------------*/#nav {	background: #858F9E; 	border-bottom: 4px solid #fff;	margin: 0; 	padding: 0;	height: 2.2em;	}#nav li {	list-style-type: none;	display: inline;	line-height: 18px;	}		#nav li a { 	text-decoration: none; 	color: #ddd;	background-color: #6B7687;	border-right: 4px solid #fff; 	border-bottom: 0;	padding: 3px 8px;	font-size: 1em;	float: left;	font-weight: bold;	}#nav li a:hover { background-color: #49515C; }#nav li a.on { background-color: #000066; color: #ffffff; }/*------------------------------------------------------------***  Side Bar**------------------------------------------------------------*/#sidebar {	float: left;	width: 175px;	position: relative;	line-height: 20px; 	word-spacing: 2px;		}#sidebar div { background: #fff url(para_bg.jpg) repeat-x; }	/*------------------------------------------------------------***  Side Bar & Content**------------------------------------------------------------*/#sidebar h3, #content h3 { 	font-size: 1.8em; 	color: #49515C; 	margin: 0 10px 0 0; 	cursor: default;	}#content div, #sidebar div { 	padding: 1px 0 10px 0;  	border-top: 1px solid #ddd;   padding: 10px;	}	/*------------------------------------------------------------***  Content**------------------------------------------------------------*/#content {	float: left;	width: 690px;	position: relative;	margin-left: 5px;	line-height: 20px; 	text-align: justify; 	word-spacing: 2px;		}	#content div { background: #ffff; }	/*------------------------------------------------------------***  Footer**------------------------------------------------------------*/#footer {		border-bottom: 5px solid #fff;	border-top: 10px solid #fff;	text-align: center;		color: #A2AFBF;	font-size: 1.0em;	padding: 10px;	line-height: 16px;	clear: both;	}	#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }#footer a:hover { border-bottom: 1px dashed #fff; color: #A2AFBF; }