﻿@import url('layout.css');
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color:white;
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	background-color: white;
	background: white;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-color: black;
}
/* From top of body. */
#spacer  {
	height:30px;
	background:transparent;
}

#masthead {
	text-align: inherit;
	background-color: #11446B;
	background-repeat: no-repeat;
}
#top_box{
	width: 760px;
	padding: 5px 20px;
	background-color: transparent;
}

html > body #top_box {
	width: 760px;
	padding: 5px 20px;
	background-color: transparent;
}

#bottom_box{
	width: 760px;
	padding: 0px 20px;
	background-color: transparent;
	clear: both;
}

html > body #bottom_box {
	width: 760px;
	padding: 0px 20px;
	background-color: transparent;
	clear: both;
}

#column_l {
	width: 460px;
	padding: 5px 20px;
	background-color: transparent;
	float: left;
}
html > body #column_l {
	width: 460px;
	padding: 5px 20px;
	background-color: transparent;
	float: left;
}
#column_r {
	width: 275px;
	padding: 5px 10px;
	background-color: transparent;
}
html > body #column_r {
	width: 275px;
	padding: 5px 10px;
	background-color: transparent;
}

#column_l1 {
	width: 510px;
	padding: 5px 20px;
	background-color: transparent;
	float: left;
}
html > body #column_l1 {
	width: 510px;
	padding: 5px 20px;
	background-color: transparent;
	float: left;
}

#column_rm {
	width: 110px;
	padding: 5px 10px;
	background-color: transparent;
	float: left;
}
html > body #column_rm {
	width: 110px;
	padding: 5px 10px;
	background-color: transparent;
	float: left;
}

#column_rr {
	width: 95px;
	padding: 5px 10px;
	background-color: transparent;
}
html > body #column_rr {
	width: 95px;
	padding: 5px 10px;
	background-color: transparent;
}

#column_half_l {
	width: 365px;
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 5px;
	background-color: transparent;
	float: left;
}

html > body #column_half_l {
	width: 365px;
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 5px;
}

#column_half_r {
	width: 380px;
	padding: 5px 10px;
	background-color: transparent;
	float: left;
}

html > body #column_half_r {
	width: 380px;
	padding: 5px 10px;
	background-color: transparent;
}

#content {
	background-color: transparent;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	clear: both;
}
html > body #footer {
	text-align: center;
	padding-bottom: 0;
	background-color: white;
	clear: both;
}

#login_footer {
	text-align: center;
	padding-bottom: 10px;
}
html > body #login_footer {
	text-align: center;
	padding-bottom: 0;
	background-color: white;
}

#login_hdr {
	text-align: left;
	padding-bottom: 0px;
	padding-left: 55px;
	font-family: Arial, Helvetica, sans-serif;
}
html > body #login_hdr {
	text-align: left;
	padding-bottom: 0;
	padding-left: 55px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer {
	background-color: #7A9BC0;
	background: #7A9BC0;
	border-bottom: 1px solid black;
	border-color: black;
	width: 800px;
	display: block;
	overflow: hidden;
}

	
#nav {
	font-weight: bold;
	font: small serif;
	text-decoration: none;
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	background-color: #7A9BC0;
	border-top: 1px solid black;
	overflow: hidden;
}


#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
/*	line-height: 1; */
}

#nav a {
	display: block;
	width: 114px;
	text-indent: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}

#nav li { /* all list items */
	padding: 0px;
	float: left;
	width: 114px; /* width needed or else Opera goes nuts */
	background-color: #7A9BC0; 
	z-index: 200;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #7A9BC0;
	width: 114px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 200; 
}

#nav li:hover ul, 
#nav li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
	background-color: #7A9BC0;
}

#nav a:hover {
	color: white;
	background-color: #3A597C;	
}

/* #nav li:hover ul li a,
#nav li.sfhover ul li a {
	color: white;
	background-color: #3A597C;
} */

#pic_nav_triple {
	display: block;
	width: 760px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#pic_nav_triple ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
/*	line-height: 1; */
}

#pic_nav_triple li { /* all list items */
	padding: 0px;
	padding-bottom: 20px;
	float: left;
	text-align:	center;
	width: 252px; /* width needed or else Opera goes nuts */
	z-index: 200;
}

#content {
	clear: left;
	color: white;
}	
	

/* Right Column */
#column_r img {
/*	border: 1px solid black; */
}

/* Site typography */

h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}

.login_hdr {
	font-size: x-large;
	font-weight:bold;
	color: #000;
	text-align: left;
	padding-bottom: 0px;
	padding-left: 65px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;

}

/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}

/* Footer */
#login_footer p {
	font-size: small;
	color: #000;
}

/* Links */
a {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #7A9BC0;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.list_hdr {
	font-size: medium;
	padding: left: 20px;
}

.list_text {
	font-size: medium;
	padding: left: 20px;
}

.r_title  {
   font-size:    12pt;
   font-weight:  bold;
   }

.r_author  {
   font-size:    12pt;
   font-style:   italic;
   font-weight:  bold;
   }

.r_txt  {
   font-size:    12pt;
   }


