body{
	font-family: "Trebuchet MS", sans-serif;
	color: #ffffff;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: url(background.gif) fixed;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: none;
}

/************** header tag styles **************/
div,h1,h2,h3{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

h1,h2,h3{
	font-weight: bold;
}

/*************** list tag styles ***************/
ul{list-style-type: square;} ul ul{list-style-type: disc;} ul ul ul{list-style-type: none;}



#main{
	position: relative;
	width: 800px;
	margin: 0px auto;
	margin-top: 10px;
}

#banner{
	position: relative;
	height: 65px;
	border: 1px solid #000000;
	background-image: url(banner.png);
}

#masthead{
	position: relative;
	/*width: 100%;
	margin: 0px auto;*/
}

#siteName{
	padding: 10px;
	font-weight: normal;
}

/************** utility styles *****************/
#utility{
	font-size: 75%;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a, a:visited{}
#utility a:hover{}

/************* globalNav styles ****************/
#globalNav{
	position: relative;
	height: 32px;
	background-image: url(glbnav_background2.bmp);
	border: 1px solid #000000;
}

/*#globalNav img{margin-bottom: -4px;}*/

#globalLink{
	position: relative;
	margin: 6px 0px 0px 5px;
	height: 22px;
	z-index: 100;
}

a.glink, a.glink:visited{
	/*float: left;
	width: 50px;*/
  	font-size: small;
	font-weight: bold;
	/*margin-left: 5px;*/
	padding: 2px 10px;
	border: 1px solid #646464;
}

a.glink:hover{
	background-color: #ffffff;
}


#pagecell1{
	position: relative;	
	margin: 0px auto;
	margin-top: 20px;
	background-color: #4D4D4D;
	border: 1px solid #000000;
}

/************* breadCrumb styles ***************/
#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small "Trebuchet MS";
	color: #AAAAAA;
}

#breadCrumb a:link, #breadCrumb a:visited{
	color: #AAAAAA;
	padding: 1px 5px;
	border: 1px solid #646464;
 	/*border-top: 1px solid #646464;
	border-right: 1px solid #646464;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;*/
}

#breadCrumb a:hover{
	background-color: #ffffff;
	color: #000000;
	/*border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #646464;
	border-left: 1px solid #646464;*/
}

/************** pageName styles ****************/
#pageName{
	padding: 5px 10px;
	border-bottom: 1px solid #ffffff;
	background-color: #696969;
}

/*#pageName h2{
	font: bold 100% "Trebuchet MS";
	color: #ffffff;
}*/

/*#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
}*/

#pageNav{
	float: left;
	width: 150px;
	background-color: #404040;
	border-right: 1px solid #646464;
	/*border-bottom: 1px solid #cccccc;*/
	font-size: small;
	}


#pageNav a:link, #pageNav a:visited {
	display: block;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
}

#pageNav a:hover{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #646464;
	background-color: #ffffff;
}

#content{
	margin-left: 160px;
	/*border-left: 1px solid #ccd2d2;*/
}

/************** feature styles *****************/
.feature{
	padding: 0px 10px 10px 10px;
	font-size: 80%;
	min-height: 175px;
}

.feature h3{
	padding: 15px 0px 5px 0px;
}

.feature img{
	float: right;
	padding: 0px 10px 0px 0px;
}

/*************** story styles ******************/
/*.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	/*border: 1px solid #cccccc;*//*
	}

.story h3{
	font: bold 100% "Trebuchet MS";
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em  "Trebuchet MS";
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}*/

/************** siteInfo styles ****************/
#siteInfoNav{
	height: 19px;
	border-top: 1px solid #ffffff;
	padding: 5px 4px 8px 4px;
	/*clear: both;	
	font-size: small;
	color: #ffffff;*/	
}

#siteInfoLink{
	float: right;
	}

#siteInfoLink a{}

/*#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}*/

/*#siteInfo a:link, #siteInfo a:visited{
	border: 1px solid #646464;
	padding: 2px 5px;
	}

#siteInfo a:hover{
	background-color: #ffffff;
	}*/

/********************* end **********************/

