/* HTML Styles */
body {
	color: black;
	background-color: #D4DBF7;
	text-align: center;
	margin: 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
}
h1 {
	font-size: 1.75em;
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	text-indent: -1em;
}
h1.second {
	text-indent: 0;
	text-align: right;
	margin-top: .2em;
}
h3 {
	font-size: 1.33em; margin: 0; padding: 0 0 2px 0;
	border-bottom: 1px solid black;
}
	
h4 {
	font-size: 1em;
	color: #3366FF;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
th {
	border-bottom: 1px solid #000;
}
table, tr, td {
	border: none;
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
a:link {
	color: #0000ff;
	text-decoration: none;
}
a:visited {
	color: #800080;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
.center {
	text-align: center;
}
.strong {
	font-weight: bold;
}
.left { float: left; }
/* Structural Styles */
#frame {
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #AAA;
	width: 760px;
	padding: 0 0;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0;
	padding: 0;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	width: 760px;
	background-image: url(images/header.jpg);
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	padding: 33px 0 15px 25px;
	letter-spacing: 0.25em;
	color: #333366;
}
#leftnav {
	width: 130px;
	position: absolute;
	top: 80px;
	font-weight: bold;
	font-size: 11px;
	line-height: 28px;
	text-align: right;
	margin: 0;
	padding: 0;
	left: 0;
	background-color: #FF6600;
}
.content {
	text-align: justify;
	padding: 28px 40px 30px 60px;
	margin: 0;
	line-height: 1.25em;
	width: 75%;
}
.content#who {
	padding: 20px 15px 10px 15px;
	text-align: left;
}
.content li {
	margin-bottom: 7px;
}
.content#howhelp {
	padding: 20px 15px;
	text-align: left;
}
.leftCol {
	float: left;
}
.rightCol {
	float: left;
}
p.indent {
	text-indent: -2em;
}
#content ul, #content li {
	margin-bottom: 6px;
}
#rightnav {
	text-align: center;
	border-left: 1px solid #CCCCCC;
	margin: 0;
	padding: 10px;
	padding-top: 20px;
	margin-top: 0px;
}
#footer {
	font-size: 10px;
	font-family: Verdana,Geneva,Arial,sans-serif;
	background-color: #4852FF;
	text-align: center;
	clear: both;
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/footbg.jpg);
}
/* Top Level Nav Styles */
 #navcontainer
{
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	font-size: small;
	border-bottom: 1px solid #AAA;
}

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	font-weight: bold;
}

#navcontainer li
{
	display: block;
	margin: 0;
	padding: 0;
	width: auto;
	float: left;
}

#navcontainer a
{
	color: #E31E1E;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 5px;
	border-left: 1px solid #fff;
	border-right: 1px solid #aaa;
	display: block;
}

#navcontainer a:hover, #navcontainer a:active {
	background-color: #3366FF;
}

#navcontainer a.active:link, #navcontainer a.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}
#navcontainer a#selected {
	background-color: #4951FC;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
/* Second Level Nav Styles */
#secondarynav {
	padding: 28px 10px 0 10px;
	width: 22%;
	text-align: left;
	border-left: 1px dotted #cccccc;
}
#secondarynav img {
	padding: 0 9px;
}

#secondarynav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid rgb(73%,73%,58%);
	background-color: #FFFFFF;
	font-size: 0.8em;
	border-color: #4A55FF;
}
#secondarynav li {
	border-bottom: 1px solid rgb(84%,84%,69%);
}
#secondarynav li#select {
	padding: 0.5em 0 0.25em;
	border-bottom: 1px solid rgb(84%,84%,69%);
	background-color: #5050A0;
}
#secondarynav a {
	text-decoration: none;
	padding: 0.5em 0 0.5em 0.25em;
	color: #0000FF;
	background-color: #D3D6F5;
	display: block;
}
#secondarynav a:link {
}
#secondarynav a:visited {
}
#secondarynav a:hover {
	text-decoration: underline;
}
#secondarynav #secondarynavSelected {
	color: #E31E1E;
}

/* Header Image Styles */
#header img {
	margin: 0;
	padding: 0;
}
/* Footer Text Styles */
#footertext {
	text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 430px; 
}
table#teleCheckTable, table#teleCheckTable td {
	border: 1px solid #CCC;
}
.breadcrumbs {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	white-space: nowrap;
}  
.breadcrumbs li {
	display: block;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-right: 4px;
}
.breadcrumbs a#breadactive {
	color: #FF0000; 
}
.content img {
	border: 1px solid #CCC;
}
.displaytable {
	margin: 10px;
	border: 1px solid #BBB;
	background-color: #F2F7FD;
}
.format {
	line-height: 1em;
	margin-bottom: 2em;
}
.format p {
	margin: 0.5em;
	line-height: 1.1em;
}
#small {
font-style:italic;
font-size: smaller;
}
#inlinelist {
display:inline;
}
.diary {
	border: 1px solid #ccc;
	font-size: smaller;
}
.diary td {
	border-bottom: 1px solid #CCC;
	padding: 3px;
	border-right: 1px solid #CCC;
	
}
.links {
	border: 1px solid #ccc;
	font-size: small;
}
.links td {
	border-bottom: 1px solid #CCC;
	padding: 5px;
}
.links .sectionhead {
	background-color: #E1F5F7;
}
