/*---------------------*//*----Start: Layout----*//*---------------------*/				#maincontainer { 			width: 751px;}			#header {			margin-top: 30px;			margin-bottom:5px;
			padding-bottom: 3px;
			border-bottom: 2px solid #00FF66;
			}				.links {			float: right;
			}						#sidebar {			width: 240px; 			float: left;			margin-top: 7px;
			margin-right: 10px;			line-height: 150%;
			}					#content {			width: 500px; 			float: left; 			margin-top: 7px;
			margin-bottom: 30px;
			}				.clearthefloats { 			clear: both;}
		.clearthefloatsagain { 			clear: both;}		
/*-----------------*/
/*---End: Layout---*/
/*-----------------*//*---Start: Style--*//*-----------------*/
		.right {			float: right;			margin: 0px 10px 0px 10px;
			color: black;
			}
			
		.links {
			position: relative;
			top: 4px;
			}
		
		#links2 {
			display: block;
			padding-left: 7px;
			margin-bottom: 7px;
			}
			
		#links3 {
			display: block;
			padding-left: 7px;
			}
					.paragraph1 {			float: left; 			width: 474px; 			border-left: solid 9px #CCCCCC; 			padding-left: 16px; 			margin-top: 16px;
			line-height: 170%;
			text-align: left;			}
		.paragraph2 {			float: left; 			width: 474px; 			border-left: solid 9px #CCCCCC; 			padding-left: 16px; 			margin-top: 16px;
			line-height: 110%;
			text-align: left;			}				body { 			font-family: arial, helvetica, sans-serif;			font-size: 11.5px;			color: #666666;
			background-color: white;
			}				.title { 			font-size: 19px;			color: #333333;
			background-color: white;
			font-variant: small-caps;
			}				.subtitle {			font-size: 14px;			font-variant: small-caps;
			font-weight: bold;
			color: #333333;
			display: block;
			margin-bottom: 7px;
			background-color: white;
			}				.subhead { 			color: #333333;
			background-color: white;
			}				a:link					{ color: #333333; text-decoration: none; background-color: white;}		a:visited				{ color: #333333; text-decoration: none; background-color: white;}		a:hover					{ color: #00FF66; text-decoration: none; background-color: white;}		a:active				{ color: #00FF66; text-decoration: none; background-color: white;}		
		#sidebar p a:link		{ color: #333333; text-decoration: underline; background-color: white;}
		#sidebar p a:visited	{ color: #333333; text-decoration: underline; background-color: white;}
		#sidebar p a:hover		{ color: #00FF66; text-decoration: none; background-color: white;}
		#sidebar p a:active		{ color: #00FF66; text-decoration: none; background-color: white;}
		
		.title a:link			{ color: #333333; text-decoration: none; background-color: white;}
		.title a:visited		{ color: #333333; text-decoration: none; background-color: white;}
		.title a:hover			{ color: #333333; text-decoration: none; background-color: white;}
		.title a:active			{ color: #333333; text-decoration: none; background-color: white;}