﻿@import url(layout.css);
body {
	color: #000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing:0px;
	line-height:15pt;
	font-style: normal;
	background-color:  #9eb3c6;
	 padding-bottom:2%;
}
p { margin-left:2em; margin-right:2em;
	
}
p.initial:first-line {
	font-variant: small-caps;
	font-weight: 600;
	font-size: 9pt;
	color:  black;
	
	
}

p.initial:first-letter {font-size:125%;  color:navy; }

#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: white;
}
#navigation {
	background-color: #aa9900 ;
	overflow: hidden;
	height:34px;
	padding-top:6px;
	padding-left:5px;
	padding-bottom:6px;
	background-image:url('../images/navbar.gif');
  background-repeat:repeat-x;
  background-position:center;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;
	 border-left:1px steelblue solid;
	 border-bottom:2px steelblue solid;

}
#footer {
	background-color: #dfcfbf;
	padding-bottom: 5px;
	 color:white;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	padding-right:3px;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #ed9;
}
#navigation a:hover {
	color: darkmagenta ;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #fd9;
	
}
/* Styles for Content */
h1 {
	font-size: 16pt;
	color: navy;
	padding-top:0.5em;
}
h2 {
	font-size: 14pt;
	color: #469;
}
h3 {
	font-size: 12pt;
	font-weight:600;
	color: goldenrod;
	padding-left:2em;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
.representationtitle {
	 font-size:12pt;
	 color:navy;
	 padding-left:1em;
	 letter-spacing:1px;
	
}
.representationdescription {
	padding-left: 1em;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: white;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: white;
	text-decoration: underline;
	font-size:12pt;
	 font-weight:600;
	 letter-spacing:1px;
}
#footer a:hover {
	color: #aa9900;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

