﻿table {
	border:0px transparent none;
}

td{
	vertical-align:top;
}
body {
	margin: 0px;
	padding: 0px;
	background:url('art/pageBKG.gif') #FFFFFF repeat-x center top;
	background-attachment:fixed; /* YOU COULD REMOVE THIS LINE AND IT ALSO LOOKS COOL */
}

.NAV {
	background:url('art/TOC_BKG_Home.jpg') #C0D5F0 bottom no-repeat right;
	text-align:center;
	border-left: 2px #FFFFFF solid;
	
}

.whitecolumn {
	background:#FFFFFF;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.NAV-button {
	padding-top:7px;
	text-align:center;
	
}

.content {
	background:#E5EFFA;
	padding-left:6px;
	padding-right:6px;
}

.rightcolumn {
	background:url('art/rightbar_BKG.jpg') #DAE3F7 bottom no-repeat;
	
}

.footer{
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	background: url('art/FooterRIGHT_Home.jpg') teal no-repeat ;
	color:white;
	padding-top:55px; padding-left:7px; padding-right:7px;
}

.footer-text{
	width:350px;
	float:left;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:teal;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#000033;
}

.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#000033;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: black;
	text-align:justify;
}

A:link, A:visited {
	color:blue;
	text-decoration:none;
}

A:hover, A:active {
	color:teal;
	text-decoration: underline;
}

ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: black;	
}
li {
	list-style:square;
}

.sidebar {
	float:right;
	border:1px navy solid;
	width:100px; 	
	clear:right;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 3px;
	margin-left: 10px;
	background-color:#FFF;
}

.sidebar-head {
 font-family:Arial, Helvetica, sans-serif; font-size:14px;font-weight:bold;background-color:teal;color:white; padding:4px;
}

.sidebar-text {
	 font-family:Arial, Helvetica, sans-serif; font-size:12px;
	 padding:4px;
	 margin:0 0 0 15px;
}


.floatingleft {
	float:left;
	margin:2px 5px 2px 0;
	border:1px navy solid;
}

.sidebarleft {
	float:left;
	border:1px navy solid;
	width:100px; 	
	clear:right;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 1px;
}

.sidebar-headleft {
 font-family:Arial, Helvetica, sans-serif; font-size:14px;font-weight:bold;background-color:#0142A3;color:white; padding:4px;
}

.h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:teal;
	width:344px;
}

/* DOCUMENT TABLE */
.doctable {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* ADDED SUB ITEMS TO MAIN NAVIGATION BAR */
#subnav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: center;
}

#subnav a:hover {
	color:teal;
	text-decoration:underline;
}

#subnav a:active {
	color:teal;
	text-decoration:none;
}

#subnav a:visited {
	color:teal;
	font-weight:bold;
}

/*Project Updates Page */

p.Click, a.Click {
	color: teal;
	text-decoration: none;
}

.ClickHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#000033;
}

/*Print Page */
#print {
	float:right;
	margin:0 5px 5px 0;
	font-size:80%;
	width:100px;
}

#print a {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight:normal;
	color: #000033;
	margin:0 5px 0 0;
}

.pageBreak {page-break-before: always; font-size:1px;padding:0;margin:0; line-height:normal;}

