body {
	font-size: 20px;
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, sans-serif;
}

#header {
	margin: 3px;
	padding: 3px;
	font-size: 20px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: white;
	border-width: 1px;
	border-color: #b3c7db;
	border-style: solid;
	background-color: #d1e9ff;
}

#footer {
	top: 20px;
	position: relative;
	text-align: center;
	margin: 3px;
	padding: 3px;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: white;
	background-color: #1a82bf;
}

#footer a {
	color: white;
}

#footer a:visited {
	color: white;
}

#content {
	height: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-top: 10px;
	max-width: 800px;
	min-width: 800px;
	width: 800px;
}

#banner {
	height: 200px;
	width: 780px;
	background-repeat: no-repeat;
	background-image: url(img/thinBlueUnixRef.jpg);
	margin-bottom: auto;
	margin-top: 3in;
}

#headerLinks {
	border-spacing: 25px 0px;
	color: white;
	font-size: 20px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#headerLinks td {
	background-color: #2993da;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 6px;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-top: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #306fe5;
}

#headerLinks td:hover {
	background-color: #0960ad;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 6px;
	margin-bottom: 0px;
	margin-right: 6px;
	margin-top: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: white;
}

#headerLinks td a {
	color: white;
	text-decoration: none;
	font-size: 17px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#headerLinks td a:hover {
	font-size: 17px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#inputRow {
	margin-left: 215px;
}

#buttonRow {
	margin-left: 260px;
}

.triBlock {
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 3px;
	margin-left: 3px;
	height: 450px;
	width: 247px;
	background-image: url(img/triBlock.jpg);
	color: #f1f4ff;
}

#dynamicContentTable {
	//left: 5px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 20px;
	border-spacing: 15px 4px;
}

#dynamicContentTable th {
	letter-spacing: 2px;
	font-style: normal;
	font-size: 17px;
	font-weight: normal;
	font-family: Tahoma;
	width: 210px;
	border-color: #3468ff;
	border-width: 1px;
	border-style: solid;
	background-color: #2886c3;
	color: white;
}

#dynamicContentTable td {
	//font-size: .8em;
	color: white;
	border-color: #306fe5;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #2c9eea;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#dynamicContentTable td:hover {
	background-color: #66ccff;
}

#dynamicContentTable td a {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#dynamicContentTable td a:hover {
	color: navy;
	font-style: bold;
}

#triBoxOutline1 {
	border-style: solid;
	border-width: 1px;
	border-color: #d5d5d5;
	margin: 0px;
	padding: 0px;
}

#triBoxBackground {
	text-align: left;
	position: relative;
	font-size: 13px;
	padding: 4px 5px 5px 5px;
	font-family: Verdana, Arial, sans-serif;
	color: #0960ad;
	border-width: 1px;
	border-color: #e5e5e5;
	border-style: solid;
	left: -23px;
	background-color: #f5f5f5;
	width: 760px;
}

#triBoxBackground ul {
	list-style-image: url(http://www.unixref.com/img/li.gif);
}

#triBoxBackground li {
	margin: 5px 0px 5px 0px;
}

#commandsTable {
	//left: 85px;
	margin-left: 10px;
	margin-bottom: 40px;
	margin-top: 1px;
	border-spacing: 15px 2px;
	font-size: 0.9em;
}

#commandsTable td {
	border-color: #c1daef;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: #d1eaff;
	color: #131313;
}

#commandsTable td a{
	color: #131313;
	text-decoration: none;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#commandsTable td a:hover {
	color: #2993da;
}

#commandsTable tr:hover td {
	background-color: #b1cadf;
}

#commandsTable tr:hover a {
	text-decoration: underline;
	color: #2993da;
}

#guideLink {
	background-color: #eee;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	color: #333;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	font-size: 0.8em;
}

#guideLink a {
	font-size: 1.1em;
	color: #1a82bf;
}

#result_report {
	font-size: 0.6em;
	color: #aaa;
	margin: 3px;	
	
}

#results {
	text-align: left;
	font-size: 0.8em;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	padding: 6px;
	width: 80%;
}

#results a {
	color: #004080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

.description {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	padding: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	background-color: #eee;
	margin: 10px 20px 10px 20px;
}

.url {
	font-size: 0.6em;
	color: 333;
}
