﻿@import url(layout.css);
body {
	width: 100%;
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #FFF;
}
#masthead, #container, #column_l, #column_w {
	width: 	100%;
	float: none;
	margin: 0;
}

#navigation, #column_r, .noprint {
	visibility: hidden;
	display: none;
	float: none;
}
#footer {
	text-align: center;
	border-top: 1px #000 solid; 
	width: 100%;
	float: none;
	margin: 0;
}

#masthead img {
	border: 0px;
}


/* Styles for Content */
h1 {
	color: #030;
	font-size: 2.0em;
	padding: 20px 0 0 0;
}
h2 {
	color: #030;
	font-size: 1.75em;
}
h3 {
	color: #030;
	font-size: 1.5em;
}
h4 {
	color: #030;
	font-size: 1.25em;
}

#toc dl {
	clear:both;
}

#toc dt {
	float: left;
	clear: left;
	width: 8em;
    font-weight: bold;
}

#toc dd {
    margin-left:8em;
    padding-bottom:1em;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#footer a:visited {
	color: #000;
}

/* Styles for Links */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a:visited {
	color: #000;
}

/* Styles for images */
img.bdr {
	border:thin black ridge;
	border-color:#030;
}
img.portrait {
	border:thin black ridge;
	border-color:#030;
	height:120px;
	width:80px;
}

/* styles for seperation */

div.hr {
  height: 30px;
}

div.hr hr {
  width: 15%;
}



/* styles for font emphasis */

.bb {
	font-weight:bold;
	font-size:medium;
}

.ub
{
	text-decoration:underline;
	font-weight:bold;
}

.b {
	font-weight:bold;
}

.style_italic {
	font-style: italic;
}

.style_small {
	padding-top: 20px;
	font-size: xx-small;
}
