@charset "UTF-8";
/* CSS Document */

/* Articles and Updates Menu */

#downloadList {
	float: none;
	background-color: #DCD193;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: lighter;
	text-align: left;
	line-height: normal;
	border: 2px solid #A6A38A;
	padding: 10px;
	width: 300px;
}
#downloadList p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.downloadListTitle      {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #B7AC74;
	padding-top:2px;
	height:1.5em;
}
#downloadList      a         {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: 100;
	text-decoration: none;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #B7AC74;
}
#downloadList    a:hover  {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #993300;
	text-decoration: none;
	padding-left: 5px;
	background-color: #FFFFD8;
	display: block;
}
.downloadListImgRight  {
	float: right;
	background-position: bottom;
}
.downloadListImgLeft {
	float: left;
	top: auto;
}
#tabbedMenu {
	float: left;
	width: 464px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 300px;
}
#downloadList {
}
#downloadList_fltRight {
	float: right;
	background-color: #DCD193;
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-weight: lighter;
	text-align: left;
	line-height: normal;
	border: 2px solid #A6A38A;
	width: 250px;
	margin-left: 20px;
	padding: 5px;
}

