/* Linda Maxey's Website *//* Website and Associated code copyright 2004, David Gnojek*//* IMPORTANT *//* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. *//* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. *//* What you may use - .css files. *//*What you may NOT use - .jpg, .gif, and .png files. *//* basics----------------------------------------------- */body {	font-family: georgia, times, serif;	/*font-family: "Luxi Sans", "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", helvetica, verdana, arial, sans-serif;*/	line-height: 18px;	margin: 0px;	padding: 0px;	background-color: #600000;	/*background-image: url(images/img_66.gif);*/	background-image: url(images/01original.gif);	background-repeat: repeat;	}p {	font-size: 12px;	margin: 0;	line-height: 16px;	}.center {	text-align: center;	}	.right {	text-align: right;	}a, a:link {	text-decoration: underline;	color: #600000;	}	dt, dl, dd {	font-size: 12px;	}table {	font-size: 12px;	}	a:visited {	text-decoration: none;	color: #123456;	}a:hover {	text-decoration: none;	color: #123456;	}ul.noBullet {	list-style-type: none;	}	/* layout----------------------------------------------- */#extras {	position: relative;	background: transparent;	margin: 20px 10px 20px 20px;	padding: 10px;	float: right; 	border-left: 1px dashed #333; 	border-bottom: 1px dashed #333; 	background: #f3eff2; 	margin-top: 0px; 	margin-right: 0px; 	margin-bottom: 0px; 	width: 250px;	z-index: 1;	}		#extras ul{	font-size: 12px;	}img {	border: 0px;	}.header {	font-size: 1.1em;	color: #600000;	font-weight: bold;	line-height: 21px;	}	#masthead{	text-align:left; 	padding: 15px; 	border-bottom: 1px solid black; 	margin-bottom: 0px;	}#header {	position: relative;	background-color: #000;	background-repeat: no-repeat;	padding: 0px;	margin: 0px auto;	width: 100%;	height: 136px;	border: 0px solid #000000;	overflow: hidden;	text-align: left;	/*background-attachment: fixed;*/	}		#header h1 span{		display: none;		}	#container {	position: relative;	margin: 10px auto;	background-color: #fff;	padding: 0px;	width: 90%;	min-width: 760px;	border-top: 1px solid #222;	border-bottom: 3px solid #000;	border-left: 1px solid #222;	border-right: 3px solid #000;	}	#info {	position: relative;	margin: 0px auto;	background: transparent;	padding: 20px 10px 10px 40px;	border: 0px solid #000000;	text-align: left;	}		#info ul{	font-size: 12px;	}#content {	position: absolute;	top: 45px;	margin: 0px 0px 0px 375px;	width: 350px;	height: 440px;	background: transparent;	border-top: 1px solid #000000;	padding: 20px;	overflow: auto;	}	/* Menu Bars (Navigators)----------------------------------------------- */#links {	width: 100%;	background: #336699/*blue*/;	border-top: 0px none;	border-bottom: 1px none #336699;	padding: 0px;	margin: 0px;	overflow: hidden;	}	#links2 {	width: 100%;	border-bottom: 1px none #123456/*teal*/;	padding: 0px;	margin: 0px;	border-top: none;	background: #123456/*teal*/;	overflow: hidden;	}		#links ul, #links2 ul {		font-size: 80%;		list-style-type: none;		padding: 0px;		padding-bottom: 0px;		margin: 0px auto;		width: 780px;		}		#links ul li {		float: left;		height: 23px;		width: 110px;/*Do I NEED THIS?*/		padding: 0px;		padding-left: 9px;		padding-right: 9px;		margin: 0px;		}			#links2 ul li  {		float: left;		height: 23px;		width: 140px;/*Do I NEED THIS?*/		padding: 0px;		padding-left: 9px;		padding-right: 9px;		margin: 0px;		}		#links .selected, #links .topselected {		border-left: 0px none;		border-right: 0px none;		padding-left: 9px;		padding-right: 9px;		background-color: #fff/*white*/;		}		#links2 .selected {		border-left: 1px none;		border-right: 1px none;		padding-left: 9px;		padding-right: 9px;		background-color: #fff/*White*/;		}		#links .topselected {		background-color: #123456/*teal*/;		}		#links .selected a {		color: #123456/*white*/;		}			#links2 .selected a {		color: #123456/*white*/;		}		#links .topselected a {		color: white;		}		#links a, #links2 a {		display: block;		color: #ffffff;		text-decoration: none;		padding-top: 2px;		text-align: center;		}		#links .unselected a:hover, #links2 .unselected a:hover, #links .topunselected a:hover {		color: #600000;		}		/*COLUMNS--------------------------------------------------*/#col1 {	position: relative;	float: left;	width: 20%;	border: 0px none #000;	padding: 0px 5%;	}#col2 {	position: relative;	text-align:left;	width: 20%;	border: 0px none #000;	float: left;	padding: 0px 5%;	}#col3 {	position: relative;	text-align: left;	width: 20%;	border: 0px none #000;	float: left;	padding: 0px 5%;	}			/* Copyright Information-------------------------------------------------*/#copyright {	clear: both;	text-align: center;	margin: 0px auto 20px;	word-spacing: 0px;	}	#copyright p {	font-size: 60%;	color: #000000;	}	#copyright a, #copyright a:link, #copyright a:visited {	text-decoration: none;	color: #000000;	}	#copyright a.underline, #copyright a:link.underline, #copyright a:visited.underline {	text-decoration: underline;	color: #000000;	}#copyright a:hover {	text-decoration: none;	color: #600000;	}	#copyright a:hover.underline {	text-decoration: none;	color: #600000;	}/*EXTRAS--------------------------------------------------*/.clear {	clear: both;	{	