body {
	background-image: url(http://www.tarp-it.net/style/css_images/bgBody1.gif);
	background-repeat: repeat;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
 color: #006699;
 text-decoration: none;
}
a:visited {
 color: #333399;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

a:active {
	text-decoration: none;
}


#container {
 height: 100%;
 margin: 0px auto;
 padding: 0px;
 background-image:url(http://www.tarp-it.net/style/css_images/bgContainer_p1.gif); 
 background-repeat:repeat-y; background-position: center 50%; 
 padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;
}

#content {
 width: 815px;
 background-image: url(http://www.tarp-it.net/style/css_images/axibkgnd.gif); 
 background-repeat: repeat-x; background-position: center top; 
 margin: 0px auto;
}

#header {
 width: 815px;
 height: 25px; 
 background-color: #006698;
 background-image: url(http://www.tarp-it.net/style/css_images/bgHeader.gif);
 background-repeat: repeat-y; background-position: right 50%;
 margin: 0px auto;
 clear: left;
}

#utilities {
 float: right;
 text-align: right;
 margin: 2px 0px 0px 0px;
}


#navReference {
 font-size: 9px;
 height: 20px;
 margin-right: 6px;
 color: #fff;
}
#navReference ul {
 margin: 0px;
 padding: 0px;
 white-space: nowrap;
}
#navReference li {
 margin: 0px;
 padding-right: 2px; 
 display: inline;
 list-style-type: none;
}
#navReference li a:link, #navReference li a:visited {
 color: #fff; 
 text-decoration: none;
 padding-left: 4px; 
 border-left: 1px #fff solid; 
}
#navReference li.first a:link, #navReference li.first a:visited {
 color: #fff; 
 text-decoration: none;
 padding-left: 4px; 
 border-left: none; 
}
#navReference li a:link.active, #navReference li a:visited.active {
 color: #fff; 
 font-weight: bold;
}
#navReference li a:hover, #navReference li.first a:hover {
 color: #fff; 
 text-decoration: underline;
}

#footer {
 width: 815px;
 height: 25px; 
 background-color: #006698;
 background-image: url(http://www.tarp-it.net/style/css_images/bgHeader.gif);
 background-repeat: repeat-y;
 background-position: right 50%;
 font-size: x-small;
 margin: 0px auto;
 clear: left;
}

#footer a:link, #footer a:visited, #footer a:hover {
 color: #006698;
 text-decoration: underline;
}
#navUtility {
 padding: 0px;
 font-size: 9px;
}
#navUtility ul {
 float: right;
 margin: 6px 2px 2px 2px;
 padding: 0px; 
}
#navUtility li {
 margin: 0px;
 padding: 0px 4px 0px 4px;
 display: inline;
 list-style-type: none;
 border-left: 1px #fff solid;
}
#navUtility li.first {
 border-left: none;
}
#navUtility a:link, #navUtility a:visited {
 color: #fff;
 text-decoration: none;
}
#navUtility a:hover {
 color: #fff;
 text-decoration: underline;
}

#copyright {
	font-size: xx-small;
	float: left;
	margin: 6px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #33CCCC;

}
.large {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
.medium {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
}
.small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}
.x-small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .6em;
}
