/* Basic text selectors */

html {background: #03F}
body {background: #FFF; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 0.9em; padding: 3px}
h1, h2, h3, h4 {
	font-weight: bold;
	
}
h1 {
	border: thin #000 solid;
	
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	padding: 1em;
	background-color: #993300;
}
h2 {font-size: 1.3em}
h3 {font-size: 1.2em}
h4 {font-size: 1.1em}
strong {font-style: oblique; font-weight: bold}
em {font-style: normal; font-weight: bold}
q {font-style: italic}
blockquote {background: #FFD500; border: thin #000 solid; padding-left: .5em; padding-right: .5em}
cite {font-style: italic; margin-left: 50%}

/* These are for the troubleshooting page */

.description {font-weight: bold}
.issues {text-decoration: underline;}
.items {background: #09F; border: thick #FFD500 solid; margin-left: 20%; margin-right: 20%; padding: 3%}
.method {background: #FFD500; border: thick #09F solid; margin-bottom: 3%; margin-top: 3%; padding: 3%}
.step {}

/* These are for the links */

a img {border: 0}
a:link {}
a:visited {}
a:active {}
a:hover {}

/* These are for the tables on the books page and also the services info pages */

table {background: #000; border: thin #000 solid; font-size: 0.9em; height: 200px; margin-bottom: 3%; width: 100%}
td {background: #FFD500; border: thin #000 solid; font-size: 0.9em; margin: 0px; padding: 1%; width: 20%}
th {color: #FFD500}
table img {border: 1px #000 solid}

/* This is to make the text area where they enter their troubleshooting tips larger than the default */

textarea {height: 10em; width: 50%}

/* These are for the main areas on each page */

#overall {background: #FFF; color: #000; padding: 3px}
#header {
	margin-bottom: 0;
	background-color: #6699FF;
}
#header img {display: block}
#navigation {background: #09F; color: #FFF; margin-top: 0; font-family: "Microsoft Sans Serif", "MS Sans", Trebuchet, Verdana, sans-serif; padding: 0; margin: 0; text-align: center}
#navigation li {list-style-type: none; display: inline; margin: 0 10px}
#navigation a {text-decoration: none; font-size: larger; color: #FFF; font-weight: bold}
#navigation a:hover {color: #FFD500}
#footer {text-align: center; font-size: smaller; border-top: 3px solid #03F}
#footerlinks li {list-style-type: none; display: inline}
