/***********************************************/
/* HTML tag styles                             */
/***********************************************/




/******* hyperlink and anchor tag styles *******/




ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

}
#footerSponsors {
	width:100%;
	margin-top: 10px;
	float: left;
	clear:right;
	position: relative;
	top: 5px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}


#pageNav{
	float: left;
	width:200px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	background-color: #F5f7f7;
}


#cal_view {
	
	padding: 5px;
	background-color:#FFFFCC;
	border: 1px solid #999;	
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	top: -10px;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: -50px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}


/************** feature styles *****************/



.story {
	z-index:100;
	padding-left:0px;
	font-size: 100%;
	width: 98%;
	background-color: #FFFFFF;
}
.story img{
	margin:4px;
}

td.storyLeft img{
	border: none;
}

td.storyMid img{
	margin: 0px 8px 8px 0px;
}

td.storyRight img{
	border: none;

}




.story div.capsule{
	background-image: url(glbnav_background.gif);
	height:23px;
	background-repeat: repeat-x;
	font: normal 150% Arial,sans-serif;
	display:block;
	padding: 6px 0px 5px 8px;
	margin-left: 0px;
}


td.storyLeft{
	padding: 0px;
	border-right: 1px solid #cccccc;
	background-color: #F5f7f7;
	width: 175px;
	text-align: center;
}
td.storyMid{
	padding: 0px;
	border-right: 1px solid #cccccc;
}
td.storyRight{
	padding: 0px;
	background-color: #F5f7f7;
}
#mainTABLE {
	margin-left: 0px;
	width: 970px;
	padding: 0px;
}

