
/**
 * GLOBAL	
 * 
 */

body {
	font: normal 12px Arial;
	color: #65666a;
}

* {
	padding: 0;
	margin: 0;
}

a {
	font: normal 12px Arial;
	color: #65666a;	
	text-decoration: none;	
}

a img {
	border: none;
}

ul {
	list-style: none;
}

strong {
	font-weight: bold;
	color: #494949;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #494949;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

p {
	margin-bottom: 1em; 
	text-align: justify;
}


/**
 * COMMON	
 * 
 */

div.button {
	height: 28px;
	width: 100%;
	line-height: 28px;
	border: 1px solid;
	text-align: center;
}

div.button.over {
	background-color: #fff !important;
}

div.button a {
	font-weight: bold;
	color:  #fff;
}

/**
 * MAIN	
 * 
 */

div.main {
	margin: 0 auto;
	width: 990px;
}

/**
 * HEADER	
 * 
 */

div.header {
	height: 119px;
	width: 100%;
	border-bottom: 1px solid #65666a;	
}

div.header > a {
	margin: 20px 0 0 4px;
	float: left;	
}

div.header div.menu {
	float: right;
	margin-top: 30px;	
}

div.header div.menu ul li {
	float: left;	
	margin-right: 36px;
}

div.header div.menu.large ul li {
	margin-right: 20px;	
}

div.header div.menu.large ul li a {
	font-size: 10px;	
}

/**
 * CONTENT	
 * 
 */

div.content {
	float: left;
	clear: both;
	width: 100%;	
}

/**
 * FOOTER	
 * 
 */

div.footer {
	clear: both;
	width: 100%;
}

div.footer > * { 
	width: 100%;
	border-top: 1px solid #65666a;
}

div.footer div.top {
	height: 153px;
}

div.footer div.top > * { 
	float: left;
	margin-left: 40px;
}

div.footer div.top div.column {
	height: 133px;
	padding-top: 20px;
}

div.footer div.top div.column ul li {
	margin-top: 10px;
}

div.footer div.top div.column ul li a:hover {
	color: #0057a6;
}

div.footer div.top div.campus {
	height: 98px;
	width: 220px;
	padding: 19px 7px 10px 7px;
	margin-top: 12px;
	border: 1px solid #0057a6;
	text-align: center;
}

div.footer div.top div.campus ul {
	margin-top: 15px;
	float: right;
	width: 160px;
}

div.footer div.top div.campus ul li {
	display: block;
	padding-left: 10px;
	float: right;
	margin-top: 2px;
	background: url(../images/point.png) left center no-repeat;
}

div.footer div.top div.campus ul li:first-child {
	margin-top: 0;
}

div.footer div.top div.campus ul li a {
	font-size: 11px;
	color: #272727;
}

div.footer div.bottom {
	height: 48px;
}

div.footer div.bottom > * {
	height: 100%;
	margin-top: 16px;
}

div.footer div.bottom div.applications {
	float: left;
}

div.footer div.bottom div.applications ul li {
	float: left;
	padding-left: 23px;
	background-position: left center;
	background-repeat: no-repeat; 
	margin-left: 24px;
}

div.footer div.bottom div.applications ul li.facebook {
	background-image: url(../images/facebook.jpg);
}

div.footer div.bottom div.applications ul li.csl {
	background-image: url(../images/csl.jpg);
}

div.footer div.bottom div.copyright {
	float: right;
	margin-right: 34px;
}

div.footer div.bottom div.copyright ul li {
	float: left;
	margin-left: 4px;	
}