body {
	width: 80%;
	background-color: #FFFFFF;
	border: 0.1em solid gray;
	margin-top: 0.1em;
	margin-left: auto;
	margin-right: auto;
	padding: 0.25em 0.25em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 72%;
    cursor: default;
}

a:link {
	color: #000066;
	text-decoration : none;
	background: transparent; 
}
a:visited {
	color: #000066;
	text-decoration : none;
	background: transparent; 
}
a:hover {
	color: #FF2A3E;
	text-decoration : underline;
	background: transparent; 
}
a:active {
	text-decoration : none;
	color: #526968;
	background: transparent;  
}

#header {
	padding: 0;
	margin-bottom: 0.1em;
}

#header table {
	background-color: #666699;
	width: 100%;
}

#header td {
	margin: 0.5em 0.5em 0.5em 0.5em;
	padding: 0.1em;
	text-align: center;
	font-size: 95%;
	vertical-align: baseline;
}

#header a {
	color: #FFFFFF;
}
#header p {
	color: #FFFFFF;
	vertical-align: bottom;
	text-align: center;
}
#header img	{
	margin: 0;
	padding: 0;
	border: 0;
}

#header :link {
	color: #FFFFFF;
	text-decoration: none;
}
#header :visited {
    text-decoration: none;
}
#header :hover 	{
    text-decoration: underline;
}

#content	{
	float: left;
	margin: 0;
	padding: 10px;
	width: 60%
}
#content table {
    height: 100%;
    font-size: 100%;
    table-layout: fixed;
}
#content td {
    vertical-align: top;
}

/* used in pricing tables */     
.colType1 {
    width: 25%;
    text-align: right;
}

/* used in brochures tables */
.colType2 {
    width: 20%;
    font-size: 75%;
    text-align: center;
}		

/* used in home page */
.colType3 {
    width: 33%;
}
	  
#indexcontent {
	padding: 0.1em;
}

#indexcontent table {
    font-size: 100%;
}

#indexcontent td {
    text-align: left;
    vertical-align: top;
    width: 33%;
}
		
#sidebar h2	{
	font-size: 16px;
	margin: 5px 0 0 0;
	}

#sidebar h3	{
	font-size: 13px;
	margin: 0;
	}

#sidebar {	
    float: left;
    width: 14.5em;
    margin: 0;
    margin-right: 0.1em;
    padding: 0.1em;
    font-size: 100%;
}

#sidebar ul {
    margin-left: 0;
    padding-left: 0;
    font-size: 75%;
    font-weight: bold;
}

#sidebar li {
    list-style: url(../images/spacer.gif);
    margin-left: -0.5em;
}
		
#sidebar a {
    display: block;
    padding: 0.5em 0em 0.5em 1.5em;
    width: 15.5em;
    background-image: url(../images/redtriangle.gif);
    background-repeat: no-repeat;
}
		
#sidebar a:link, #sidebarlist a:visited {
	color: #BC0012; 
	text-decoration: none; 
}

#sidebar a:hover {
	background-color: #EEEEEE; 
	color: #FF2A3E; 
	background-image: url(../images/redtrianglero.gif);
}
#footer {
    clear: both;
    padding: 0em;
    margin-top: 0.1em;
    font-size: 80%;			
}

#footer table {
	background-color: #000066;
	width: 100%;
    font-size: 100%;
}

#footer td {
    margin:0em 0em 0em 0em;
    padding: 0.1em;
    text-align: center;
    vertical-align: middle;
}

#footertabletext  p {
    color: #FFFFFF; 
}

#footertabletext :link {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 0.1em;
}

#footertabletext :visited {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 0.1em;
}

#footertabletext :hover {
    color: #990000;
	text-decoration: none;
    border-bottom: 0.1em;
}

h1  {
    color: #000066;
    font-size: 150%;
    padding-bottom: 0.1em;
    margin-bottom: 0.5em;
}		
h2  {
    color: #000066;
    font-size: 110%;
    padding-bottom: 0.4em;
    margin-bottom: 0.5em;
    border-bottom: 0.1em solid #000066;
}
h3  {
    color: #000066; font-size: 110%;
    padding-left: 1em;
    background: url(../images/bluebullet.gif) no-repeat 0 top;
    margin-bottom: 0.1em;
}
h4 {
    color: #000066;
    font-size: 100%;
    padding-left: 0;
    margin-bottom: 0.1em;
}
		
p   {
	margin: 0em 0em 0.5em 0em;
}

ul  {
    margin-left:0.4em; 
}

li 	{
    padding-left: 0.5em;
    margin-left: 1.5em;
    margin-bottom: 0.5em;
    list-style: disc url(../images/spacer.gif) outside;
}

