/* Minnesota GLBTA Campus Alliance Website            */
/* CSS released under Creative Commons License        */
/* http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* Last updated May 2008 by Nick Rosencrans           */



/*************** GLOBALS AND GENERAL CASES ************/



@import url("http://www.mncampusalliance.org/webcode.global.css");

	
body {
	width: auto;
	border: 0;
	margin: 0 5ex;
	padding: 0;
	float: none !important;
	background: #fff;
	}

body a {
	text-decoration: none;
	}
body a:link {
 	text-decoration: none;
	color: #336633;
	}
body a:visited {
	text-decoration: none;
	color: #336633;
	}
body a:hover {
	text-decoration: none;
	color: #336633;
	}
body a:active {
	text-decoration: none;
	color: #336633; 
	}

a:link:after, a:visited:after {
 	content: " <" attr(href) "> ";
 	font-size: 1em;
 	color: #336633;
}

a[href^="/"]:after {
  content: " <http://www.mncampusalliance.org" attr(href) "> ";
   }

h1 a:link:after, a:visited:after {
	display: none;
}



/*************** BASIC STRUCTURE **********************/ 


#pageHeader {
	display: none;
	}

h1 a:link:after, h1 a:visited:after, h2 a:link:after, h2 a:visited:after {
 	display: none;
}

h1.pageHeader {
	}

img.pageHeader {
	display: none;
	}

#container {
	width: 100%;
	}

.column {
	width: 100%;
	background:#fff;
	}

.footer {
	width: 100%;
	float: left;
	border-top: 2px solid #222;
	background:#EEE;
	font-size: 70%;
	}

.footer .column {
	background:#EEE;
	border: none;
	min-height: 0em;
	overflow: overflow;
	}



/*************** NAVIGATION ***************************/



#menu {
	display: none;
	}


