/* PNG fix */

* html #logo h1 { /* for IE<6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/logo-blue-dark.gif'); background-image: none; background-repeat: no-repeat; background-color: transparent;
	}


/* page structure 
--------------------------------------------- */

#header {
	background: url(/images/header-bg-blue-dark.jpg) no-repeat top center;
	}

/* main styles 
--------------------------------------------- */

#content a {
	text-decoration: underline;
	}
	

#content a:hover {
	text-decoration: none;
	}

#content a, #sideNav ul li a  {
	color: #013E5A;
	}

/* headings */
h1 { /* any skin-specific overrides go here */
	}

h2 { /* any skin-specific overrides go here */
	color: #013E5A;
	}

h3 { /* any skin-specific overrides go here */
	color: rgb(100,100,100);
	}

h4 { /* any skin-specific overrides go here */
	}

h5 { /* any skin-specific overrides go here */
	}

h6 { /* any skin-specific overrides go here */
	}


/* secondary styles 
--------------------------------------------- */

/* Tables */
table {
	font-size: 1em;
	width: 100%;

  	}
tbody {
	width: 100%;
	
  	}
table caption {
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border: 0px solid #000;
	border-bottom: none;
	background: #C8C8C8;
  	}
table th, table td {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: left;
  	border-bottom: 0px solid #b5b5b5;
  	}
table th {
  	color: #999999;
  	}
/*table tr {
  	background: #e6e6e6;
  	}
table tr.alt {
  	background: #f1f1f1;
  	}*/
table td a {
  	/*display: block;
  	font-weight: bold;*/
  	}

