body { 
	margin:0px 0px; 
	padding:0px; 
	text-align:center; 
	background-color:#fff;
	font-family: "lucida grande", geneva, arial, helvetica, verdana, sans-serif; 
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
	}

html>body { 
	font-size: small;
	}
	
a:link  { color: #00f; text-decoration: underline }
	 
a:visited { 
	color: #7480DF;
	text-decoration: none 
	}
	
a:hover { 
	color: #F00; 
	text-decoration: underline 
	}

/* replaced by above

a:link {
	color: #5b80b2;
	}

a:visited {
	color: #969;
	}

a:hover {
	color: #009;
	}
*/

#maincontent h1 {
	font-family: "lucida grande", geneva, arial, helvetica, verdana, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #009;
	padding: 10px 0 5px 0 ;
	margin: 0;
	}

#maincontent h2 {
	font-family: "lucida grande", geneva, arial, helvetica, verdana, sans-serif;
	font-size: 115%;
	font-weight:bold;
	color: #757575;
	padding-top: 4px;
	margin: 0;
	}

#maincontent h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #c63;
	}

#maincontent h1 a:hover, h2 a:hover {
	color: #930;
	}
	
#maincontent h2.sub {
	color: #999;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
	}

#maincontent h3 {
	font-family: "lucida grande", geneva, arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	/* padding: 0 0 2px 17px; */
	margin: 1.2em 0 -.2em 0;
	border-bottom: 1px solid #ddd;
	}


#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 6px;
	font-size: 95%;
	text-align: left;
	background: url(images/bkgd.gif) repeat-y;
	width: 720px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	}

/*html>body #wrap {
  	width: 700px;
	}*/  

#header { 
	margin-left: 4px; 
	width: 680px;
	}

#nav { 
	background: #000 /* url(images/stripe.gif) */;
  	width: 680px;
	margin-left: 4px;
	}

#nav ul { 
	margin-left: 0;
	padding-left: 5px;
	display: inline;
	} 

#nav li {
	margin: 0; 
	padding-right: 15px;
	display: inline;
	list-style: none;
	}
	
#nav a:link, #nav a:visited {
	font-size: 82%;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	color: #fff;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	color: #fc6;
	}
	
#subnav { 
	background: #009;
  	width: 680px;
	margin-left: 4px;
	}

#subnav ul { 
	margin-left: 0;
	padding-left: 5px;
	display: inline;
	} 

#subnav li {
	margin: 0; 
	padding-right: 15px;
	display: inline;
	list-style: none;
	}
	
#subnav a:link, #subnav a:visited {
	font-size: 82%;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	border: none;
	color: #fff;
	}

#subnav a:link.active, #subnav a:visited.active, #subnav a:hover {
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	color: #fc6;
	}

#maincontent { 
	float:left;
	width:650px;
	padding:0 0 0 20px;
	}

/* no main right for this layout

#mainright { 
	position: relative;
	font-size: 90%;
	line-height: 1.5em;
	margin: 0 0 0 512px;
	padding: 12px 15px 0 15px;
	color: #7D7364;
	}

#mainright h3 {
	font-size: 100%;
	padding: 0 0 6px 0;
	margin: 0 0 8px 0;
	color: #c63;
	border-bottom: 1px dotted #ddd0b9;
	}
	
#mainright h4 {
	font-size: 92%;
	font-weight: normal;
	margin: 0;
	}
	
#mainright p {
	margin-top: 4px;
	margin-bottom: 20px;
	}
	
#mainright ul, #sidebar dl {
	margin: 4px 0 20px 0;
	padding: 0;
	list-style: none;
	}

#mainright li  { 
	line-height: 1.4em; 
	background: url(bullet_rounded.gif) no-repeat 0 5px; 
	margin: 0 0 0.5em; 
	padding: 0 0 0 13px 
	}
*/
	
.left {
	float: left;
	text-align: left;
	/* font-weight: bold; */
	color: #000;
	width: 49%;
	}

.right { 
	float: right;
	text-align: right;
	/*  font-weight: bold; */
	color: #000;
	width: 49%;
	}

.right h2, h3, p, li { 
	text-align:left;
	}

div.spacer { 
	clear: both;
	}

#footer { 
	color: #fff; 
	font-weight: bold; 
	font-size: 82%; 
	background: #000 /* url(images/stripe.gif) */; 
	text-align: center; 
	clear: both;
	position: relative; 
	width: 680px; 
	margin: 0 0 0 4px;
	padding: 0px 0px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	padding: 10px 0px;
	}

li { 
	font-weight:normal;
	font-size:95%;
	}

form p { 
	font-weight:bold;
	text-align:center;
	}

.small { 
	font-size:82%;
	}

#privacy p li{ 
	font-size:100%;
	}	

#privacy h3 { 
	font-size:105%; 
	font-weight: bold 
	}

li.survey { 
	padding-top:8px;
	}
	
form ul li { 
	font-weight: normal; 
	font-size: 90%; 
	list-style-type: none; 
	position: relative; 
	left: -20px
	}
	b.rtop, b.rbottom {
	display:block;
	background: #FFF;
	}

b.rtop b, b.rbottom b {
	display: block; 
	height: 1px; 
	overflow: hidden; 
	background: #F1F1F1;
	}

b.r1 {
	margin: 0 5px;
	}

b.r2 {
	margin: 0 3px;
	}

b.r3 {
	margin: 0 2px;
	}

b.r4 {
	margin: 0 1px;
	height: 2px;
	}
#round {
	margin: 5px; 
	background-color: #F1F1F1
	}
	
.xtop, .xbottom {
	display:block;
	background:transparent;
	font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {
	background:#FFF;
	border-left:1px solid #999999;
	border-right:1px solid #999999;}
.xb1 {margin:0 5px; background:#999999;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

#xsnazzy {
	background: transparent;
	margin-bottom:40px;}

.xboxcontent {
	display:block;
	background:#FFF;
	border:0 solid #999999;
	border-width:0 1px;
	padding-left: 8px;
	padding-bottom: 10px;
	
	}

