		body {
			font-size: 80%;
			font-family: serif;
			line-height: 150%;
			margin: auto;
			background: url("body.png") no-repeat 100% 0;
		}
		img {
			border: 0;
		}
		
		
		
		.half {
			width: 49%;
			float: left;
		}
		
		
		
		
		del {
			display: none;
		}
		
		
		
		
		h1 {
			padding: 0 0 0 220px;
			background: url("h1.png") no-repeat;
			height: 89px;
			font-size: 22pt;
			font-family: sans-serif;
			font-weight: bold;
			color: #0070c0;
			line-height: 100%;
			position: relative;
			margin: 12px 0 12px 0;
			text-transform: uppercase;
			line-height: 80%;
		}
		h1 a {
			text-decoration: none;
		}
		h1 a span {
			position: absolute;
			bottom: 0;
			color: #0070c0;
			letter-spacing: -0.05em;
		}
		h1 a span span {
			font-weight: normal;
			color: #5b92e5;
			position: relative;
			letter-spacing: 0.05em;
		}
		
		
		
		
		div.banner {
			height: 89px;
			text-align: center;
		}
		
		
		
		
		ul#navigation {
			position: relative;
			background: #f8f8f8;
			margin: 0 0 12px 0;
			padding: 0 12px 12px 12px;
			list-style: none;
			font-family: sans-serif;
			text-align: left;
			text-transform: lowercase;
			width: 174px;
			float: right;
		}
		ul#navigation ul {
			margin: 0;
			padding: 0;
			list-style: none;
			border-bottom: 1px #8bb2f5 solid;
		}
		ul#navigation li {
			margin: 12px 0 12px 0;
			font-size: 130%;
		}
		ul#navigation li#bottom {
			margin: 12px 0 0 0;
			font-size: 130%;
		}
		ul#navigation li ul li {
			margin: 0;
			font-size: 80%;
			border-left: 1px #0070c0 solid;
		}
		
		ul#navigation li a {
			display: block;
			padding: 0 0 0 12px;
			color: #0070c0;
			text-decoration: none;
		}
		ul#navigation li a:hover {
			background: #eee;
			border-left: 6px #5b92e5 solid;
			padding: 0 0 0 6px;
			text-decoration: underline;
		}
		
		ul#navigation form#alum_login {
			width: 100%;
		}
		ul#navigation form#alum_login fieldset {
			background: #fff;
			border: 1px solid #0070c0;
		}
		ul#navigation form#alum_login fieldset legend {
			color: #fff;
			background: #5b92e5;
			border: 1px solid #0070c0;
		}
		ul#navigation form#alum_login fieldset legend a {
			color: #fff;
			display: inline;
			border: 0;
			padding: 0;
			margin: 0;
		}
		ul#navigation form#alum_login fieldset legend a:hover {
			color: #fff;
			background: transparent;
			border: 0;
			padding: 0;
			margin: 0;
		}
		ul#navigation form#alum_login label {
			display: none;
		}		
		ul#navigation form#alum_login input {
			display: block;
			color: #0070c0;
			text-align: right;
			margin: 6px 0 0 auto;
			padding: 0 6px 0 0;
			font-size: 80%;
			font-family: sans-serif;
			background: #fff;
			border-top: 0;
			border-left: 0;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
		}
		
		
		
		ul#navigation li.inline, ul#navigation li.inline a {
			display: inline;
		}
		ul#navigation li.inline a, ul#navigation li.inline a:hover {
			border: 0;
			padding: 0 12px 0 0;
			background: transparent;
		}
 
		
		
		div#container {
			margin: 12px 208px 0 12px;
		}
		
		
		
		
		div.article {
			min-height: 256px;
			text-align: justify;
		}
		div.article + div.article {
			margin-top: 64px;
		}
		div#container p.smallIllustration {
			float: right;
			padding: 6px 6px 6px 6px;
			margin: 12px;
			border: 1px solid #eee;
			background: #f8f8f8;
			font-size: 80%;
			width: auto;
		}
		
		
		
		
		h2 {
			font-size: 200%;
			font-family: sans-serif;
			margin: 6px 0 0 0;
			font-weight: normal;
			line-height: 100%;
		}
		h2 a {
			color: #000;
			text-decoration: none;
		}
		h2 a:hover {
			text-decoration: underline;
		}
		h3 {
			color: #888;
			font-family: sans-serif;
			font-size: 110%;
			font-weight: normal;
			margin: 12px 0 0 0;
		}
		h3 a {
			color: #888;
			text-decoration: underline;
		}
		h4 {
			color: #000;
			font-family: sans-serif;
			font-size: 120%;
			margin: 1em 0 0 0;
		}
		h5 {
			color: #000;
			font-weight: normal;
			font-style: italic;
			font-size: 100%;
			font-family: sans-serif;
			margin: 1em 0 0 0;
		}
		
		
		
		
		h4 span {
			color: #888;
			font-family: sans-serif;
			font-size: 100%;
		}
		h4 img {
			float: left;
			padding: 6px 6px 6px 6px;
			margin: 12px;
			border: 1px solid #eee;
			background: #f8f8f8;
		}
		h4.alternate img {
			float: right;
		}
		
		
		
		p {
			margin: 12px 0 12px 0;
			font-size: 120%;
			line-height: 150%;
			font-family: sans-serif;
			text-align: justify;
		}
		p.precis {
			font-style: italic;
			color: #444;
		}
		
		
		div#container ol {
			list-style: none;
			font-size: 120%;
			line-height: 150%;
			font-family: sans-serif;
		}
		
		div#container ol.inline li {
			display: inline;
		}
		div#container ol li a {
			text-decoration: none;
			color: #0070c0;
		}
		div#container ol li a:hover {
			text-decoration: underline;
			color: #0070c0;
		}
		
		
		
		div#footer {
			clear: both;
			margin: 48px 0 0 0;
			padding: 6px 12px 6px 12px;
			background: #000;
			border-top: 1px solid #000;
			text-align: right;
			color: #888;
		}
		div#footer p {
			margin: 0;
			font-size: 100%;
			font-family: serif;
			line-height: 150%;
			text-align: right;
		}
		div#footer a {
			color: #bbd2ff;
		}
		
		
		.required:after {
			content: "*";
			color: #f00;
		}
		
		
		div#container .hidden {
			display: none;
		}
		
		
		
 
		table {
			margin: 16px 0 16px 0;
			width: 100%;
			font-family: sans-serif;
			}
		th {
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			text-align: left;
			padding: 0.25em;
			}
		.remove {
			color: #922;
			border-top: 1px solid #eee;
			border-right: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			letter-spacing: 0.1em;
			text-transform: lowercase;
			}
		td.center {
			text-align: center;
			}
		tr.alternate {
			background: #f8f8f8;
			}
		td a {
			color: #555;
			text-decoration: none;
			}
		td a:hover {
			color: #000;
			text-decoration: underline;
			}




