﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #FFF;
}
#container {
	width: 871px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile_2.gif) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 11px;
	margin-left: 10px;
	width: 850px;
	padding: 0;
	border-top: 1px #000000 solid; 
	background-color: #FFFFFF;	
	
}
#navigation {
	margin-right: 11px;
	margin-left: 10px;
	background-color: #d3d3d3;
	overflow: hidden;
	z-index:5;
}
#column_l {
	width: 620px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 190px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 11px;
	padding-right: 5px;
	padding-left: 5px;
}
#column_w {
	width: 830px;
	margin: 0 11 0 10px;
	padding: 0 20px 10px 20px;
}
#footer {
	text-align: center;
	background-color: #d3d3d3;
	margin-right: 11px;
	margin-left: 10px;
	overflow: hidden;
	border-bottom: 1px #000000 solid; 
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	border: 0px;
}

#masthead .indent{
	margin-left: 20px;
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	text-align:center;
	width: 9em;
}
#navigation a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #d3d3d3;
}

/* styles for right sidebar */
#column_r li
{
	padding: 2px 0 2px 0;
}

/* 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;
}

#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #000000;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #f2f2f2;
}
/* Styles for Links */
a {
	color: #096;
	text-decoration: underline;
}
a:hover {
	color: #9cf;
	text-decoration: underline;
}

/* Style for paragraphs*/
.indent {
	margin-left: 120px;
}

.onlyprint {
	visibility: hidden;
	display: none;
	float: none;
}

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

/* styles for seperation */

div.hr {
  height: 30px;
  background: #fff url(../images/hrl.gif) no-repeat scroll center bottom;
}

div.hr hr {
  display: none;
}

.indent_t {
	margin-left: 48px;
}

/* styles for font emphasis */

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

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

.b {
	font-weight:bold;
}

.u
{
	text-decoration:underline;
}

.style_italic {
	font-style: italic;
}

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