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

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFCF0;
	line-height: 1.25em;	
	color: #333333;
	margin: 0px;
	padding: 0px;
}

table {
	
	}
	
td {
	border-bottom: .05em solid #999999;
	}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #58150F;
}

h1{
 font-size: 1.3em;
 padding: 0em 0em .5em .5em;
}

h2{
 font-size: 1.2em;
 padding: 0em 0em .5em 0em;
}

h3{
	padding-top: 1.25em;
	font-size: 1.1em;
}

h4 {
	padding-top: 1em;
	font-style: italic;
	font-size: 1em;
}

h5 {
	padding-top: 1em;
	font-size: .9em;
	font-style: normal;
}

a:link, a:visited, a:hover {
	color: #840c17;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
	}

img {
	float: right;
	padding: .25em;
}

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

#sideBar{
	margin: 0 0 0 75%;
	padding: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}


#sideBar ul {
	list-style: square;
}
 
#sideBar ul ul {
	list-style: disc;
	margin: 0;
	padding: .125em 0em .125em .85em;
} 

#sidebar ul ul ul {
	list-style: square !important;
	margin: 0;
	padding: .125em 0em .125em .85em;
}

#sideBar li {
	list-style-position: inside;
}

#sidebar li li {
	
}

#sidebar p {
	padding: 0em 0em 0em 0.15em;
	}


#content{
    float:left;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	border-right: 2px solid #C8BCA8; 
	border-bottom: 2px solid #C8BCA8; 
	background-color: #ffffff;
}

#pageName{
	padding: 1em 0em .25em .5em;
	font-size: 1.7em;
	line-height: 1.25em;
}


/************* #Site Navigation Bar styles **************/

#siteNav{
	padding: 1em 0em 0em .25em;
	white-space: nowrap;
	background-color: #71685b;
	border-top: .25em solid #520000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.siteNavTab {
	padding: .5em .5em .3em .5em;
	border-left: .1em solid #cfc6b3;
	border-right: .1em solid #cfc6b3;
	border-top: .1em solid #cfc6b3;
}

.siteNavTab a{
	color: #f8f8ed !important;
	text-decoration: none;
}

.siteNavTab a:hover{
	color: #840c17 !important;
	text-decoration: underline;
}

.siteNavHome {
	padding: .25em 2em .25em 2em;
}

.siteNavHome a {
	color: #f8f8ed !important;
}

.siteNavHome a:hover {
	text-decoration: underline;
	color: #840c17 !important;
}

.siteNavTabOn {
	background-color: #ffffff;
	color: #840c17;
	padding: .6em .5em .6em .5em;
	margin: 2px 5px 1px 5px;
	vertical-align: bottom;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}


.siteNavTabOn a{
	color: #990000;
	font-weight: bold;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: .5em 0em 0em 1em;
	font-size: .75em;
}

.story p{
  padding: 0em 0em .4em 0em;
}



/************* #siteInfo styles ***************/
#footer{
	clear: both;
	font-size: .75em;
	padding: 1em;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