div#container dl dt {
	float: left;
	font-size: 100%;
	font-family: sans-serif;
	color: #444;
	font-style: italic;
}
div#container dl dt:after {
	content: ":";
}

div#container dl dd {
	margin-left: 140px;
	font-size: 100%;
	font-family: sans-serif;
}



		
		
div#container form label {
	display: inline-block;
	line-height: 120%;
	vertical-align: bottom;
	font-size: 80%;
}
div#container form input {
	vertical-align: bottom;
	font-size: 80%;
	font-family: sans-serif;
}
div#container form input.submit {
	width: 100%;
}

div#container form textarea {
	vertical-align: bottom;
	font-size: 80%;
	font-family: sans-serif;
	width: 280px;
	height: 64px;
}
div#container form fieldset {
	border: 1px solid #aae;
	background: repeat-x url("fieldset.png") 0 100%;
}
div#container form fieldset legend {
	font-size: 120%;
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: sans-serif;
	margin: 6px 0 0 0;
	font-weight: normal;
	line-height: 100%;
}

div#container form fieldset fieldset legend {
	text-transform: lowercase;
	font-variant: small-caps;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 120%;
}
div#container form fieldset ul {
	margin: 0;
	padding: 0;
}
div#container form  fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	border-bottom: 1px solid #eee;
}
div#container form  fieldset fieldset {
	margin: 1em;
}
div#container form  label {
	width: 140px; /* Width of labels */
}

div#container form table label {
	width: auto;
	background: #fff;
}
		
		
		
		
		
		
		ul li {
			font-family: sans-serif;
		}
		
/* Custom - controls ol on perspective page */
ol.perspective li {list-style:decimal;}

/*CUSTOM get involved page 2010 */
#positionsvacant {
border:0; margin:10px 0 10px 50px; width:70%;
}
#positionsvacant h3 {font-weight: bold; font-size: 15px; color:#668de3;}
#positionsvacant td {padding:15px 0 15px 0; border-bottom: 1px dashed #999;}
#positionsvacant li {padding:5px 0 5px 0; list-style: none;}