/* mac hide\*/
html, body, #outer {
	margin: 0;
	padding: 0;
	height:auto;
}
/* end hide */
body {
	padding:0;
	text-align:center;
	min-width:700px;/* for mozilla*/
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:17px;
}

#outer{
	width:700px;
	text-align:left;
	margin: 0 auto;
	position:relative;
	border:none;
	
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/


#innerwrap {/* enables content first */
	float:left;
	width:700px;
}
#left {
	display:none
}

#centrecontent {
	padding-top:0px;/*needed to make room for header*/
	position:relative;/*ie needs this to show float */
	float:left;
	width:700px;
	background-color:#ffffff;
}

#right {
	display:none
}


/**********HEADER STYLES **********************/


#header{
	display:none
}

#header1{
	display:none
}

#header2{
	display:none
}



/**********FOOTER STYLES **********************/

#footer {
	width:700px;
	clear:both;
	height:30px;
	left:auto;
	bottom:auto;
	position:relative;
	
	background-color:#ffffff;
	padding-top:20px;
}
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}

#footer2 {
	width:670px;
	padding-top:6px;
	padding-left:15px;
	padding-right:15px;
	height:19px;
	color: #000000;
	text-align:center;
	background-color:#ffffff;
}


#nbw {font-size:10px; float:right; width: 250px; text-align:right; color:#5c5c5c}
#copyright {font-size:10px;float:left; width: 250px; text-align:left; color:#5c5c5c }

#clearfooter {width:100%;height:12px;clear:both;} /* to clear footer */


/*******************************************************************************/


/*BASIC STYLES*/

a.nbwlink 			{font-family: Arial, Helvetica, sans-serif; font-size:10px;   }
a.nbwlink:active 	{  	text-decoration: underline;color:#000000 	}
a.nbwlink:visited 	{   text-decoration: underline;	color:#748ca7		}
a.nbwlink:link 		{	text-decoration: underline;	color:#748ca7		}
a.nbwlink:hover 	{  	text-decoration: underline;color:#000000 }

ul {
	margin-left:18px;
	padding:0px;
	margin-top:0;
}

ul li {margin-bottom:10px;}

ol {
	margin-left:24px;
	padding:0px;
	margin-top:0
}

p {margin-top:0;}

.box1 .titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;	
	padding-top:9px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	line-height:auto;
} 

.box2 .titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;	
	padding-top:9px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	line-height:auto;
} 
.projectright {display:none }
