/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
*{
    margin: 0;
    padding: 0;
}

body{
	font-family: Verdana, sans-serif;
	line-height: 1.4;
	margin: 0px auto;
	position: relative;
	height: auto;
	width: auto;
	padding: 0px;
	
	/*
	scrollbar-arrow-color: #6699FF;
	scrollbar-face-color: #DDEEFF;
	scrollbar-highlight-color: #6699FF;
	scrollbar-shadow-color: #6699FF;
	scrollbar-darkshadow-color: #FFFFFF;
	background-color: #FFFFFF;
	*/
}

a:link, a:visited, a:hover {
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: bold;
 color: #FF6633;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: disc;
}

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

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

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#siteNameTop{
	text-align: left;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 12px;
	color: #663300;
	top: 0px;
	padding: 20px 0px;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#siteName{
	text-align: left;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	font-size: 12px;
	color: #663300;
	top: 0px;
	background-repeat: no-repeat;
}
#siteName img{
	bottom: 0px;
}

#main{
	padding: 0px;
	width: 860px;
	margin:0 auto;
	background-color: #FFFFFF;
	height: auto;
	border-top: 1px solid #666666;
	border-right: 1px #666666;
	border-bottom: 1px #666666;
	border-left: 1px #666666;
}

#masthead{
	margin: 0;
	padding: 0px;
	width: 100%;
}
#siteImg{
	padding: 0px;

}
#navBar{
	padding: 10px;
	background-color: #8FBAE4;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#navBar00{
	padding: 10px;
	background-color: #eeeeee;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 200px;
}


#content{
  float:right;
	width: 638px;
	margin: 0;
	padding: 0 0% 0 0;
}

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

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	height: 30px;
	width: 860px;
	border-bottom: 1px solid #666666;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 10px 0px;
	text-align: center;
	color: #00CC00;
}

.feature img{
	float: left;
	padding: 0px;
	margin: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: groove;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;	
}
/* 
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 30px;
	font-size: 80%;
}
.story h3{
	padding: 10px 0px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #792C0E;
	text-indent: 10pt;
	font-weight: bold;
	border-top: thin solid #8FBAE4;
	border-right: thick double #8FBAE4;
	border-bottom: thin solid #8FBAE4;
	border-left: thick double #8FBAE4;
}
.story p{
  padding: 0px 0px 10px 0px;
}
.story li{
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
	border-bottom-color: #99CCCC;
	list-style-type: disc;
	
}
.story li li{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: none;
	font-size: 11px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #333333;
	padding: 6px 0px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-indent: 10pt;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

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


/************* #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;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar00 ul a:link, #navBar ul a:visited {display: block;}
#navBar00 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;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 5px 10px 10px;
	font-size: 10pt;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	line-height: 1.4;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
