body {
/*
	background-image: url(http://sixlegs.com/img/whatever.png)
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
*/
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	}


/* LINKS */

a:link, a:active {
	background-color: transparent;
	color: #069;
	text-decoration: none;
	border-bottom: 1px dotted #64cafd;
	}

a:visited {
	background-color: transparent;
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
	}

a:hover	{
	color: #003e71;
	text-decoration: none;
	}
	
a.black:link, a.black:active, a.black:visited {
	background-color: transparent;
	color: #000;
	}
	
a.none:link, a.none:active, a.none:visited {
        text-decoration: none;
	border-bottom: 0px;
	}

a.hide {
	display: none;
	}


/* FONTS & TEXT */

body {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: x-small;      
	font-size: small;
	}
	
html>body {
	font-size: small;
    }
    
form {
	margin: 0;
	padding: 0;
	}

h2 {
	font-family: "trebuchet ms", serif;
	font-size: 1.4em;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #069;
	padding: 2em 0 0.5em 0;
	margin: 0;
	}
	
h3 {
	font-family: georgia, palatino, verdana, tahoma, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 1.0em 0 0.5em 0;
	}

h4 {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	}
	
h3.section {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 15px;
	}

input.search {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: .8em;
	margin-top: 0;
	margin-bottom: 0.5em;
	}

input.submit {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: .8em;
	background-color: #fff;
	color: #069;
	margin-top: 0;
	margin-bottom: 10px;
	}

label {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 0.5em;
	}

li.right {
	text-align: right;
	}

pre {
        margin: 0;
}
	
pre, code, tt  {
	font-family: monospace;
	font-size: 1.1em;
	font-weight: normal;
	}

ul {
	list-style-type: disc;
	}
	
.button {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: .8em;
	background-color: #fff;
	color: #069;
	}
	
.caps {
	font-size: .9em;
	letter-spacing: .08em;
	text-transform: uppercase;
	}
	
.caption, .foot {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: .9em;
	color: #999;
	}
	
.center {
	text-align: center;
	}
	
.last {
	padding-bottom: 50px;
	}

.small {
	font-size: .9em;
	}
	
.top {
/*	font-size: .9em;*/
	margin-top: 0;
	padding-top: 0;
	}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
	}

#lefty ul, #leftysub ul, #righty ul {
	font-size: .9em;
	list-style: none;
	margin: 0 0 10px 0;
	}
	
/* LINE-HEIGHT */

body {
	line-height: 1.4em;
}

pre {
        line-height: 1.3em;
}

td,tr,th {
	line-height: 1.4em;
}

#center {
	line-height: 1.6em;
	}

#lefty, #quote, #righty {
	line-height: 1.3em;
	}
	
sup {
	line-height: 0;
	}

/* POSITIONING & BOXES */

body {
	text-align: center;
	}
	
#bottomlinks {
	text-align: center;
	padding-bottom: 20px;
	}
	
/* The width of this div should have been 680 pixels, but I found that 10 extra pixels helps prevent buggy breakings of the layout */
#container {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: left;
	}

#foot {
	float: left;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding: 30px 0 10px 0;
	}
				
#head {
	height: 90px;
	}
	
.box {
	background-color: #edf8ff;
	border-color: #c9eeee;
	border-width: 1px;
	padding: 5px 5px 5px 10px;
	}

a.greenlink { font-weight: bold; color: #006699; }

div.mynav {
  text-align: left;
  margin: 0;
  padding: 1pt 6pt 2pt 6pt;
  background-color: #eee;
  width: 100%;
}

p.faq {
  margin: 0 0 0.5em 1em;
}
