body {
	margin-top: 20px;
	font-family: Arial, Helvetica;
	background-image: url(../images/bg.png);
	background-repeat:  repeat-x;
	background-color: #ffffff;
}

#container {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
}
	#container #top {
		height: 15px;
		width: 954px;
		float: left;
	}
	#container #btm {
		height: 12px;
		width: 954px;
		float: left;
	}
	#container #mid {
		width: 915px;
		float: left;
		background-image: url(../images/panels/panel_body_bg.jpg);
		background-repeat: repeat-y;
		padding-top: 5px;
		padding-left: 19px;
		padding-right: 20px;
		padding-bottom: 10px;
	}
		#container #mid #header {
			width: 915px;
			float: left;
		}
			#container #mid #header #graphic {
				width: 720px;
				height: 290px;
				float: left;
				background-repeat: no-repeat;

			}
				#container #mid #graphic #nav {
					width: 710px;
					text-align: center;
					float: left;
					height: 27px;
					padding-left: 12px;
				}	
				#container #mid #header #graphic #quote {
					float: right;
					width: 391px;
					padding-top: 124px;
					padding-right: 20px;
					color: #ffffff;
					height: 134px;
					padding-bottom: 3px;	
				}
					#container #mid #header #graphic #quote #quotetext {
						float: right;
						text-align: center;
						width: 391px;
						font-size: 19px;
						font-weight: bold;
						line-height: 24px;
					}
						#container #mid #header #graphic #quote #quotetext .quotation {
							font-size: 24px;
						}
					#container #mid #header #graphic #quote #quoteby {
						float: right;
						width: 260px;
						font-size: 12px;
						padding-top: 10px;
						font-weight: bold;	
					}
			#container #mid #header #logo {
				padding-top: 195px;
				padding-left: 6px;
				width: 184px;
				float: left;
			}

#nav ul li {
	padding-left: 0px;
	margin-left: 0px;
	float: left;
}
	
.tab {
	float: left;
	height: 29px;
	font-size: 12px;
	line-height: 29px;
	margin-left: 3px;
	display: inline;
}
	.tab .tab-lhs, .tab .tab-rhs {
		width: 4px;
		float: left;
	}
	.tab .tab-lhs {
		background-image: url(../images/tabs/tab_off_lhs.png);
		background-repeat: no-repeat;
	}
	.tab .tab-rhs {
		background-image: url(../images/tabs/tab_off_rhs.png);
		background-repeat: no-repeat;
	}
	.tab .tab-text {
		padding-left: 9px;
		padding-right: 9px;
		color: #ffffff; 
		font-weight: bold;
		float: left;
		background-image: url(../images/tabs/tab_off_bg.png);
		background-repeat: repeat-x;
	}
		.tab .tab-text a {
			color: #ffffff;

			text-decoration: none;
		}
.tab-on {
	float: left;
	height: 29px;
	font-size: 12px;
	line-height: 29px;
	margin-left: 3px;
	display: inline;
}
	.tab-on .tab-lhs, .tab-on .tab-rhs {
		width: 4px;
		float: left;
	}
	.tab-on .tab-lhs {
		background-image: url(../images/tabs/tab_on_lhs.png);
		background-repeat: no-repeat;
	}
	.tab-on .tab-rhs {
		background-image: url(../images/tabs/tab_on_rhs.png);
		background-repeat: no-repeat;
	}
	.tab-on .tab-text {
		padding-left: 9px;
		padding-right: 9px;
		color: #122b50; 
		float: left;
		font-weight: bold;
		background-image: url(../images/tabs/tab_on_bg.png);
		background-repeat: repeat-x;
	}
		.tab-on .tab-text a {
			color: #122b50;
			text-decoration: none;

		}
		
.tab-focus {
	float: left;
	height: 29px;
	font-size: 12px;
	line-height: 29px;
	margin-left: 3px;
	display: inline;
}
	.tab-focus .tab-lhs, .tab-focus .tab-rhs {
		width: 4px;
		float: left;
	}
	.tab-focus .tab-lhs {
		background-image: url(../images/tabs/tab_focus_lhs.png);
		background-repeat: no-repeat;
	}
	.tab-focus .tab-rhs {
		background-image: url(../images/tabs/tab_focus_rhs.png);
		background-repeat: no-repeat;
	}
	.tab-focus .tab-text {
		padding-left: 9px;
		padding-right: 9px;
		color: #122b50; 
		float: left;
		font-weight: bold;
		background-image: url(/images/tabs/tab_focus_bg.png);
		background-repeat: repeat-x;
	}
		.tab-focus .tab-text a {
			color: #122b50;
			text-decoration: none;

		}
		