img	{
	border-style: none;
	vertical-align: middle;
    horizontal-align: center;
}
				
#search	{
	margin: 0 0 0 0; 
}

.inputstyle {
	margin: 0 0 0 0;
	padding: 0.1em;
	text-align: left;
	font-size: 90%;
	vertical-align: baseline;
}

#fieldset {
	margin: 0 0 0 0;
	padding: 1em;
	border: 0px solid #ccc;
}

.formSet {
    margin: 0;
    padding: 0.1em;
    border: 0.1em solid #ccc;
}

label {
    display: block;
    width: 13em;
    float: left;
    text-align: right;
}

br {
	clear:left;
}
		
/* Classes */
.small  {
    font-size: 75%;
}


.right {
		text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}		

.red {
    color: #CC0000;
}
		
.mauve {
    background-color: #4C5475;
}

.white {
    color: #FFFFFF;
}		

.pdf {
    height: 2.0em;
    list-style: none;
    padding-left: 1.7em;
    margin-left: -0.1em;
    margin-bottom: 0.5em;
    background: url(../images/pdf.gif) no-repeat 0 top;
}

.nobullet {
    list-style: none;
    padding-left: 1.7em;
    margin-left: -0.1em;
    margin-bottom: 0.5em;
    list-style: disc url(../images/spacer.gif) outside; 
}
		
.bullet {
    list-style: none;
    padding-left: 1.7em;
    margin-left: -0.1em;
    margin-bottom: 0.5em;
    background: url(../images/rarrow.gif) no-repeat 0 top;
}
		
.bullet2 {
    list-style: none;
    padding-left: 1.7em;
    margin-left: -0.1em;
    margin-bottom: 0.5em;
	background: url(../images/bluebullet.gif) no-repeat 0 top;
}

.bullet3 {
    list-style: none;
    padding-left: 1.7em;
    margin-left: -0.1em;
    margin-bottom: 1.5em;
	background: url(../images/greybullet.gif) no-repeat 0 top;
}
		
.phone {
    list-style: none;
    height: 2.0em;
    padding-left: 1.7em;
    margin-left: -0.1em;
    margin-bottom: 0.5em;
    background: url(../images/phone.gif) no-repeat 0 top;
}

.indent {
    list-style: none;
    padding-left: 1.7em;
    margin-left: -0.1em;
    margin-bottom: 0.5em;
}

.padding0 {
		margin-left: 0.5em;	
}
		
		
.padding1 {
    margin-left: 1em;	
}

.padding2 {
    margin-left: 2em;	
}

.prop {
    float:right;
    width:1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.img16x25 {
	border: 0;
	width: 0.9em;
    height: 1.6em;
}

.img450x25 {
	border: 0;
	width: 37.4em;
    height: 2.10em;
}

.min19em {
    height:20em;
  }  

.widthVeryNarrow {
	width: 40%;
}

.widthHalf {
	width: 50%;
}
  
.widthNarrow {
	width: 60%;
}
.widthWide {
	width: 75%;
}

.widthFull {
	width: 100%;
}

.tableBorder {
			border-left: 0.1em solid #000066;
			border-top: 0.1em solid #000066;
			border-collapse: collapse;
}
.tableHeader  {
	background-color: #EBEBEB;
	color: #000066;
	font-weight: bold;
	border-right: 0.1em solid #000066;
	border-left: 0.1em solid #000066; /* extra for Zoom */
	border-top: 0.1em solid #000066; /* extra for Zoom */
	border-bottom: 0.1em solid #000066;
	padding: 0.4em;
}

.tableContent {
	border-left: 0.1em solid #000066; /* extra for Zoom */
	border-right: 0.1em solid #000066;
	border-bottom: 0.1em solid #000066;
	padding: 0.4em;
}


.tableSides {
	border-right: 0.1em solid #000066;
	border-left: 0.1em solid #000066;
	padding: 0.4em;
	
}

/*Zoom style sheet  */
.highlight {
    background: yellow;
}
.searchheading {
    font-size: 100%;
}
.summary {
    font-size: 80%;
    font-style: italic;
} 
.results {
    font-size: 100%;
}
.category {
    color: #000066;
}
.description {
    font-size: 85%;
    color: #000066;
}
.context {
    font-size: 85%;
}
.infoline {
    font-size: 80%;
    font-style: normal;
    color: #000066;
}
.sorting {
    text-align: right;
}
.result_title {
    font-size: 100%;
}
.zoom_searchform {
    font-size: 100%;
}
.zoom_options {
    font-size: 80%;
}
input.zoom_button {
}
input.zoom_searchbox {
}


