body {
	background-color: #627db7;
	font-size: 1.0em;
	font-family: arial,helvetica,sans-serif;
	/* added for centering of container */
	text-align: center;
	}

H1, H2, H3, H4, H5, H6 { color: #000000; font-family: arial, helvetica, sans-serif; }

A:link {
	text-decoration: underline;
	color: blue;
	}

A:visited {
	text-decoration: underline;
	color: blue;
	}

A:hover {
	text-decoration: underline;
	color: red;
	background: yellow;
	}

/* centers the container in the browser */
div#container
{
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	/* required to return child elements to left align */
	text-align: left;
}
	
#Title {
	text-align: center;
	}

/* begin new blank_inner pages testing */

#inner_wrapper
{
	background: #ffffff;
	margin: 0 auto;
	width: 50em;
	/* required to return child elements to left align */
	text-align: left;
}

#inner_header
{

}

/* end new blank_inner pages testing */

#header {
	background-image:url(images/goad_header_slice_2X184.gif);
	background-repeat:repeat-x;
	}
	
#Navigation {
	float: left;
	width: 170px;
	padding-top: 5px;
	}

#Main {
	margin: 0px auto;
	vertical-align: top;
	float: none;
	}

#prodlist_left {
	float: left;
	width: 560px;
	margin-top: 50px;
	}
	
#prodlist_right {
	float: left;
	width: 250px;
	margin-top: 50px;
	}

td#Navigation {
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid black;
	}
	
#Navigation h2 {
	font-size: 1.2em;
	}
	
#Navigation ul {
	font-size: 1.0em;
	margin-left: 5px;
	padding-left: 0px;
	list-style: none;
	}
	
#Navigation ul li {
	line-height: 1.8em;
	}
	
#Navigation img {
	margin-left: auto;
	margin-right: auto;
	}

td#Content {
	list-style-position: inside;
	}

ul.NoBulletNoIndent {
	  list-style-type: none;
	  margin-left: 0px;
	  padding-left: 0px
	}

.caption {
	font-size: .9em;
	font-family: arial, helvetica, sans-serif;
	font-style: italic; color: #000000;
	text-align: center;
	}
	
.ctr {
	text-align: center;
	}
	
.red { 
	color: #ff0000;
	}
	
.lglink {
	font-size: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.medlink {
	font-size: .9em;
	font-family: arial, helvetica, sans-serif;
	}
	
.smlink {
	font-size: .8em;
	font-family: arial, helvetica, sans-serif;
	}
	
.tankeyetext {
	font-family: Times New Roman, Times, serif;
	font-weight:bold; text-align:center;
	}
	
.tankeyeheader { 
	font-family: Times New Roman, Times, serif;
	font-weight:bold;
	text-align:center;
	color:#FF0000;
	font-size:36px;
	}
	
.addrtext {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	}
	
.sitelink {
	font-size: .8em;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	clear: left;
	}
	
div.float {
	float: left;
	}
	
div.float p {
	text-align: center;
	}
	
.clearleft
	{
	clear: left;
	}
	
#horizdatebox
{
	color: white;
	padding: 5px 0 0 5px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	height: 20px;
	background-color: #003366;
	position: relative;
}

.textalignright
	{
	font-size: 1em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	right: 20px;
	width: 50%;
	text-align: right;
	}

#horiznav
{
	height: 24px;
	background-color: #003366;
}

#horiznav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
#horiznav li
{
	display: inline;
}

#horiznav a
{
	float: left;
	padding: 2px 5px;
	color: #000;
	background: #D7DDED;
	font-size: .9em;
	text-decoration: none;
	margin: 0 3px 0 0;
}

#horiznav a:hover
{
	color: #fff;
	background: #aaa;
}

#horiznav li.current a
{
	color: #fff;
	background: blue url(blue.jpg) repeat-x 0 100%;	
}

ul.nobulletlarge
{
	font-size: large;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.textleftlarge
{
	font-size: large;
	margin-left: 10px;
	text-align: left;
}

