body {
	background-color: #0059a7;
}
#banner {
	text-align: center;
	clear: both;
}
#banner #logo {
	float: left;
	margin-left: 10px;
}
#banner #extra {
	float: right;
	margin-right: 10px;
	text-align: right;
}
#banner #extra .links {
	margin-right: 5px;
	margin-bottom: 4px;
}
#banner #extra  a {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
#banner #extra form {
	margin: 0px;
	padding: 0px;
}
#banner #extra #login {
	font-family: verdana;
	font-size: 12px;
}
#banner #extra input {
	font-family: verdana;
	font-size: 10px;
	color: #999;
}
#banner #extra .login-row {
	text-align: right;
}
#banner #extra .login-button {
	color: #000;
}
#banner #extra .flash-body {
	margin-top: 10px;
	width: 320px;
	height: 80px;
	border: 1px solid #ABABAB;
}
#page {
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}
#nav {
	background-image: url(images/nav_background.png);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-right: 15px;
	height: 30px;
	padding: 8px 0px 4px 0px;
}
#nav #line1 ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#nav #line1 li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #AAAAAA;
}
#nav #line1 .normal {
}
#nav #line1 .last {
}
#nav #line1 a {
	color: #ffffff;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}
#nav #line2 ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#nav #line2 li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
}
#nav #line2 a {
	color: #ffffff;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-decoration: none;
}
#nav2 {
	background-image: url(images/nav_background_repeat.png);
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 10px;
}
#nav2 ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav2 li {
	display: inline;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-decoration: none;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav3  {
	margin: 0px;
	padding: 0px;
	height: 40px;
	clear: both;
}
#subnav {
	background-color: #fabe38;
	padding-top: 1px;
	padding-bottom: 2px;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#subnav li {
	display: inline;
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
}
#subnav a {
	font-family: Calibri, Arial, sans-serif;
	font-size: small;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#subnav a:hover {
	font-family: Calibri, Arial, sans-serif;
	font-size: small;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}



#body {
	font-family: Calibri, Arial, "MS Trebuchet", sans-serif;
	padding: 15px;
	clear: both;
}
#column1 {
	width: 450px;
	float: left;
}
#column1 #breadcrumb {
	margin-bottom: 10px;
	font-size: small;
}
#column1 h2 {
	font-size: x-large;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#column1 h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#column1 p {
	letter-spacing: 0px;
	font-size: medium;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
}
#column1 .test-image {
	margin-left: 5px;
	border: solid 1px #000;
}
#column2 {
	width: 250px;
	float: right;
}
#column2 h3 {
	font-size: medium;
	margin: 0px;
}
#column2 p {
	font-size: small;
	line-height: 18px;
	margin: 0px;
	margin-bottom: 5px;
}
#column2 .first {
	padding-bottom: 15px;
	border-bottom: dashed 1px #c0c0c0;
}
#column2 .middle {
	padding-bottom: 15px;
	border-bottom: dashed 1px #c0c0c0;
	padding-top: 15px;
}
#column2 .last {
	padding-top: 15px;
}
#column2 ul {
	margin: 0px;
	padding: 10px 5px 0px 15px;
	font-size: small;
}
#column2 li {
	padding-bottom: 10px;
}
#column2 #clienttools ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}
#column2 #clienttools a {
	font-size: small;
	font-weight: bold;
	color: #CC0000;
}

#footer {
	font-family: Calibri, Arial, "MS Trebuchet", sans-serif;
	font-size: small;
	color: #999999;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 0px 15px 0px 15px;
	margin-top: 10px;
	clear: both;
	border-top: solid 1px #c0c0c0;
}
td.download-label {
	font-size: 12px;
}
td.download-link {
	text-align: center;
}
th.download-label {
	text-align: left;
	color: #ffffff;
}
th.download-link {
	text-align: center;
	color: #ffffff;
}
td.user-cell-odd {
	font-size: 12px;
	padding: 2px;
	background-color: #efefef;
}
td.user-cell-even {
	font-size: 12px;
	padding: 2px;
	background-color: #FFFFFF;
}
th.user-header {
	color: #333333;
	background-color: #c0c0c0;
	padding: 5px;
}