/* CSS Document */
body {
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 0;
	}

#USSR{
	background-color: #D9D9A7;
	min-width: 770px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	right: 20%;
	margin-top: 0;
	margin-right: auto;
	vertical-align: top;
	}

#banner {
	margin:0 auto;
	width: 770px;
	height: 90px;
	background-color: #D9D9A7;
	background-image: url(images/TestBanner.jpg);
	}
	
#FG {
	visibility: hidden;
	top: -450px;
	width: 370px;
	z-index: 100;
	position: relative;
	}

#SG {
	visibility: hidden;
	z-index: 1;
	position: relative;
	}

.mainlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}

.fancy {color: #660000; font-family: "Times New Roman", Times, serif; font-style: italic; font-size: 24px;}

.blacklink {
	color: #000000;
	font-style: italic;
	}

.crossroads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
 	}
	
#main {
	width: 770px;
	background-color: #D9D9A7;
	position: absolute;
	left: 50%;
	margin-left: -385px;
	right: 20%;
	margin-top: 0;
	margin-right: auto;
	vertical-align: top;
	visibility: visible;
	}
	
#leftnav {
	float: left;
	width: 172px;
	background-color: #D9D9A7;
	}
	
#copy {
	width: 578px;
	background-color: #EDEDD6;
	float: right;
	padding: 5px 10px 10px;
	background-image: url(images/backGrid.jpg);
	height: 100%;
}

#optionscopy {
	width: 595px;
	background-color: #EDEDD6;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#indexcopy {
	width: 598px;
	background-color: #EDEDD6;
	float: right;
	background-image: url(images/index.jpg);
	background-repeat:no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sutterscopy {
	width: 578px;
	background-color: #EDEDD6;
	float: right;
	padding: 5px 10px 10px;
	background-image: url(images/suttersindexbg.jpg);
	height: 405px;
}

#legal{
	width: 770px;
	background-color: #000000;
	left: 50%;
	right: 20%;
	margin-bottom: 0px;
	clear: both;
	}

#blank {
	height: 400px;
	width: 1px;
	}
	
a.mainlink:link { 
	color: #000000;
	text-decoration: none;
	}
a.mainlink:visited { 
	color: #000000;
	text-decoration: none;
	}
a.mainlink:hover { 
	color: #661323;
	text-decoration: underline;
	}
a.mainlink:active { 
	color: #751022;
	text-decoration: none;
	}

a.crossroads:link { 
	color: #CCCCCC;
	}
a.crossroads:visited { 
	color: #CCCCCC;
	}
a.crossroads:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	}


a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}

a.blacklink:link { 
	color: #000000;
	font-weight:bold;
	}
a.blacklink:visited { 
	color: #000000;
	font-weight:bold;
	}
a.blacklink:hover { 
	color: #661323;
	font-weight:bold;
	text-decoration: underline;
	}
	
ul
  {
  margin-left: 0px;
  padding-left: 30px;
  }
