@charset "UTF-8";
/* CSS Document */

/* markup tags */

body {
	font-family: 'Glegoo', serif;
    font-size: 14px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #fff;

}

a:hover {
	color:#009900;
}

h1 {
	font-family: 'Chango', serif;
    font-size: 2em;
}
h2 {
	margin-bottom:0px;
	padding-bottom:6px;
}
h3 {
	margin-bottom:0px;
	padding-bottom:6px;
}
h4 {
	margin-bottom:0px;
	padding-bottom:6px;
}
p {
	margin-top:0px;
	margin-right:10px;
	padding-top:0px;
}
#content {
	clear: left;
}


/* containers */

#pageView    {
	height: 620px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-bottom: 20px;
}


/* branding */

#sponsors {
	text-align:center;
	width:100%;
	vertical-align:bottom;
	margin-top:12px;
}

/* layout styles */

#siteLogo {
}

#sidebar {
	position: relative;
	float: left;
	top: 0px;
	width: 160px;
	height: 580px;
	margin-top: 20px;
	padding-right:10px;
}

#copyright  {
	margin-top:200px;
	font-size:10px;
}
#copyright img {
	margin:0px;
	padding:0px;
}

#pageContents {
	position: relative;
	float: right;
	background-color: #fff; /*f5f5f5*/
	width: 780px;
	height: 600px;
	top: 0px;
	right: 6px;
	text-align: left;
	z-index: 110;
}

#centerColumn {
	position: relative;
	width: 520px;
	height: 600px;
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	top: 0px;
	z-index: 120;
	padding-left: 8px;
}

#rightColumn {
	position: relative;
	float: right;
	width: 250px;
	height: 600px;
	background-color:#fff;
	background-image:url(../img/TAPsidebar.png);
	background-repeat:repeat-x;
	text-align: left;
	vertical-align: top;
	top: 0px;
	z-index: 120;
}

#primaryNav ul {
	text-align:left;
	line-height:1.2;
}

#primaryNav li {
	margin-left:-20px;
	margin-bottom:12px;
	padding-left:0px;
}

#footer {
	position: relative;
	width: 100%;
	margin-top: 6px;
	vertical-align: bottom;
	font-size:10px;
	color:#333300;
	z-index: 400;
}	


#unionLabel {
	margin-top:0px;
	padding-top:0px;
	padding-left:12px;
}



/* text formatting classes */

.archive {
	margin:6px 18px 6px 18px;
}
.archiveLink {
	font-size:10px;
}
.byline {
	font-style:italic;
	font-size:1em;
	margin-top: 6px;
	margin-left: 12px;
}
.caption {
	font-size: 10px;
	text-align: center;
}
.column {
	padding:10px;
}
#calendar p {
	margin-top:6px;
	padding-top:0px;
}
#calendar h3 {
	margin-bottom:0px;
	padding-bottom:0px;
}
#content p {
	padding-left: 8px;
}
.copyrightText {
	text-align: left;
	vertical-align: bottom;
	padding-left: 12px;
	padding-right: 66px;
	padding-bottom:0px;
	margin-bottom:6px;
}
#FAQs dt {
	margin-top:6px;
	font-size:14px;
}
#FAQs dd {
	padding-right:9px;
	margin-top:6px;
	font-size:12px;
}
#resourceLink dt {
	margin-top:6px;
}
#resourceLink dd {
	margin-top:3px;
	padding-right:6px;
}
.sidebarText {
	text-align: left;
	vertical-align: baseline;
	padding-left: 0px;
	padding-right: 12px;
	padding-bottom:0px;
	margin-bottom:6px;
	font-size:10px;
}
.homeText h2 {
	margin-bottom:0px;
	padding-bottom:0px;
}

.info {
	margin:6px 6px 6px 8px;
}

.info h2 {
	padding-top:18px;
	font-size:14px;
	margin:6px 6px 6px 8px;
}

.info li { /* list items in .info class only */
	float: none;
	position: relative;
	width:300px;
	list-style:circle;
	left:20px;
	padding-bottom:6px;
}
.inset {
	width:205px;
	font-size:.8em;
	background-color:#fff;
	border: solid #2e358e;
	padding:6px;
}
.pictureLeft {
	float:left;
	margin:6px;
}
.pictureRight {
	float:right;
	margin:12px;
}
.photoContainer {
	margin-bottom:4px;
}
.photoCaption {
	margin-top:2px;
	font-size:12px;
	font-style:italic;
	text-align:center;
}
.noGapBelow {
	margin-bottom:0px;
}
.noGapAbove {
	margin-top:0px;
}
.noGap {
	margin-top:0px;
	margin-bottom:0px;
}
.6pxGapBelow {
	margin-bottom:6px;
}
.pictureTable {
	text-align:center;
	font-size:10px;
	font-style:italic;
}
.green {
	color: #090;
}

/* collapsible text */

.mainExpand {
	cursor:hand;
	cursor:pointer;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #006633;
	text-decoration: underline;
}
.texter {
	font-size: 12px;
	background-image: url(../images/pixel99FFFF-50.gif);
	background-repeat: repeat;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 12px;
	margin-right:6px;
}
