/* Census Style Sheet */ 

body {  
	margin: 0;
  	padding: 0;
   	min-width: 960px;
	background-color: #f0f0f0;
	background-image: url(img/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%; 
	color: #336699;
}

#wrapper {
  	width: 960px;
  	height: 2500px; 
  	margin-left: auto;
  	margin-right: auto;
  	color: #01407a;
  	padding: 2px 2px 2px 2px; 
  	
}

/* Top Bar:: Login Notice and Presence Toolsborder: 3px solid navy;  */ 

#membership { 
	width: 960px; 
	height: 30px; 
	text-align: right; 
	background-color: #f0f0f0; 
}

#userState {
	position: absolute; 
	width: 480px; 
	text-align: left; 
	border: 1px solid #e0e0e0; 
	padding: 3px 0px 3px 0px; 
 }
 
#userAction {
	float: right; 
	width: 480px; 
	text-align: right; 
	border: 1px solid #e0e0e0; 
	padding: 3px 0px 3px 5px; 
}
/* SITE BRANDING GOES IN THE MIDDLE */ 
 
/* siteBranding is the container for logoBranding and titleBranding */ 
#siteBranding { 
	position: relative; 
	width: 960px; 
	padding: 0px 0px 0px 2px; 
	height: 70px; 
	border: 1px solid #e0e0e0; 
	font-family: Latha, arial, helvetica, sans-serif;      
 	font-weight: normal;    	
	color: #000000;   
	text-decoration: none;
}

#logoBranding {
	position: absolute; 
	background-color: #ffffff; 
	width: 210px; 
	height: 70px; 
 } 

#titleBranding {
	float: right; 
	background-color: #ffffff;
	width: 745px; 
	height: 70px; 
}


/* pagingNavigation is the container for breadCrumbs and otherNav */ 
#pagingNavigation { 
	position: relative; 
	width: 956px; 
	height: 40px; 
	background-color: transparent; 
	border: 1px solid #e0e0e0; 
	font-family: Latha, arial, helvetica, sans-serif;      
 	font-weight: normal;    	
	color: #000000;   
	text-decoration: none;	
}

#breadCrumbs {
	position: absolute; 
	text-align: left; 
	width: 400px; 
	height: 40px;  
 } 
 
#otherNav {
	float: right; 
	text-align: right; 
	width: 555px; 
	height: 40px;
}
/* margin-left: -10px; */

#breadCrumbs ul { list-style: circle;  background-color: #f0f0f0; }
#breadCrumbs li { display: inline; font-family: Arial; font-weight: normal; font-size: 1.0em; } 

#otherNav ul { list-style: none; margin-left: -10px; background-color: #f0f0f0; }
#otherNav li { display: inline; font-family: Arial; font-weight: normal; font-size: 1.0em; }
#otherNav a { color: navy; font-family: Arial, Latha, sans-serif;      
 	font-weight: bolder;      
 	text-decoration: none;  
 
}  
	/* margin-bottom: 5px; 
	padding: 0px 3px 10px 3px; */ 
#otherNav a:link, #tagLine a:visited {
	text-decoration: none; background-color: #fdf8f2; color: #050845; }
#otherNav a:hover { text-decoration: underline; } 






/* main is the container for content (to the right) and sidebar */ 
#Main { 
	position: relative; 
	width: 960px; 
	padding: 0px 0px 0px 2px; 
	background-color: transparent; 
	border: 1px solid #e0e0e0; 
	font-family: Latha, arial, helvetica, sans-serif;      
 	font-weight: normal;    	
	color: #000000;   
	text-decoration: none;
	}

#Content {
	position: absolute; 
	background-color: #f0f0f0; 
	width: 640px; 
	border: 1px solid black;  } 



table.allCategories {
	clear: right; 
	width: 100%;
	line.height: 1.9em; 
	border-collapse: collapse;
	border: 1px solid #adbbca;
	padding: 3px 3px 3px 3px;  
	color: #4f6480; 
	background: #f0f0f0; }

table.allCategories thead tr {
	color: white;
	background: #5e7796; 
	font-family: arial; 
	font-size: 1.5em; 
	font-weight: bold; }
	
table.allCategories thead td {
	padding-left: 5px;  }

table.allCategories tbody td {
	border-bottom: 2px solid #ccc; 
}

table.allCategories tbody tr td a:link {
	font-weight: none;
	font-size: 1.4em; 
	font-family: verdana; 
	text-decoration: none;
	color: navy; 
	padding-bottom: 8px; }

table.allCategories tbody tr td a:visited {
	font-weight: none;
	font-size: 1.4em; 
	font-family: verdana; 
	text-decoration: none;
	color: navy; 
	padding-bottom: 8px; 
}
	
table.allCategories tbody tr td a:hover {
	color: blue; 
	text-decoration: underline; }


#Sidebar1 {
	float: right; 
	background-color: #ffffff;
	width: 310px; 
	border: 1px solid black; 
}

 

#footer {
	clear: both;
	padding: 0px 0px 3px 2px; 
	border: 1px solid #a8a8a8;
	background-color: #e0e0e0;
	margin-top: 8px;  }
	
 #footer ul {
	list-style: none; }

#footer li { 
	display: inline; }

 
