@charset "utf-8";
/* CSS Document */
body{
	background:url(images/alnilam_camouflage_2.png) repeat; 
	text-align:center; 
	padding:0px; 
	margin:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636262;	
}

a, a:visited {
	color:blue;
}

a:hover{
	text-decoration:none;
}


.bigWrapper{
	width:1000px;
	float:left;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bg.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.bigWrapper[class] {
  background-image:url(images/bg.png);
  background-repeat:repeat-y;
  background-position: center;
}

.contentNavWrapper{
	width:950px;
	height:100%;
	float:left;
	background-color:white;
}

.navWrapper{
	width:246px;
	float:left;
	text-align:left;
}


.nav1stLevel{
	list-style:none;
	padding:0;
	margin:0;
}

.nav1stLevel a, .nav1stLevel a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	
	width:213px;
	height:36px;
	display:block;
	text-decoration:none;
	color:white;
	padding-left:20px;
	
	padding-top:10px;
	background:url(images/navButton.jpg) no-repeat;
}

.nav1stLevel a:hover{
	color:black;
	background:url(images/navButtonHL.jpg) no-repeat;
}


.dwAddress{
	text-align:center;
}

.contentWrapper{
	text-align:left;
/*	width:355px;*/
	float:left;
}

.mainContent{
	width:482px;
	margin-top:5px;
	border-left:1px solid #cbdbcb;
	border-right:1px solid #cbdbcb;
	padding:10px;
	float:left;
}

.rightBar{
	width:198px;
	float:right;
}

.grayBox{
	width:177px;
	background:url(images/barRightBG.jpg) repeat-y;
	padding:5px;
	text-align:left;
	margin:10px 5px;
	color:white;
}

.grayBox div{
	width:169px;
	margin-left:3px;
	margin-bottom:3px;
	margin-top:5px;
	border:1px solid white;
}

.grayBox a,.grayBox a:visited{
	color:white;
	text-decoration:underline;
}

.grayBox a:hover{
	color:#0CF;
	text-decoration:none;
}

ul{
	list-style:none;
	padding:0px;
	margin:0px;
	margin-left:20px;
	list-style-image:url(images/bullet.gif);
	line-height:18px;
}

ul li ul{
	list-style-image:none;
	list-style:square;
	padding:0px;
	margin:0px;
	margin-left:10px;
}

.footer{
	clear:both;
	background:url(images/footerBG.gif) no-repeat top center white;
	color:#666666;
	height:164px;
	padding-top:20px;
	width:950px;
}

.footer a,.footer a:visited{
	color:#666666;
}

.footer a:hover{
	text-decoration:none;
	color:black;
}

.placeHolder{
	height:50px;
}

p{

}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#297229;
	margin:0px;
	padding:0px;
	padding-bottom:3px;
	border-bottom:1px solid #297229;
}

h2{
	padding:0px;
	margin:0px;
	color:white;
	padding-bottom:2px;
	border-bottom:1px solid white;
}

.boldText{
	font-weight:bold;
	color:#063;
}

.bigBoldText{
	font-weight:bold;
	font-size:15px;
	color:#063;
}
	
.tableInfo{
	color:black;
}

.tableInfo td{
	border:1px solid #eee;
}

.tableNULL td{
	border:none;
}

.dwImg{
	padding:1px;
	border:1px solid #CCC;
}

.required{
	color:red;
}

.needed{
color: #F00;
}