body{
 background-color:#2c2c2c;
 margin:0;
 padding:0;


 }
 
#wrap {
  
   background-color:#bbbbbb;
   width:702px;
   margin-right: auto;
   margin-left: auto;
   	border-left: 1px solid;
   	border-right: 1px solid;
	border-top: 1px solid;
   	border-bottom: 1px solid;
   }

#header {
  
   background-image:url(gr/banner.jpg);
   width:702px;
   height:160px;
   margin-right: auto;
   margin-left: auto;
   	border-left: 1px solid;
   	border-right: 1px solid;
	border-bottom: 1px solid;
	border-top: 1px solid;
   }

#nav {
   width:702px;
   height:22px;
   margin-right: auto;
   margin-left: auto;
   border-right: 1px solid;
   }

#nav_a {
  
   background-color:#969696;
   width:352px;
   height:21px;
   border-right: 1px solid;
   border-left: 1px solid;
   border-bottom: 1px solid;
   }



#content {
  
   background-color:#bbbbbb;
   width:702px;
   overflow:hidden;
   margin-right: auto;
   margin-left: auto;
   	border-left: 1px solid;
   	border-right: 1px solid;
	border-bottom: 1px solid;
   }

#footer {
  
   background-color:#969696;
   width:702px;
   height:21px;
   margin-right: auto;
   margin-left: auto;
	border-top: 1px solid;
   	border-left: 1px solid;
   	border-right: 1px solid;
	border-bottom: 1px solid;
   }







/*Text CSS*/
#content h2{
	color:#000000;
	font-size:20px;
	text-decoration:none;
	font-family:Arial;
	display:block;
	font-weight:bold;
    
}

#nav a {
	
	color:#000000;
	font-size:18px;
	text-decoration:none;
	font-family:arial;
	margin-top:1px;
	margin-left:8px;
	margin-bottom:1px; 
}


#nav a:hover{
	text-decoration:none;
	color:#e3bd73;
}

#content p {
	
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	font-family:arial;
	margin-top:1px;
	margin-left:5px;
	margin-bottom:1px; 
}



#content a {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	font-family:arial;
	margin-top:1px;
	margin-left:5px;
	margin-bottom:1px; 
}

#content a:hover{
	text-decoration:none;
	color:#e3bd73;
}


#footer a {
        color:#000000;
	font-size:16px;
	font-weight:bold;
	font-family:arial;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:none;
	color:#e3bd73;
}



#cp p {
        color:#ffcd6b;
	font-size:16px;
	font-weight:bold;
	font-family:arial;
	margin-top:1px;
	text-decoration:none;
}



#nav_code, #nav_code ul{
	list-style-type: none;
	margin:0;
		}

#nav_code ul{
	padding-top:.5em;
	
}

#nav_code li{
	padding-left:17px;
	list-style-type: none;
	background: url(gr/arrow.gif) left top no-repeat;
	padding-bottom:.45em;
	

}


#nav_code a{
	text-decoration:none;
	color:#004080;
	

}

#nav_code a:hover{
	color:#01533D;
	font-weight:bold;

}

#nav_code .expandable{
	padding-left:0px;
	background-image:none;
}

#nav_code .expandable img{
	margin-right:5px;
}

#expandAll, #collapseAll {
	background-image:none;
}

#expandAll a:hover, #collapseAll a:hover{
	font-weight:bold;
	background-image:none;
}
