body {
	color: #919589;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #dadccf;
	background-image: url(graphics/page-bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
}
h1 {
	font-size: 19px;
	margin-top: 0px;
}
p {
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#lineid {
 color:#00000;
}
a:link {
	text-decoration: underline;
	color : #5b5d53;
	font-weight: normal;
}
a:hover,a:visited {
	text-decoration: underline;
	color: #5b5d53;
}
a:active {
color: #0099CB;
}

#filelist_table td {
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
}
#filelist_table td a {
 color:#990000;
}
#userlist_table {
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
}
#filelist_header, #filelist_header th
{
 background: #C7CAC1;
 color:#FFFFFF;
}

.button
{
	cursor:hand;
	border:0;
	margin:0;
	padding:2px;
	display:block;
	width:95px;
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
	background:#A0A27A;
	text-align:center;
	padding-top:2px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.button_over
{
	cursor:hand;
	border:0;
	margin:0;
	padding:2px;
	display:block;
	width:95px;
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
	background: #000000;
	text-align:center;
	padding-top:2px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.error
{
	display:block;
	background-image:url(graphics/error.gif);
	background-repeat:no-repeat;
	text-indent:20px;
	width:99%;
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF6600;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
.message
{
	display:block;
	background-image:url(graphics/message.gif);
	background-repeat:no-repeat;
	text-indent:20px;
	width:99%;
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006699;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}

.black {
	background-color: #000000;
}
.lead {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 10px 10px 10px 30px;
}
h3, h3 a {
	margin: 20px 20px 10px;
	font-size: 1em;
	color: #0B6671;
	text-decoration:none;
}
h3 a:hover {
	text-decoration:underline;
}
.ftpbg {
	background-image: url(graphics/bg-ftp.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}
.ftpbg a {
	color: #FFFFFF;
}

.ajax_load {
	
	display:block;
	background-image:url(graphics/ajax_load.gif);
	background-repeat:no-repeat;
	text-indent:20px;
	padding-top:2px;
	width:99%;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#777777;
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}

h2 {
	margin: 20px;
	font-size: 1.3em;
	color: #333333;
}
h3 {
	margin: 20px;
	font-size: 1.3em;
	color: #333333;
}
.titletext {
	font-weight: bold;
	color: #929812;
}

/* =Main Menu (Global)
-----------------------------------------------------------------------------*/

.nav_main {
	height: 40px;
	font-size:13px;
	border-right:0px solid #3172AF;
	list-style-type: none;
	font-weight: bold;
}
.navtable {
	background-image: url(graphics/nav-filler.jpg);
	background-repeat: repeat-x;
	background-position: right;
	margin-top: 8px;
}

.nav_main_special {
	height: 40px;
	border-right:0px solid #3172AF;
}
.nav_sub {
	border-top:1px solid #3172AF;
}
/* all lists */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:1;
}

#nav a {
	display: block;
	background-image:url(graphics/nav-bg.gif);
	text-decoration:none;
	padding:11px 14px 13px 14px;
	font-weight: normal;
	color: #464737;
	border-top: 1px solid #b9bdb7;
	border-right: 1px solid #c0c2bb;
	border-bottom: 1px solid #9ea19c;
	border-left: 1px solid #8b8d8a;
}

#nav a:hover {
	background-image: url(graphics/nav-bg-on.gif);
}

/* all list items */

#nav li { 
	float: left;
    padding:0;
    margin:0;
}

/* second-level lists */

#nav li ul { 
	position: absolute;
    width:180px;
	line-height: 1.5em;
	margin-top: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
    text-align:left;
    width:180px;
	border-left:1px solid #438FC5;
	border-right:1px solid #438FC5;
    border-bottom: 1px solid #438FC5;
    background-color:#4998D1;
	color: #144D89;
}

#nav li ul li a {
	color: #CFE4F3;
	height:1%;
}

#nav li ul li a:hover {
	color: #fff;
	background-color:#3172AF;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto;
}
.white {

	background-color: #FFFFFF;
}
.footer {
	background-color: #d3d5cb;
	height: 81px;
	border-top: 15px solid #FFFFFF;
	border-right: 15px solid #FFFFFF;
	border-bottom: 0px #FFFFFF;
	border-left: 15px solid #FFFFFF;
}
/* Start footer link scheme */
a.footer:link {
	text-decoration: none;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: bold;
	color: #5b5d53;
}

a.footer:hover {
	color: #0199CB;
	text-decoration: underline;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: bold;
}
a.footer:active {
	color: #0199CB;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: bold;
}
a.footer:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.4em;
	color: #5b5d53;
}
/* End footer links scheme */
.page {
	background-color: #EBECE2;
	width: 1003px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 15px;
	border-bottom-width: 0px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.article {
	border: 1px solid #d9dac8;
	background-image: url(graphics/article-bg.jpg);
	background-repeat: no-repeat;
	line-height: 1.3em;
}
.article img{
	border: 5px solid #FFFFFF;
}
.border {
	background-image: url(graphics/border-blend.jpg);
	width: 17px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #dadccf;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 15px;
	color: #606d62;
	padding: 0px;
}
.caption {
	background-color: #8c8e83;
	color: #ebede2;
	width: 201px;
	border: 1px solid #d4d5c3;
	font-size: 11px;
}
.dneutral {
	background-color: #d3d5ca;
}
.article2 {
	line-height: 1.3em;
}
.article2 img {

	border: 5px solid #FFFFFF;
}