.subnav {
	position: absolute;
	display: none;
	font-size: 12px;
	width: 270px;
	text-align: left;
	background-image: url(../images/subnav/subnav_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}
	.subnav li {
		width: 230px;
		padding-left: 20px !important;
		padding-right: 20px !important;
		background-image: url(../images/subnav/subnav_bg.png);
		background-repeat: repeat-y;
		padding-top: 5px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		line-height: 20px;
	}
		.subnav li a {
			background-image: url(../images/subnav/subnav_bullet.gif);
			background-repeat: no-repeat;
			background-position: 0px 3px;
			padding-left: 10px;
			color: #122b50;
			text-decoration: none;
		}
			.subnav li a:hover {
				text-decoration: underline;
			}

#crumbs {
	width: 915px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	border-top: solid 1px #cccccc;
	margin-top: 10px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-x;
	color: #4f555e;
}	
	#crumbs a {
		color: #4f555e;
		text-decoration: none;
	}
		#crumbs a:hover {
			text-decoration: underline;
		}
		
		
#content {
	width: 915px;
	float: left;
	padding-top: 10px;
	font-size: 12px;
	font-family: arial, helvetica;
}

	#content #sidebar {
		width: 277px;
		float: left;
		border-left: solid 1px #cdced2;
		padding-left: 20px;
	}
		#content #sidebar h3 {
			font-size: 22px;
			font-family: Helvetica, Arial;
			color: #4f555e;
			padding-bottom: 5px;
			border-bottom: solid 1px #cccccc;
			margin-bottom: 5px;
			float: left;
			width: 284px;
		}
		#content #sidebar .project-list {
			padding-bottom: 20px;
			margin-left: 0px;
			float: left;
			width: 284px;
		}
			#content #sidebar .project-list li {
				border-bottom: solid 1px #cccccc;
			}
			#content #sidebar .project-list li a {
				background-image: url(../images/subnav/subnav_bullet.gif);
				background-repeat: no-repeat;
				background-position: 5px 4px;
				padding-left: 15px;
				line-height: 20px;
				text-decoration: none;
				color: #484a4c;
			}
				#content #sidebar .project-list li a:hover {
					text-decoration: underline;	
				}
				
	#content #page {
		width: 598px;
		float: left;
		padding-right: 10px;
		color: #4b4d4f;
	}
		#content #page p {
			line-height: 1.7em;
			margin: 0 0 1.3em 0;
		}
		#content #page a {
			color: #ff0000;
			text-decoration: none;
		}
			#content #page a:hover {
				text-decoration: underline;
			}
		#content #page h1 {
			background-image: url(../images/redline.gif);
			background-repeat: no-repeat;
			padding-top: 10px;
			font-size: 29px;
			font-family: Helvetica, Arial;
		}
		#content #page h2 {
			padding-top: 0px;
			font-size: 22px;
			font-family: Helvetica, Arial;
			color: #4f555e;
		}
		#content #page h3 {
			padding-top: 0px;
			font-size: 20px;
			font-family: Helvetica, Arial;
			color: #4f555e;
			margin-bottom: 20px;
		}
		#content #page h4 {
			padding-top: 0px;
			font-size: 16px;
			font-family: Helvetica, Arial;
			color: #4f555e;
			margin: 1.3em 0;
		}
		#content #page ol {
			list-style-type: decimal;
			margin-left: 25px;
		}
		#content #page ul {
			list-style-type: disc;
			margin-left: 25px;
			line-height: 20px;
			margin-bottom: 15px;
		}
			
		#content #page #unilogos {
			padding-top: 35px;
			text-align: center;
			width: 598px;
			float: left;
		}
			#content #page #unilogos img {
				padding-left: 10px;
				padding-right: 20px;
			}
			
		#content #page .articleImg {
			float: left;
			padding-right: 10px;
			padding-bottom: 10px;
			width: 260px;
		}
		#content #page .video-panel {
			float: left;
			padding-right: 10px;
			padding-bottom: 10px;
			width: 260px;
			height: 210px;
		}
			
		#content #page .uniImg {
			float: left;
			padding-left: 10px;
			padding-right: 20px;
			padding-bottom: 10px;
			
		}
		#content #page #back-link {
			margin-top: 25px;
			border-top: solid 1px #cccccc;
			padding-top: 15px;
			text-align: right;
			width: 598px;
			float: left;
		}

