/* CSS Document */

body {
	background-image:url(../media/background.jpg);
}


.home {
	background-image:url(../media/home_bg.jpg);
}

.container {
	width: 865px;
	margin: 0 auto;
}

.topBar {
	height: 148px;
	width: 865px;
}

.logo {
	background-image: url(../media/universal/logo.jpg);
	width: 556px;
	height: 148px;
	float:left;
}

.house {
	float:left;
}

.column {
	width: 865px;
}

.smallTopBar {
	width: 865px;
	height: 16px;
	clear: both;
}

.bottomBar {
	width: 825px;
	height: 26px;
	padding-top: 35px;
	padding-right: 40px;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

.bottomBar a {
	text-decoration: none;
	color:#000000;
}

.leftColumn {
	float: left;
	width: 170px;
	padding-left: 25px;
	padding-right: 10px;
}

.rightColumn {
	float: left;
	margin-left: 45px;
	width: 560px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 25px;
}

.links {
	margin: 0;
	padding: 0;
}

.links li {
	list-style:none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	padding: 6px 0px 6px 0px;
	font-variant: small-caps;
	font-weight:600;
}

.sublinks li {
	border-bottom-style:thin;
	border-bottom-width: 1px;
	font-size:12px;
}


.links li a {
	text-decoration: none;
	letter-spacing: 2px;
}

.links li a:first-letter {
	font-weight:bolder;
	font-size: 15px;
}


.titles {
	font-weight: bold;
	font-size:14px;
}

.rightColumn li {
	list-style: none;
}

.projectDescription {
	line-height: normal;
}

.rightColumn li {
	list-style-type:circle;
}

#aList {
	line-height: normal;
}

#aList li {
	list-style:none;
	font-weight:bold;
	margin-bottom: 10px;
}

#aList li li {
	font-weight: normal;
	margin-bottom: auto;
}


