html {
	overflow: scroll;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #7F4500;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	}

img {
    border:0;
	}

.imageheader {
    float: left;
	position: relative;
	}

.imagefooter {
    float: left;
	position: relative;
	}

h1 {
	color: #910012;
	font-size: medium;
	line-height: 5px;
	margin-top: 6px;
	margin-bottom: 8px;
	}

div.hu {
	position: relative;
	width: 100%;
	height: 3px;
	background-image: url(../images/header_underline.jpg);
	background-repeat: no-repeat;
    }

#pagewidth{ 
    width: 760px; 
    text-align: left;  
    margin-left: auto; 
    margin-right: auto;  
    } 

#header-wrapper {
	position: relative;
	width: 100%;
	height: 101px;
    }

/* Navigation */ 
#nav-wrapper {
    position: relative;
    width: 100%;
	background: #CC261F;
	height: 34px;
    }

div.contact-info  {
	float: right;
	font-size: 93%;
    color: #fff;
	text-align: right;
	padding-left: 0px;
	padding-right: 3px;
	text-decoration: none;
	line-height: 15.5px;
    }

div.contact-info a {
    color: #fff;
	text-decoration: underline;
    }

#nav-wrapper-bottom {
    position: relative;
	width: 100%;
	background-image: url(../images/nav_bottom.jpg);
	height: 5px;
    } 
	  
ol#toc {
    height: 25px;
    list-style: none;
    margin: 0;
    padding: 0;    
	font-size: 93%;
    line-height: normal;
    }

ol#toc li {
    float: left;
    margin: 9px 2px 0 0;
	padding: 0 0 0 0;
    }

ol#toc a {
    background: #fff url(../images/nav.gif);
    color: #fff;
	display: block;
	float: left;
	height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	line-height: 2em;
    }

ol#toc a:hover {
    background-color: #fff;
    background-position: 0 -50px;
    }

ol#toc a:hover span {
    background-position: 100% -50px;
    }

ol#toc li.current a {
    background-color: #fff;
    background-position: 0 -25px;
    color: #fff;
    font-weight: bold;
    }

ol#toc li.current span {
    background-position: 100% -25px;
    }

ol#toc span {
    background: url(../images/nav.gif) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
    }
/* End Navigation */ 

/* Skip-link */
a:link {
    color: #0000FF;
    text-decoration: underline
    }

a:visited {
    color: #FF0000;
    text-decoration: none
    }

.skip-link a,.skip-link span {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    top:-4em;
    left:-3em;
    }

.skip-link a:active, .skip-link a:focus {
    position: absolute;
    overflow: visible;
    width: auto;
    height: auto;
    background-color: #ffff00;
    color: #ff0000;
    top: 7em;
    left: 1em;
    padding: 5px;
    border: 2px solid red;
    font-weight: bold;
    } 

/* End Skip-link */

/* Content */
#content-wrapper-top {
	position: relative;
	width: 100%;
	background-image: url(../images/content_wrapper_top.jpg);
	height: 10px;
	}

#content-wrapper {
	background-color: #E9E8E4;
	width: 100%;
	}

#content-wrapper-bottom {
	position: relative;
	width: 100%;
	background-image: url(../images/content_wrapper_bottom.jpg);
	height: 10px;
	}

div.content-top {
	position: relative;
	width: 100%;
	background-image: url(../images/content_top.jpg);
	height: 10px;
	}

div.content {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	}

div.content-bottom {
	position: relative;
	width: 100%;
	background-image: url(../images/content_bottom.jpg);
	height: 10px;
	}

div.content-break {
	position: relative;
	width: 100%;
	background-image: url(../images/content_break.jpg);
	height: 32px;
    }
/* End Content */

/* Footer */
#footer-wrapper {
	position: relative;
	width: 100%;
	background: #6E9D31;
	height: 140px;
	font-size: 93%;
	line-height: 20px;
	color: #fff;
    }

div.footer {
	position: relative;
	width: 100%;
	background-image: url(../images/footer.jpg);
	height: 117px;
	}
/* End Footer */


/* Commented Backslash IE5-Mac Hack \*/
ol#toc li
.nav-text {float:none;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End IE5-Mac Hack */

