* {
	 /* border: 1px solid #00FF00; /* DEBUG */
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#layout { 
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	vertical-align: top;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

#header {
	height: 100px;
	background-color: #00024f;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	background-position: left;
}

#center {
	padding: 0px 20px;
	color: #CCCCCC;
	vertical-align: top;
	font-size: 12px;
}

#left {
	float: left;
	vertical-align: top;
	width: 200px;
	padding: 0;
	margin: 0;
	line-height: 20px;
}

#right {
	float: right;
	vertical-align: top;
	width: 250px;
	padding: 0;
	margin: 0;
}



#left div.caption  {
	width: 200px;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-image: url('../images/bar.gif');	
	background-position: top;
	background-repeat: repeat-x;
}

#center div.caption  {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-image: url('../images/bar.gif');	
	background-position: top;
	background-repeat: repeat-x;
	line-height: 20px;
}

#right div.caption {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-image: url('../images/bar.gif');	
	background-position: top;
	background-repeat: repeat-x;
	line-height: 20px;
}

#overflow div.caption {
	margin-top: 5px;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	background-image: url('../images/roundbar.gif');	
	background-position: top;
	background-repeat: repeat-x;
	line-height: 20px;
}

#overflow div.content {
	background-color: #000000;
}

#left li.lightblue {
	color:  #0005FA;
}

#left ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 150px;
}

#left ul { padding-left: 20px; 	margin: 0; list-style-image: url(../images/bullet.gif); }
#left ul li { margin: 0; padding: 0; line-height: 20px; height: 20px; padding-left: 5px; }

#left ul li a {  margin: 0; padding: 0; display: inline; text-decoration: none; }
#left ul li a:link, #left ul li a:visited { color: #CCCCCC; }
#left ul li a:hover, #left ul li a:active { color: #0005FA; }

#left .navi_sub {
	list-style: none;
	height: auto;
}

#left .navi_sub li {
	height: auto;
 	list-style-image: url(../images/bullet2.gif);
	color: #CCCCCC;;
}

.list { 
	width: 250px;
	padding-left: 20px;
	margin: 0px auto; 
	list-style-image: url(../images/bullet.gif); 
	/* border: 1px solid #00FF00; /*DEBUG*/	
}
.list li { 
	height: 20px; 
	padding-left: 5px; 
	/* border: 1px solid #00FF00; /*DEBUG*/		
}

.list a { display: block; text-decoration: none; }
.list li a:link, .list li a:visited { color: #FFFFFF; }
.list li a:hover, .list li a:active { color: #0005FA; }

#milestones
{
	width: 100%;
	color: #cccccc;
	font-size: 12px;
}

#band, #filelist
{
	width: 100%;
	color: #cccccc;
	font-size: 12px;
}

#band tr th, #filelist tr th {
	background-image: url('../images/roundbar.gif');
	background-position: center;
	background-repeat: repeat-x;
}

#band strong, #filelist strong
{
	width: 100%;
	color: #cccccc;
	font-size: 12px;
	font-weight: bolder;
	color: #0005fa;
}