#subfooter {
	width: 100%;
	float: left;
	margin-top: 10px;
}
	#subfooter #partners {
		width: 954px;
		margin-left: auto;
		margin-right: auto;
	}
		#subfooter #partners .backtop {
			float: left;
		}
		#subfooter #partners .partner-logos {
			float: right;
		}
			#subfooter #partners .partner-logos img.sep {
				border-right: solid 1px #cccccc;
				border-left: solid 1px #cccccc;
			}
			#subfooter #partners .partner-logos img {
				padding: 10px 15px;
				
			}

#footer {
	width: 100%;
	float: left;
	border-top: solid 1px #cdced2;
	padding-top: 10px;
	margin-top: 10px;

	padding-bottom: 10px;
}
	#footer #footerlinks {
		width: 954px;
		margin-left: auto;
		margin-right: auto;
		font-size: 11px;
		color: #4f555e;
		
	}
		#footer #footerlinks .copyright {
			float: left;
		}
		#footer #footerlinks .links {
			float: right;
		}
			#footer #footerlinks .links a {
				color: #4f555e;
				text-decoration: none;
			}
				#footer #footerlinks .links a:hover {
					text-decoration: underline;
				}

.newstitle {
	font-size: 14px;
	color: #484a4c;
	padding: 5px 5px 0px 30px;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	float: left;
	font-weight: bold;
}	
.news-panel {
	width: 274px;
	float: left;
	margin-bottom: 15px;
	padding: 5px;
}
	.news-panel .panel-top {
		background-image: url(../images/panels/panel_news_top.jpg);
		background-repeat: no-repeat;
		height: 9px;
		float: left;
		width: 274px;
	}
	.news-panel .panel-btm {
		background-image: url(../images/panels/panel_news_bottom.jpg);
		background-repeat: no-repeat;
		height: 6px;
		float: left;
		width: 274px;
	}
	.news-panel .panel-mid {
		background-image: url(../images/panels/panel_news_bg.jpg);
		background-repeat: repeat-y;
		float: left;
		width: 254px;
		padding: 5px 10px 10px 10px;
		color: #515861;
	}
		.news-panel .panel-mid .newsImgBox, .news-panel .panel-mid img {
			float: left;
			margin-right: 10px;
			margin-bottom: 5px;
			width: 106px;
			padding-right: 0px;
		}
		.news-panel .panel-mid .side-image {
			width: 106px;
			height: 95px;
			background-repeat: no-repeat;
			background-position: center center;
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}
		
		.news-panel .panel-mid a {
			color: #d9010e;
			text-decoration: none;
		}
			.news-panel .panel-mid a:hover {
				text-decoration: underline;
			}
			
	#home-panel {
		width: 582px;
		float: left;
		margin-bottom: 15px;
		padding: 5px;
	}
		#home-panel #home-top {
			background-image: url(../images/panels/panel_content_top.jpg);
			background-repeat: no-repeat;
			height: 11px;
			float: left;
			width: 582px;
		}
		#home-panel #home-btm {
			background-image: url(../images/panels/panel_content_bottom.jpg);
			background-repeat: no-repeat;
			height: 35px;
			float: left;
			width: 582px;
		}
		#home-panel #home-mid {
			background-image: url(../images/panels/panel_content_bg.jpg);
			background-repeat: repeat-y;
			float: left;
			width: 562px;
			padding: 0px 10px 10px 10px;
			color: #515861;
		}
			#newsImgBox, #home-panel #home-mid ul {
				list-style-image: url(../images/bullet.gif);
				line-height: 20px;
				margin-left: 60px;
			}
				
			#newsImgBox, #home-panel #home-mid img {
				float: left;
				padding-right: 10px;
				padding-bottom: 5px;
				width: 106px;
			}
			#home-panel #home-mid a {
				color: #d9010e;
				text-decoration: none;
			}
				#home-panel #home-mid a:hover {
					text-decoration: underline;
				}
			
	.sb-field {
		width: 274px;
		color: #4f555e;
		font-size: 11px;
		float: left;
		padding-top: 10px;
	}
		.sb-field label {
			width: 60px;
			float: left;
			padding-top: 3px;
		}
		.sb-field input, .sb-field textarea {
			width: 200px;
			border: solid 1px #d1d1d1;
			padding: 3px;
			float: left;
			font-size: 11px;
			font-family: helvetica, arial;
		}
			.sb-field textarea {
				height: 65px;
			}
		.sb-field .button {
			float: right;
			padding-right: 7px;
			width: auto;
			border: none;
		}
	
	#content #page .project {
		width: 578px;
		margin-bottom: 10px;
	}
		#content #page .project .project-title {
			font-size: 20px;
			font-family: Helvetica, Arial;
			color: #4f555e;
			padding-bottom: 5px;
			border-bottom: solid 1px #cccccc;
			margin-bottom: 5px;
		}
		#content #page .project .more {
			padding-top: 5px;
			text-align: right;
		}
			#content #page .project .more img {
				border: none;
			}
			
	.field {
		width: 374px;
		color: #4f555e;
		font-size: 11px;
		padding-top: 10px;
		float: left;
		margin: 0px !important;
	}
		.field label {
			width: 60px;
			float: left;
			padding-top: 3px;
		}
		.field input, .field textarea {
			width: 300px;
			border: solid 1px #d1d1d1;
			padding: 3px;
			float: left;
			font-size: 11px;
			font-family: helvetica, arial;
		}
			.field textarea {
				height: 65px;
			}
		.field .checkbox {
			width: auto;
			border: none;
			margin-right: 5px;
		}
		.field-submit {
			text-align: right;
			border-top: solid 1px #cccccc;
			width: 584px;
			float: left;
			padding-top: 10px;
			margin-top: 10px;
		}
		.field .button {
			float: right;
			padding-right: 7px;
			width: auto;
			border: none;
		}
	
	#location {
		width: 584px;
		margin-top: 10px;
		margin-bottom: 10px;
		float: left;
	}
		#location a {
			color: #4f555e !important;
			text-decoration: none;
		}
			#location a:hover {
				text-decoration: underline;
			}
			
	ul.errors {
		color: #ff0000;
		padding-top: 10px;
		list-style-type: disc;
		margin-left:  25px;
	}
	
