html {overflow-y: scroll;}

hr {
    color:#7F0505;
    background-color:#7F0505;
    height:3px;
}

code {
	font-family: courier new,monospace;
}

a, a:visited {
	color:#064E00;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

blockquote,ul,ol,dl {
    /* Giving blockquotes and lists room to breath. */
    margin: 1em;
}

/* Don't margin out nested lists. */
li ul,ol,dl {
	margin-top:0px;
}

ol,ul,dl {
    /* Bringing lists on to the page with breathing room. */
    margin-left: 2em;
}

ol li {
    /* Giving OL's LIs generated numbers. */
    list-style: decimal outside;
}

ul li {
    /* Giving UL's LIs generated disc markers. */
    list-style: disc outside;
}

li {
    padding-top:2px;
    padding-bottom:2px;
}

dl dd {
    /* Giving UL's LIs generated numbers. */
    margin-left: 1em;
}

p.centered { text-align:center; }

#hd p {
    padding-top:20px;
}

#hd a, #hd p {
    color:#828282;
}

#hd a:hover {
    text-decoration:underline;
}

#main_content h1 {
	font-size: 138.5%;
	border-bottom:2px solid #830807;
	padding-bottom:1px;
	margin-bottom:3px;
	color:#640504;
	font-weight:bold;
}

#main_content h2 {
	font-size: 123.1%;
	color:#640504;
	font-weight:bold;
}

#main_content h3 {
	font-size: 108%;
	color:#640504;
	font-weight:bold;
}

#main_content p {
    margin-bottom:1em;
}

#hd { 
    height:50px;
    background-image:url('/media/img/logo.png');
    background-repeat:no-repeat;
    text-align:right;
}

#custom-doc { 
    width:53.85em;
    *width:52.55em;
    min-width:750px; 
    margin:auto; 
    text-align:left; 
}

#main_navbar {
    height:32px;
    /* For some reason this fixes some IE padding oddities. */
    padding:1px;
    margin:0px;
}

#main_navbar p {
    margin-top:8px;
}

#main_navbar a, #main_navbar a:visited {
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    color:#3C3C3C;
    margin-right:20px;
    padding-right:20px;
    border-right:2px dotted #8C8C8C;
}

#main_navbar img {
    vertical-align:text-top;
    padding-right:3px;
}

#main_navbar a:hover {
    color:#800600;
}

#main_navbar a.first_link {
    margin-left:10px;
}

#main_navbar a.last_link {
    border-right:none;
}

#main_navbar_bg {
    position:absolute;
    top:51px;
    left:0px;
    height:30px;
    width:100%;
    background-color:#CACACA;
    background-image:url('/media/img/main_navbar_bg2.png');
    background-repeat:repeat-x;
    border-top:1px solid #E2E2E2;
    z-index:-1;
}

#sub_navbar {
    /*border:1px solid blue;*/
    height:30px;
}

#sub_navbar p {
    margin:0px;
    color:#F2ECEC;
    padding:0px;
    position:relative;
    top:5px;
}

#sub_navbar a, #sub_navbar a:visited {
    color:#F2ECEC;
    text-decoration:none;
    font-size:13px;
}

#sub_navbar a:hover {
    text-decoration:underline;
}

#sub_navbar_bg {
    position:absolute;
    top:82px;
    left:0px;
    height:28px;
    width:100%;
    background-color:#FF8C86;
    background-image:url('/media/img/sub_navbar_bg.png');
    background-repeat:repeat-x;
    border-top:1px solid #850B05;
    border-bottom:1px solid #850B05;
    z-index:-2;
}

#main_content {
}

#footer_text {
    color:#828282;
    text-align:center; 
}

div.left_image_div {
	margin: 5px 10px 0pt 0pt; 
	display: inline; 
	float: left;
}