/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	line-height: 1.166;
	margin: 3px;
	background-color:#EEEFF3;
}


form {
	margin: 0;
	padding: 0;
}

label{
	font: bold 1em Arial, Helvetica, Verdana;
	color: #000;
}
				
input{
font-family: Arial, Helvetica, Verdana;
}


/*************** list tag styles ***************/

ul{
 list-style: none;
}

ul ul{
 list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.banner{
	width:815px;
	height: 160px;
	color:#cccccc;
	font: 100% Arial, Helvetica, Verdana;
	background-image:url(images/banner.jpg);
	background-position:center;
	left:5px;
}

#pagecell{
	position:absolute;
	left: 5%;
	width:815px;
	color:#cccccc;
	border-left:#838B9C 1px solid;
	border-right:#838B9C 1px solid;
	background-image:url(images/bcgrnd.jpg);
}

.colLefthm {
	width: 425px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 5px;
	float: left;
	}

.colRighthm {
        width:310px;
	margin:3px auto;
	min-width:20em;
	float: right;
display: block;
background-color:#CCD5EC;
min-height:525px;


}

.colLeft {
	width: 795px;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 5px;
	float: left;
	font: 100% Arial, Helvetica, Verdana;
	}

.colRight {
	width:125px;
	margin:3px auto;
	min-width:20em;
	color:#cccccc;
	float: right;
	font: 100% Arial, Helvetica, Verdana;
	display: block;

}
/***********************************************/
/* Component Divs                              */
/***********************************************/
.advertBox{
	width: 310px;
	height: 120px;
	display:block;
	padding-bottom: 10px;
	padding-top: 5px;
    font-size: 80%;
	color:#000000;
	padding-left:5px;
}
.advertBox p {
	padding: 2px 0px 0px 0px;	
}
.advertBox h4{
	font: bold 100% Arial, Helvetica, Verdana;
	color: #003366;
}


.imageBox {
border:  #838B9C solid 1px;
padding:3px 3px 3px 3px;
float: left;
margin: 5px;
}

.spacer {
	padding: 5px 0px 0px 0px;
	border-top: #838B9C 1px solid;
}
/************* globalNav styles ****************/

.globalNav{
	width:100%;
	z-index:65;
	color:#000000;
	font-family: Arial, Helvetica, Verdana;
	height: 55px;

}


/*************** story styles ******************/

.story {
	padding: 3px 0px 0px 10px;
	font-size: 80%;
	color:#000000;
}

.story p {
	padding: 5px 5px 5px 5px;	
}

.story a.capsule{
	font: bold 1em Arial,Verdana;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}
.story img {
border: #FF6600 1px;
padding:5px 5px 5px 5px;
background: #fff;
float:left;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #838B9C;
	font-size: small;
	color: #999999;
	padding: 2px 0px 2px 0px;
	margin-top: 0px;
	position: relative;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteInfo ul li {
  display: inline;
  }


/************* relatedLinks styles **************/

#relatedLinks{
	position:absolute;
	top: 473px;
	left: 150px;
	width: 448px;
	height: 52px;
}

#relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

#relatedLinks a{
	display: block; 
}

