body {
	color: #555;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font: 12px/19px Arial, Helvetica, sans-serif;
}
#wrapper {
	background: url(../img/bg_repeat.jpg) repeat-x;
	padding-bottom: 30px;
}
#wrapper .container {
	background: url(../img/bg_container.jpg) no-repeat center top;
}
.container {
	margin: 0px auto;
	width: 1022px;
	position: relative;
}
.container_fixed {
	width: 960px;
	position: relative;
	margin: 0px auto;
	padding: 0px;
}
ul#campusnav {
	margin: 0px;
	padding: 0px;
	float: right;
}

ul#campusnav li {
	display: inline;
	color: #fea4b1;
	font-size: 11px;
}
ul#campusnav li a {
	text-decoration: none;
	color: #fea4b1;
	font: 11px Arial, Helvetica, sans-serif;
}
ul#campusnav li a.active, ul#campusnav li a:hover {
	color: #fff;
}
#header {
	padding-top: 2px;
}
#logo {
	background: url(../img/logo.png) no-repeat center 40px;
	height: 100px;
	width: 430px;
	padding-top: 22px;
}
#logo h1 {
	display: block;
	text-indent: -9999px;
	margin: 0px;
}
#content_wrapper {
	padding: 0px;
	width: 960px;
	overflow: visible;
	min-height: 600px;
}
#content_block {
	width: 614px;
	float: left;
	z-index: 0;
	position: relative;
	padding: 20px 20px 0px 20px;
}
.home_column {
	width: 295px;
	float: left;
}

.home_column-left {
	width: 295px;
	float: left;
	padding-right: 20px;
}

.home_block {
	float: left;

}



#fader_container {
	margin-bottom: 20px;
}
#fader {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
#sidebar {
	float: left;
	width: 266px;
	position: relative;
	z-index: 0; /* Prevents the content from showing up on top of the dropdowns */
	padding: 40px 20px 0px 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style-type: none;
}

#sidebar p {
	font-size: 11px;
	line-height: normal;

}


#footer {
	margin:0px;
	padding: 0px;
	font-size: 10px;
	color: #888;
}
.footer_column {
	float: left;
	width: 460px;
	background: url(../img/bg_footer.gif) repeat-x;
	padding: 10px;
}
.footer_column ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.footer_column li {
	display: inline;
}
.footer_column li a {
	text-decoration: none;
	color: #888;
}
.footer_column li a:hover {
	text-decoration: none;
	color: #888;
	border-bottom: 1px dotted #888;
}
h1 {
	color: #555;
	margin:0px 0px 20px 0px;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	font-style: normal;
	color: #555;
	margin:0px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #555;
	margin:0px;
}

h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #555;
	margin:0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
a:link, a:visited {
	color: #315d98;
	text-decoration: underline;
}
.blue {
	color: #315d98;
}

a:hover, a:active {
	color: #315d98;
}
/* Give Online Button */

.button {
	padding: 8px 76px 8px 60px;
	margin-top: 20px;
	position: relative;
	cursor: pointer;
	display: block;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	background: #C42C40 url(../img/bg_givebtn.gif) repeat-x bottom;
	text-transform: uppercase;
	border-top: 2px solid #ed566b;
	border-right: 2px solid #a51628;
	border-bottom: 2px solid #a51628;
	border-left: 2px solid #ed566b;
}
img {
	border: none;
}
.button:hover {
	color: #fff;
	text-decoration: none;
}
.button:active {
	color: #fff;
	text-decoration: none;
	top: 1px;
	left: 1px;
}
a.button {
	color: #fff;
	text-decoration: none;
}
.textfield {
	border:1px solid #FFFFFF;
	width:208px;
	height:18px;
	background-image:url(../img/input_back.gif);
	margin-top:30px;
	margin-right:10px;
	padding:5px;
	background-repeat: repeat-x;
	float: left;
}
.clear {
	clear:both;
}
.img_container {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
}
a.anchorLink {
	font-size: 9px;
	text-transform: uppercase;
	display: block;
	position: absolute;
	text-decoration: none;
	right: 8px;
	color: #C42C40;
}
/* Table styles --------------------------------------------------------- */
table {
	border-collapse: collapse;
	border: 1px solid #e7e7e7;
}

caption {
	color: #000;
	padding-bottom: 15px;
	text-align: left;
	font-size: 16px;
	}
table th {
	margin: 0;
	padding: 5px 5px 5px 8px;
	border: 1px solid #e7e7e7;
	text-align: left;
	background-color: #f9f9f9; /* or use f0f7ff */
	}
table th a {
	font-weight: normal;
	}
.download-col {
	width: 120px;
}

/*Additional highlighting for table headers*/
.thsub{
	background-color: #fff;
	}

table td {
	margin: 0; 
	padding: 5px 5px 5px 8px;
	background-color: #fff; 
	border: 1px solid #E7E7E7;
	}

ul.buttonlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.buttonlist   li   {
	display: inline;
	padding-right: 6px;
	text-transform: uppercase;
	font-size: 11px;
}

.inactive {
	color: #ccc;
}
.membercontainer {
	text-align: center;
	width: 150px;
	float: left;
	border: 1px solid #e1e1e1;
	margin-bottom: 15px;
	padding: 10px;
	margin-right: 9px;
}
.membercontainer span {
	color: #315d98;
	font-size: 11px;
}
.member {
	width: 131px;
	margin-left: 10px;
}
.membercontainer h3 {
	font-weight: bold;
	font-size: 12px;
}
#content_block ul {
	list-style: url(none) none;
}


	
/* End Table styles  */
.footnote {
	font: normal 11px Arial, Helvetica, sans-serif;
}
