body {
	overflow-y:scroll;
	padding: 0;
	margin: 0;
	font: 12px Verdana, sans-serif;
	color: #303030;
	background: #ffffff;
}

table {
	font: 12px Verdana, sans-serif;
	color: #999999;
}

img {
	border: none;
}

#wrapper {
	margin: 2px auto;
	width: 830px;
	padding: 0;
}

#header {
	text-align: right;
}

#menu {
	font: 12px Verdana, sans-serif;
	color: #989898;
	padding: 0;
	margin-top: 5px;
	/*margin-bottom:25px;*/
}

#menu li {
	display: inline;
}

#menu li a {
	margin-right: 4px;
	color: #989898;
	font-size: 1.1em;
	text-decoration: none;
	padding-bottom: 8px;
}

#menu li a:hover {
	color: #303030;
}

.title {
	font-weight: bold;
	font-size: 2.4em;
	margin: 0;
}

.subtitle {
	font-size: 2.2em;
	margin: 0;
}

.subtitle2 {
	font-size: 1.8em;
}

.univind {
	font-size: 1.6em;
	background: url('../img/green-home-bottom.png') no-repeat;
	height: 227px;
	vertical-align: bottom;
	color: white;
	/*padding-bottom:50px;*/
}

.univind a {
	color: white;
	text-decoration: none;
}

.univind a:hover {
	color: #027100;
}

.univschool {
	font-size: 1.6em;
	background: url('../img/orange-home-bottom.png') no-repeat;
	height: 227px;
	vertical-align: bottom;
	color: white;
	/*padding-bottom:40px;*/
}

.univschool a {
	color: white;
	text-decoration: none;
}

.univschool a:hover {
	color: #ff4700;
}

.univpro {
	font-size: 1.6em;
	background: url('../img/blue-home-bottom.png') no-repeat;
	height: 227px;
	vertical-align: bottom;
	color: white;
	/*padding-bottom:50px;*/
}

.univpro a {
	color: white;
	text-decoration: none;
}

.univpro a:hover {
	color: #01669a;
}

.univteach {
	font-size: 1.6em;
	background: url('../img/red-home-bottom.png') no-repeat;
	height: 227px;
	vertical-align: bottom;
	color: white;
	/*padding-bottom:50px;*/
}

.univteach a {
	color: white;
	text-decoration: none;
}

.univteach a:hover {
	color: #960100;
}

/* ------------------------------------- */
#copyright {
	text-align: center;
}

#footer {
	color: #989898;
}

#design {
	text-align: right;
}