html, body {
	height: 100%;
}
#non-footer {
	position: relative;
	min-height: 100%;
}
* html #non-footer {
	height: 100%;
}

#body {
	padding-bottom: 200px;
}

#footer {
	position: relative;
	margin-top: -190px;
	min-height: 190px;
}

#slideshow {
	width: 433px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#header {
	background-image: url('/images/header_bg.jpg');
	background-repeat: repeat-x;
	height: 139px;
}
#header-logo {
	background-image: url('/images/cac.jpg');
	height: 139px;
	background-repeat: no-repeat;
}
#body {
	background-image: url('/images/content_bg.png');
	min-height: 246px;
	background-repeat: repeat-x;
	padding-top: 30px;
}
#footer {
	background-color: #1C001C;
	background-image: url('/images/footer_bg.png');
	background-repeat: repeat-x;
}
#nav {
	padding-top: 116px;
	font-family: "Lucida Grande", Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#nav a {
	color: white;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
}
#nav ul li {
	margin: 0px;
	display: inline;
	margin-right: 40px;
}

#opportunities {
	padding: 20px;
	border: 1px solid #D9CCD2;
}


h1,h2,h3,h4 {
	font-family: "Lucida Grande", Geneva, Helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #340033;
	font-size: 28px;
	line-height: 40px;
	font-weight: normal;
}
h2 {
	color: #8F1B5B;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
}
h3 {
	color: #888888;	
	font-weight: normal;
}
p {
	color: #424242;
	font-size: 13px;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
}
a {
	color: #D93B38;
}
.callout {
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#footer h3 {
	padding-top: 10px;
	color: #D93B38;
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
}
#footer p {
	color: #8E808E;
	font-size: 12px;
}
#footer strong {
	color: white;
}
#footer a {
	color: white;
}
#footer label {
	color: white;
	display: block;
	float: left;
	width: 60px;
}
#footer ul {
	text-align: right;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
}
#footer ul li {
	display: inline;
	margin: 0px;
	padding-left: 10px;
	line-height: 20px;
}
#footer ul li a {
	text-decoration: none;	
}
#footer ul li a:hover {
	text-decoration: underline;
}
.people {
	margin-bottom: 10px;
}
.nomargin {
	margin: 0px;
}
.right {
	text-align: right;
}
blockquote {
	font-style: italic;
	color: #666666;
}
.cite {
	text-align: right;
	color: #555555;
}
iframe {
	border: 1px solid #CCCCCC;
}
input, textarea {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	line-height: 18px;
	margin: 5px;
}
.pagination {
	color: #555555;
	font-size: 10px;
	margin-bottom: 10px;
}
.align_right {
	text-align: right;
}
.date {
	font-size: 10px;
	color: #555555;
}
blockquote {
	padding-left: 25px;
	border-left: 1px solid #ccc;
	margin-bottom: 10px;
}
.errorExplanation {
	border: 1px solid red;
	font-style: italic;
	padding: 10px;
	padding-bottom: 0px;
}
.errorExplanation ul {
	margin-bottom: none;
}
.fieldWithErrors {
	border: 1px solid red;
	padding: 2px;
}
#notice {
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
}
textarea {
	width: 100%;
}