/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

	body
		{
		color: #000;
		background-image: url(../images/backgroundgradient5.jpg);
		background-repeat:repeat-x
		}
	
	input.largerCheckbox{
		width: 30px;
		height: 30px;
	}
		
	#contents	
		{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:auto;
	margin-left:auto;
	width: 760px;
	padding: 10px;
	background-color: #FFF;
	text-align: left;
		}
		
		#banner {
	background-image: url(../images/apbsbanner.jpg);
	background-position:center;
	margin-right:auto;
	margin-left:auto;
	height: 200px;
	width: 740px;
	margin-bottom:10px;
	background-repeat: no-repeat;
		}

	a{
	color: #996633;
	text-decoration:underline;
	}	


	a:link{
	color: #333333;
	text-decoration:underline;
	}

	a:visited{
	color: #000000;
	text-decoration:underline;
	}

	a:hover{
	color: #333333;
	text-decoration: underline;
	}

	h1{
	font-family: "Times New Roman", Times, serif;
	 font-size: 120%;
	 color: #333333;
	 margin: 0px;
	 padding: 0px;
	}

	h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #333333;
	border-length: 75%;
	}

	h3{
	 font-family: "Times New Roman", Times, serif;
	 font-size: 100%;
	 color: #333333;
	 margin: 0px;
	 padding: 0px;
	}

	h4{
	 font-family: "Times New Roman", Times, serif;
	 font-size: 100%;
	 font-weight: normal;
	 color: #333333;
	 margin: 0px;
	 padding: 0px;
	}

	h5{
	 font-family: "Times New Roman", Times, serif;
	 font-size: 100%;
	 color: #333333;
	 margin: 0px;
	 padding: 0px;
	}



label{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

#navBar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	float: left;
	width: 22%;
	padding: 0px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin-right: 10px;
}

#headlines{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float:right;
	width: 25%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding-right: 10px;
	background-color: #FFFFFF;
}


/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #don't display print banner ************/

@media screen {

.nodisplay {display:none;}

}

/************* #siteInfo styles ***************/

#siteInfo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	border: 1px solid #cccccc;
	font-size: 70%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/*********** #navBar link styles ***********/



#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* 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;}

/************ #twistdown *************/

ul#twisty_menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#twisty_menu a.primary {
	background: url(../images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

ul#twisty_menu a.primary:hover {
	text-decoration: underline;
	background:url(../images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	background-color: #dddddd;
}

ul#twisty_menu a.active {
	font-weight:bold;
	background-image:url(../images/arrow_down.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

ul#twisty_sub_menu {
	list-style-type: none;
	padding: 0px;
}

ul#twisty_sub_menu a.secondary {
	padding-left:25px;
}

ul#twisty_sub_menu a.secondary:hover {
	text-decoration: underline;
	padding-left:25px;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	margin-top: 15px;
}

ul#sectionLinks a.primary {
	background:url(../images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;

	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}



/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 5px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#headlines .title {
background-color:#CC6600;
	font-weight:bold;
	padding: 3px;
	color: White;
	height: 16px;
	text-align:center;
	
}
