/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_paper.jpg);
}

a{
	color: #660000;
	text-decoration: none;
}

a:link{
	color: #660000;
	text-decoration: none;
}

a:visited{
	color: #8B4726;
	text-decoration: none;
}

a:hover{
	color: #990000;
	text-decoration: underline;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 160%;
 color: #660000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 130%;
 color: black;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 120%;
 color: black;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 110%;
 font-weight: normal;
 color: black;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Georgia, "Times New Roman", Times, serif;;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px;
	width: 100%;
}

#navBar{
	float: left;
	width: 15%;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 2px;
	background-image:url(../images/transparent-light.gif);
	border: 1px solid #8B4726;
}

#headlines{
	float:right;
	width: 15%;
	border-top: 1px solid #8B4726;
	border-right: 1px solid #8B4726;
	border-left: 1px solid #8B4726;
	padding-right: 10px;
}

#content{
	float: left;
	width: 75%;
	padding-left: 20px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #8B4726;
background-image:url(../images/transparent-light.gif);
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/
#title {
	font-size: 120%;
	padding: 30px 0px 5px 0px;
	color: #660000;
}

.feature{
	padding: 10px 0px 10px 10px;
}
#listingtable {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
th {
	text-align:left;
	border: #660000 1px dotted;
	background-image:url(../images/transparent-light.gif);
	padding: 6px;
	vertical-align:top;
}
td {
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	background: none;
	padding: 6px;
	vertical-align:top;
	}
.listingnotes{
	background-image:url(../images/transparent-light.gif);
	font-weight:normal;
}
.leftfloat {
	margin: 5px;
	float: right;
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: medium dotted #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
}
.whathappenedin {
	padding: 10px;
	margin: 20px 20px 30px 0px;
	width: 97%;
	border: thin dotted #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	}
.summarytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-decoration: none;
	list-style-type: disc;
}
.newstext {
	margin: 5px;
	float: right;
	width: 225px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	}
.unused {
	color:#666666;
	}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.story ul li{ list-style-image:url(../favicon.ico.gif);
}
.comments {
	font-size:80%;
	padding: 0px 0px 0px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: black;
	padding: 5px 10px 5px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #bottomNav styles ***************/

#bottomNav{
	clear: both;
	border: 1px solid #ccc;
	font-size: 75%;
	color: black;
	background-image:url(../images/transparent-light.gif);
	padding: 10px 10px 5px 10px;
}

#bottomNav img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #8B4726;
	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;}

/* 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{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #8B4726;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #8B4726;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-image:url(../images/transparent-dark.gif);
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
