html { 
	height: 11%;
}

td {
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #444;
	background-color: #fff;
}

td.highlight {
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #444;
	background-color: #eee;
}

td.heading {
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #222;
	background-color: #aaa;
}


body {
	font-family: Geneva, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	color: #ccc;
	margin: 0;
	padding: 0px;
	background-color: #555;
}

#quote {
	border: 1px;
	margin: 1 1 1 1;
	color: #000; 
	background: #EDEDED; 
	float: left; /* N.B. the float */
}

h1 {
	font-size: 21px;
	font-weight: bold;
	color: #062449;
}
h2 {
	font-size: 16px;
	color: #3A649C;
}

/* --- organize menu items and names -- */

a.nav1small {
	font-size: 11px;
	padding: 3px 3px 5px 16px;
	width: 98%;
	display: block;
	background: url(/layout/navlink_100.gif) no-repeat bottom left;
	color: #484848;
	text-decoration: none;
}

a.nav1small:hover,
a.nav1small:active,
a.nav1small:focus {
	color: #ff0;
	text-decoration: none;
}

a.nav1small#active_menu {
	color: #ff0;
	font-weight: bold;
	text-decoration: none;
}

.nav1big{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

a {
	color: #333;
	text-decoration: none;
}

.tableborder{
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #444;
	border-right-color: #444;
	border-bottom-color: #444;
	border-left-color: #444;
	background-color: #aaa;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: 200;
	
}

.inlinequote{
	padding-left: 4px;
	padding-right: 4px;
	margin: 4px 4px 4px 4px;
	display: block;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	background-color: #EEEEEE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: 200;
 }
 
 .table_main {
 	border: 1px;
 	border-color: #444;
 }


/* -------------------------------------------------------------------------------- */
/*	The Nav																			*/
/* -------------------------------------------------------------------------------- */

	/* to create a dotted-line underline on your nav bar, use the border-bottom attribute But beware: border properties don't render consistenly, and actually disable links in NN 4.0: 
	border-bottom: 1px dotted #003366; 
	 */
    #TopNav {
      float: left;
      width: 100%;
      background: #fff; 
      font-size: 100%;
      line-height: normal;
      }
    #TopNav ul {
      margin:0;
      padding:0;
      list-style:none;  
	  display: inline;
      }
    #TopNav li {
      font-family: Arial, sans-serif;
	  font-size: 1.2em;
	  float:left;
	  padding:.3em;	  
	  margin-left: 0;
	  margin-bottom: 0;
	  padding: 3px 15px 4px;
	  border: 1px solid #fafafa;
	  list-style: none;
	  display: inline;
	  letter-spacing: -1px;
	  font-weight: 544;
      }
      
    #TopNav ul li.current {
	background-color:#eaeaea;
	border-bottom: 1px solid #eaeaea; /* This places a line with the same color as the background of the content area on the current tab */
	list-style: none;
	display: inline;
	}
	#navBar #current a {
	font-weight: bold;
	color: #000000;
	}
    #TopNav a {
      display:inline;
      }

      #TopNav li:hover {
	background-color:#fafafa;
	border: 1px solid #dedede;	
      }

 .tdbanner { background-image: url(http://wine.gg/layout/rcbanner.jpg);}

