html {
	-webkit-text-size-adjust: none;
}

body {
	margin-top: 0px;
	font-size: 13px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif; /* "Lucida Sans Unicode",  */
}

.container h1 {
	font-family: Constantia, Arial, Verdana, sans-serif;;
	font-size: 28px;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight:normal;
	color:#271a62;
}

.container h2 {
	font-family: Constantia, "Franklin Gothic Medium", Arial, Verdana, sans-serif;;
	font-size: 22px;
	/* margin-top:15px; */
	margin-bottom: 5px;
	font-weight:normal;
	color:#271a62;
}


.container h3 {
	font-family: Constantia, "Franklin Gothic Medium", Arial, Verdana, sans-serif;;
	font-size: 16px;
	margin-top: 40px; 
	margin-bottom: 10px;
	font-weight:normal;
	color:#271a62;
}

.container a {
	text-decoration: underline;
	color: #271a62;
}

.container a:link {
	text-decoration: underline;
	color: #271a62;
}

.container a:hover {
	color: #ff6600;
}


#header{
	text-align:left;
	margin:0;
	padding: 0 0 0 0px;
	/* height: 60px; */
	background-image: url(../../lookandfeel/images/sidebar_background.gif);
	
	height: 120px;
}

#sidebanner {
	padding-top: 10px;
}

.subContainer, #navigation ul{
	width: 950px;
	margin:0 auto;    
}

/* Navigation */
#navigation {
	text-align:left;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0;
	/* height: 60px; */
	background-color: #fff;
	
	/* border-bottom: solid 1px #ae312f; */
}

.navigationContainer {
	width: 950px;
	margin:0 auto;
	padding: 0 0 0 0;
	
}

#navigationDivOne {
	float: left;
	background-color: #ae312f;
	width: 227px;
	text-align: left;
	
	height: 220px;
	min-height: 220px;
	overflow: hidden;
}

/* extra CSS UL codes */
#navigationDivOne ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 5px;
	line-height: 18px;
}

#navigationDivOne a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 3px;
}

#navigationDivOne a:link {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	padding: 3px;
}

#navigationDivOne a:hover {
	color: #ae312f;
	background-color: #fff;
	padding: 2px;
}

/* navigation div two */

#navigationDivOneSpace {
	float: left;
	background-color: #fff;
	width: 3px;
	text-align: right;
	
	height: 220px;
	min-height: 220px;
	overflow: hidden;
}

#navigationDivTwo {
	float: left;
	background-color: #fff;
	width: 669px; /* was 670px */
	text-align: left;
	
	height: 220px;
	min-height: 220px;
	overflow: hidden;
}

#navigationDivTwoSpace {
	float: left;
	background-color: #fff;
	width: 4px; /* was 2px */
	text-align: right;
	
	height: 220px;
	min-height: 220px;
	overflow: hidden;
}

#navigationDivThree {
	float: left;
	background-color: #fff500;
	width: 12px;
	
	height: 220px;
	min-height: 220px;
	overflow: hidden;
}

#navigationDivFour {
	float: left;
	background-color: #8b7a73;
	width: 35px;
	
	height: 220px;
	min-height: 220px;
	overflow: hidden;
}


/* Aux Navigation */

#auxNavigation {
	text-align:left;
	margin: 10px 0 0 0 ;
	padding: 0 0 0 0px;
	/* height: 60px; */
	background-color: #fff;
	
	height: 28px;
	border-bottom: solid 1px #ae312f;
}

#auxNavigationNoBorder {
	text-align:left;
	margin: 0 0 0 0 ;
	padding: 10px 0 0 0px;
	/* height: 60px; */
	background-color: #fff;
	
	height: 28px;
	border-top: solid 1px #ae312f;
}


.auxNavigationContainer {
	width: 950px;
	margin:0 auto;
}

#auxNavigationDivOne {
	float: left;
	background-color: #fff;
	width: 390px;
	text-align: left;
}

#auxNavigationDivTwo {
	float: left;
	background-color: #fff;
	width: 40px;
	text-align: right;
}

#auxNavigationDivThree {
	float: left;
	background-color: #fff;
	width: 390px;
}

#auxNavigationDivFour {
	float: left;
	width: 130px;
	background-color: #fff;
}

#auxNavigationDivOne a {
	text-decoration: none;
	color: #ae312f;
}

#auxNavigationDivOne a:link {
	text-decoration: none;
	color: #ae312f;
}

#auxNavigationDivOne a:hover {
	text-decoration: none;
}

#auxNavigationDivThree a {
	text-decoration: none;
	color: #ae312f;
}

#auxNavigationDivThree a:link {
	text-decoration: none;
	color: #ae312f;
}

#auxNavigationDivThree a:hover {
	text-decoration: none;
	color: #ff6600;
}

#siteNavigation {
	text-align:left;
	margin:0;
	padding: 0 0 0 10px;
	height:80px;
	background:#2e2c30;
	height: 115px;
}

