/* commented backslash hack \*/ 
html, body{
	min-height:100%;
	margin-bottom:1px;
	color: #535456;
} 
/* end hack */ 


/*default*/
body {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}
#outer {
	width: 850px;
	margin-left: 15px;
}
img {
	border: 0;
}
p {
color: #444445;
}
li {margin: 0; padding: 0;}
a:link, a:visited, a:hover, a:active {	
outline: none;
font-size: 100%;
font-weight: bolder;
color: #5987C6;
text-decoration: none;
}

/*Styles - not section specific*/

.footnote {
	font-size: 85%;
	font-style: italic;
}
.imgfloatl {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.imgfloatr {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}

/*Top graphic*/

#outer #bg {
	height: 185px;
	width: 820px;
}

/*Navbar1*/
#outer #nav1 {
position: absolute;
top: 191px;
width: 850px;
float: left;
}
#outer #nav1 ul {
width: 850px;
height: 31px;
list-style-type: none;
margin: 0px;
padding: 0px;
}
#outer #nav1 li {
float: left;
}


/*Navbar2*/
#outer #nav2 {
position: absolute;
top: 222px;
width: 850px;
float: left;
clear: right;
}
#outer #nav2 ul {
width: 850px;
list-style-type: none;
margin: 0px;
padding: 0px;
}
#outer #nav2 li {
float: left;
}


/*Navbar3*/
#outer #bottom {
margin-top: 20px;
height: 53px;
margin-bottom: 30px;
width: 850px;
display: block;
clear: both;
float: left;
}
#outer #bottom ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#outer #bottom li {
float: left;
}


/*Positioning of middle content*/
#middle {
	position: absolute;
	top: 257px;
	width: 850px;
	float: left;
	left: 17px;
}

/*Appearance of tables in main categories*/
#middle table {
	margin-top: 20px;
	border-collapse: collapse;
}
#middle td{
vertical-align: top;	
}


/*Appearance of fonts in main categories*/
.main h1
{
color: #5987C6;
font-size: 120%;
font-weight: bolder;
}
.main h2 {
font-size: 100%;
color: #5987C6;
font-weight: bolder;
line-height: 1em;
}
.main a:hover{
text-decoration: underline;
}



/*Sidebar in subcategories*/
#outer #middle .sidebar {
	background-color:#FFFFFF;
width: 210px;
float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B9BABA;
	margin-top: 20px;
padding-top: 10px;
padding-right: 30px;
padding-bottom: 30px;
padding-left: 30px;
clear: left;
}
#outer #middle .sidebar h1{
	color: #5987C6;
	font-size: 110%;
	padding-top: 5px;
	padding-bottom: 20px;
}
#outer #middle .sidebar ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#outer #middle .sidebar li{
margin-top: 7px;
margin-bottom: 7px;

}
#outer #middle .sidebar a:link {
color: #535456;
text-decoration: none;
font-weight: bold;
}
#outer #middle .sidebar a:visited{
text-decoration: none;
font-weight: bold;
color: #535456;
}
#outer #middle .sidebar a:hover{
	color: #5987C6;
	text-decoration: underline;
	font-weight: bold;
}
#outer #middle .sidebar .selected a{
	color: #5987C6;
	text-decoration: none;
	font-weight: bold;
}
#outer #middle .sidebar .selected {
	color: #5987C6;
	text-decoration: none;
	font-weight: bold;
}
.nestedlist1 {
	text-indent: 1em;
}
.nestedlist1 .selected { 
	color: #5987C6;
	}
.nestedlist1 a:link{
	font-size: 85%;
}
.nestedlist1 a:visited{
	font-size: 85%;
}
.nestedlist1 a:hover{
	font-size: 85%;
}
.nestedlist2 {
	text-indent: 3em;
}
.nestedlist2 .selected { 
	color: #5987C6;
	}	
.nestedlist2 a:link{
	font-size: 75%;
}
.nestedlist2 a:visited{
	font-size: 75%;
}
.nestedlist2 a:hover{
	font-size: 75%;
}


/*Right content beside sidebar in subcategories*/

.rightcontent {
width: 500px;
float: right;
padding-right: 30px;
padding-left: 30px;
margin-top: 10px;
clear: right;
padding-top: 20px;
margin-bottom: 20px;
margin-right: 10px;
}
.rightcontent h1{
font-size: 105%;
font-weight: bold;
}
.rightcontent h1 .blue{
color: #5987C6;
}
.rightcontent h2{
font-size: 100%;
font-weight: bold;
color: #5987C6;
margin-bottom: -8px;
}
.rightcontent h3{
font-size: 100%;
font-weight: bold;
color: #444445;
margin-bottom: -8px;
}
.nobulletslist {
	list-style-type: none;
	text-indent: 0px;
}
.rightcontent a:link, a:visited, a:hover, a:active{
	font-size: 100%;
	font-weight: bolder;
	color: #5987C6;
	text-decoration: none;
}
.rightcontent a:hover{
text-decoration: underline;
}
.rightcontent li{
	padding: 3px;
	color: #444445;
}

.home table, tr, td, img {
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.redtext {
	color: #CE171F;
}
.atmtable td{
	padding: 5px;
}
.shadedtd {
	background-color: #E7E8E8;
	padding-right: 5px;
	padding-left: 5px;
}
