/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

a{
	color: #335C33;
	text-decoration: none;
}

a:link{
	color: #335C33;
	text-decoration: none;
}

a:visited{
	color: #335C33;
	text-decoration: none;
}

a:hover{
	color: #990000;
	text-decoration: underline;
}

h1,h2,h3,h4{
	font-family: Verdana, Arial, sans-serif;
	color: #003300;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
}

h2{
 font-family: Arial, sans-serif;
 font-size: 114%;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;}

ul{
 list-style-type: square;
}
#content OL {
	width: 90%;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #AACCAA;
	width: 100%;
}
#uppermasthead {
	background-position: 100% 0px;
	background-repeat: no-repeat;
	background-image: url(../AA_SiteImages/mast05.jpg);
}
#sitemap {
	padding: 20px;
	width: 70%;
	float: left;
}

#navBar{
	float: left;
	width: 25%;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #AACCAA;
}

#advertisement{
	float:right;
	width: 18%;
	margin: 0px;
	border-left: 1px solid #AACCAA;
	border-bottom: 1px solid #AACCAA;
	padding: 10px 0px 20px 10px;
	border-right: 1px solid #AACCAA;
}
#advertisement h1 {
	text-align: center;
}

#content{
	float: left;
	width: 50%;
	background-image: url(../WP2006/images/contshadgrn.jpg);
	background-repeat: no-repeat;
	background-color: #E6EBE6;
	padding-left: 10px;
}
#ike {
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 10px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 1px 0px 1px 20Px;
	border-bottom: 1px solid #CCC;
	color: #003300;
	background-color: #FFCC00;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	color:#E6EBE6;
	padding: 0px 0px 0px 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FFCC00;
	background-color: #003300;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
	background-color: #FFFFCC;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
}
#alum td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
}

#alum th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	text-align: left;
}

.feature h1{
	padding: 20px 0px 5px 0px;
	text-align: left; 
	border-bottom-color: #003333;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.feature h2{
	padding: 20px 0px 5px 0px;
	text-align: left;
	border-bottom-color: #003333;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.feature h3{	
	padding: 20px 0px 5px 0px;
	text-align: left;
	border-bottom-color: #003333;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.fpicture {
	float: left;
	padding: 10px 10px 0px 0px;
}

.feature P {
	text-align: justify;
	padding-right: 10px;
	font-size: 90%;
}


/************** .story styles *****************/

.story{
	padding: 10px 0px 0px 10px;
}

.story p{
	padding: 0px 10px 10px 0px;
	text-align: justify;
	font-size: 90%;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #AACCAA;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #AACCAA;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	}

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #E6EBE6;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 5px 0px 10px;
	padding: 0px;
	border-bottom: 1px solid #AACCAA;
	font-size: 90%;
	background-color: #FFFFFF;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #003300;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #AACCAA;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #E0EBE0;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	background-color: #E6EBE6;
}
#rotImage{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-color: #fff;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

.advert{
	padding: 20px 10px 10px 2px;
	width: 150px;
}
#advert P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#advert H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
}

#advert img{
	display: block;
}


/************** #advertisement styles **************/

#advertisement{
	font-size: 80%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: auto;
}

#advertisement p{
	padding: 5px 0px 5px 0px;
}
.slideSpace {
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	background-color: #FFFFFF;
}
#promo {
	text-align: center;
	margin-top: 20px;
}
/****************** #layers ***********************/
#layer1 {
	padding-bottom: 10px;
	padding-top: 10px;
	width: 175px;
	position: absolute;
	z-index: 2;
	background-color: #fffeaa;
	left: 341px;
	top: 217px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding-left: 10px;
	padding-right: 10px;
	visibility: hidden;
}
#layer2 {
	padding-bottom: 5px;
	padding-top: 5px;
	width: 50%;
	position: absolute;
	left: 26%;
	top: 174px;
	visibility: hidden;
	z-index: 2;
	background-color: #E6EBE5;
}
#control {
	width: 90%;
}
#content .control {
	width: 95%;
}
.sched TH {
	text-align: left;
}
#content .sched {
	width: 99%;
}
#contentImg {
	float: right;
	padding-left: 8px;
}
#donate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #f6fbf5;
	float: right;
	height: auto;
	width: 25%;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 5px;
	text-align: justify;
	border-right: none #FFCC00;
	border-left: none #FFCC00;
	margin-left: 8px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
}
.centered {
	text-align: center;
}
.auth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	display: block;
	padding-left: 15px;
}
#content DL {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	margin-left: 10px;
	padding-bottom: 5px;
	margin-right: 5%;
}
#content DT {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
}
#content DD {
	font-family: "Times New Roman", Times, serif;
	margin-left: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
	padding-bottom: 5px;
}
/*************************************    PRESS RELEASE    *************************************/

#pressRel {
	font-family: "Times New Roman", Times, serif;
	float: left;
	width: 50%;
	padding-left: 10px;
}
#pressRel .date {
	color: #003366;
}
#pressRel .contact {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #0000FF;

}
#pressRel a:link {
	font-family: "Times New Roman", Times, serif;
	color: #000000;

}
#pressRel a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
}
#pressRel a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
}
#pressRel P {
}
#pressRel h1 {
	font-size: 120%;
	font-family: "Times New Roman", Times, serif;
}
#pressRel h2 {
	font-size: 100%;
	font-family: "Times New Roman", Times, serif;
	padding-top: 8px;
}
#pressRel .artic {
	border-top: 1px solid #003300;
	padding-top: 8px;
}
.sched TH {
	color: #CC3300;
}
#getPdf a {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: #900;
}