#siteNavigationContainer {
	width: 950px;
	margin:0 auto;    
}

#navigationBox {
	 background: url('../../lookandfeel/css/blueprint/src/grid.png'); 
}

#sitenavigationBox {
	background-color: #ae312f;
	height: 220px;
	min-height: 220px;
	
}

#sitenavigationBox ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 5px;
	line-height: 18px;
}

#sitenavigationBox a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 3px;
}

#sitenavigationBox a:link {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 3px;
}

#sitenavigationBox a:hover {
	color: #ae312f;
	background-color: #fff;
	padding: 3px;
}

#sitenavigationMiddleBox {
	background-color: #ff2200;	
	height: 220px;
}

#sitenavigationRightBox {
	background-color: #ff1100;
	height: 220px;
}

/* color */
.purpleColor {
	color: #271a62;
}

#searchField {
	background-color: #fff;
	color: #666;
	border: 1px solid #999;
	font-size: 11px;
	padding: 3px;
	width: 120px;              
}

#searchresults li {
	margin-left: 10px;
}


#highlighted a {
	font-weight: bold;
	color: #fcfd81;
}

#highlighted:link  {
	font-weight: bold;
	color: #fcfd81;
}

#highlighted:visited {
	font-weight: bold;
	color: #fcfd81;
}

.reditalic {
	color: #ae312f;
	font-style:italic;
}


#academickey  a {
	text-decoration: none;
	color: #ae312f;
}

#academickey a:link {
	text-decoration: none;
	color: #ae312f;
}

#academickey a:hover {
	text-decoration: none;
	color: #ff6600;
}


/* Academic */
#academicBanner {
	text-align:left;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0;
	/* height: 60px; */
	background-color: #fff;
	
	/* border-bottom: solid 1px #ae312f; */
	height: 130px;
	min-height: 130px;
}

.academicBannerContainer {
	width: 950px;
	margin:0 auto;
	padding: 0 0 0 0;
}

#academicBannerDivOne {
	float: left;
	width: 950px;
	text-align: left;
	
	height: 130px;
	min-height: 130px;
	overflow: hidden;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#auxNavigationDivOneAcademic {
	float: left;
	width: 540px;
	text-align: left;
}

#auxNavigationDivOneAcademic a {
	text-decoration: none;
	color: #444;
}

#auxNavigationDivOneAcademic a:link {
	text-decoration: none;
	color: #444;
}

#auxNavigationDivOneAcademic a:hover {
	text-decoration: none;
	color: #ff6600;
}

#auxNavigationDivTwoAcademic {
	float: left;
	width: 410px;
	text-align: right;
}

#auxNavigationDivTwoAcademic a {
	text-decoration: none;
	font-weight: bold; 
	color: #ae312f;
}

#auxNavigationDivTwoAcademic a:link {
	text-decoration: none;
	font-weight: bold; 
	color: #ae312f;
}

#auxNavigationDivTwoAcademic a:hover {
	text-decoration: none;
	font-weight: bold; 
	color: #ff6600;
}
#overheadhyper {
	font-size: 12px;
	text-align: left;
}

#auxNavigationDivOneAcademic  a {
	text-decoration: none;
	color: #ae312f;
}

#auxNavigationDivOneAcademic a:link {
	text-decoration: none;
	color: #ae312f;
}

#auxNavigationDivOneAcademic a:hover {
	text-decoration: none;
	color: #ff6600;
}

#auxNavigationDivTwoAcademic a {
	color: #ae312f; 
	text-decoration: none; 
}

#auxNavigationDivTwoAcademic a:link {
	color: #ae312f; 
	text-decoration: none; 
}

#auxNavigationDivTwoAcademic a:hover {
	color: #ff6600; 
	text-decoration: none; 
}

/* color: #9e4d60;  */
#auxNavigationDivTwoStudentTesti a {
	color: #9e4d60; 
	text-decoration: none; 
}

#auxNavigationDivTwoStudentTesti a:link {
	color: #9e4d60; 
	text-decoration: none; 
}

#auxNavigationDivTwoStudentTesti a:hover {
	color: #ff6600; 
	text-decoration: none; 
}


#overheadhyper  a {
	text-decoration: none;
	color: #a7443f;
	font-size: 13px;
	font-weight: bold;
}

#overheadhyper a:link {
	text-decoration: none;
	color: #a7443f;
	font-weight: bold;
}

#overheadhyper a:hover {
	text-decoration: underline;
	color: #a7443f;
	font-weight: bold;
}

#overheadhyper td {
	text-align: center;
}

#news_ajax a {
	text-decoration: none;
	color: #fff;
	background-color: #ff2200;
	font-size: 11px;
}

#news_ajax a:link {
	text-decoration: none;
	background-color: #ff2200;
	color: #fff;
}

#news_ajax a:hover {
	text-decoration: underline;
	background-color: #ff2200;
	color: #fff;
}


#news_ajax a:visited {
	text-decoration: none;
	background-color: #ff2200;
	color: #fff;
}
