body {
 margin: 0px 0px 0px 0px;
	background: #666 url("http://www.blueridgeseattle.com/img/blue.gif") 0 0;
	text-align: center;
	font: Arial, sans-serif;
}
TD {
	text-align: left;
    font: 12px Arial, sans-serif;
}
A {
	color : blue;
	font-weight:bold;
	text-decoration:none;
}
A:LINK {
	color : blue;
	font-weight:bold;
	text-decoration:none;
}
A:VISITED {
	color : blue;
	font-weight:bold;
	text-decoration:none;
}
A:ACTIVE {
	color : purple;
	font-weight:bold;
	text-decoration:underline;
}
A:HOVER {
	color : purple;
	font-weight:bold;
	text-decoration:underline;
}
A:focus {
		color : purple;
	font-weight:bold;
	text-decoration:underline;
}
#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width:769px;
	height: 100%;
	border-bottom:3px solid #000000;
	border-right:3px solid #000000;
	background: #ffffff url("img/whitestripe.jpg") repeat-y 0 0;
	}
#container2	{
	text-align:center;
	width:94%;
	color:white;
	margin-top:8px;
	margin-left:8px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF url("img/whitestripe.jpg") repeat-y 0 0;
}
#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	


 /* Header
  ------------------------------*/
  #header {
  float:left;
  width:765px;
  padding:10px 0 0;
  margin:0 10px 10px 10px;
  }

  h1 {
  float:left;
  width:750px;
  height:100px;
  border-bottom:6px solid #34335C;
  border-top:6px solid #34335C;
  }
  .login {
  float: right;
  font: bold 14px Arial, sans-serif;
  color: #9c0;
  margin: 30px 25px 0px 0px;
  }

  #logo {
  float:left;
  display:block;
  text-decoration:none;
  }
  #logo img {
  display:block;
  }
 
 /*NAV
 -------------------------------*/
 #nav h2 {
  background:#34335C;
  margin:0;
  padding:5px 5px 4px;
  border-bottom:1px solid #9c0;
  color:#fff;
  width : 135px;
  font: bold 11px Arial, sans-serif;
  } 
  #nav h3 {
  background:#556791;
  margin:0;
  padding:5px 5px 4px;
  border-bottom:1px solid #9c0;
  color:#fff;
  width : 135px;
  font: bold 11px Arial, sans-serif;
  }
  #nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 130px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 110px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 78px;
		margin-top : -1.65em;
		z-index : 2;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 140px;
		w\idth : 134px;
		display : block;
		color : #060257;
		font: bold 11px Arial, sans-serif;
		font-weight : bold;
		text-decoration : none;
		text-align: center;
		background-color : white;
		border-top: 1px solid #898989;
		border-left: 1px solid #898989;
		border-bottom: 1px solid #898989;
		border-right: 1px solid #898989;
		padding : 5px;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #9c0;
	}

	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
/*end side nav*/

   /* =Content
----------------------------------------------- */
#content-group {
  float:left;
  width:746px;
  padding: 0 5px 5px 18px;
  margin:5px 10px 10px 0px;
  height: auto;
  background-color: #FFFFFF; 
  
  }
#content-main {
  float:right;
  width:590px;
  text-align: left;
  font: 12px Arial, sans-serif;
  padding: 0 0px 0px 15px;
  }
#content-nav {
  float:left;
  width:130px;
  }
#content-left {
  float:left;
  width:150px;
  }
#content-right {
  float:right;
  
  }
.title {
font: bold 16px Arial, sans-serif;
color: #9c0;
}
.membertitle {
font: bold 16px Arial, sans-serif;
color: #34335C;
}
.generaltitle {
font: bold 16px Arial, sans-serif;
color: #556791;
}
.green {
font: bold 16px Arial, sans-serif;
color: #000;
background:#9c0;
}

 /* =SubNav
----------------------------------------------- */
#subnav {
  background:#34335C;
  float:left;
  margin:0;
  padding:0;
  border-bottom:2px solid #9c0;
  list-style:none;
  font: bold 11px Arial, sans-serif;
  
  }
#subnav li {
  background:none;
  display:inline;
  padding:0;
  }
#subnav li a, #nav li strong {
  float:left;
  width:auto;
  padding:5px 9px 3px;
  border-left:1px solid #579;
  border-right:1px solid #135;
  color:#fff;
  text-decoration:none;
  }
#subnav li strong {
  color:#fff;
  }
#subnav li a strong {
  padding:0;
  border-width:0;
  }
#subnav li a:hover {
  background:#556791;
  border-left-color:#246;
  color:#cf0;
  }
   
/* =end of subnav*/

td.box {
	border-top: 1px solid #898989;
		border-left: 1px solid #898989;
		border-bottom: 1px solid #898989;
		border-right: 1px solid #898989;
}