.newsitem {
	width: 588px;
	float: left;
	padding-bottom: 20px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 20px;
}
	.newsitem .news-image {
		width: 146px;
		float: left;
		background-repeat: no-repeat;
		margin-right: 10px;
		overflow: hidden;
		background-position: center center;
	}
	.newsitem .news-summary {
		width: 430px;
		float: left;
	}
		.newsitem .news-summary p {
			margin: 0px !important;
		}
		.newsitem .news-summary .news-title {
			font-size: 20px;
		}
		.newsitem .news-summary .more {
			text-align: right;
			padding-top: 10px
		}
		
#paging {
	width: 588px;
	float: left;
	margin-bottom: 25px;
}
	#paging #prev {
		width: 70px;
		float: left;
	}
	#paging #next {
		width: 70px;
		float: left;
		text-align: right;
		vertical-align: top;
	}
	#paging #pages {
		width: 448px;
		float: left;
		text-align: center;
		padding-top: 0px;
		height: 30px;
		padding-top: 5px;
	}
		#paging #pages a {
			border: solid 1px #cccccc;
			padding: 4px;
			color: #4f555e;
			text-decoration: none;
			position: relative;
		}
			#paging #pages a:hover {
				border: solid 1px #cccccc;
				padding: 4px;
				color: #ffffff;
				background-color: #cccccc;
				text-decoration: none;
			}

.fileinfo {
	font-size: 11px;
}

ul.toggletabs {
	margin-left: 0px !important;
	width: 500px;
	padding: 0px !important;
	margin: 0px !important;
}
ul.toggletabs li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
	background-color: #CCCCCC;
	padding: 5px 20px;
}
	ul.toggletabs li a {
		color: #666666 !important;
	}
ul.toggletabs li.on {
	list-style-type: none;
	float: left;
	margin-right: 5px;
	background-color: #333333;
	padding: 5px 20px;
}
	ul.toggletabs li.on a {
		color: #FFFFFF !important;
	}
	
div.panel {
	border-top: solid 3px #333333;
	float: left;
	padding-top: 20px;
}