/********************** CS SITE SPECIFIC CSS **********************/

/********************** GLOBAL MARKUP (contains headings) **********************/
body { color: black;}
h1 {
	color: #465666;

}

h2 {
	color: #465666;
}

h3 {
	color: #465666;
}

h4 {
	color: #465666;
}

h5 {
	color: #465666;
}

h6 {
	color: #465666;
}

/********************** UTILITY BAR **********************/

#utilityBar { 
	border-top-width: 0px;
	border-left-width: 0px;
}	

.utilityBar {
	background-color : #aab7cf;
}

#utilityBar a {
	color: #000000;
}

#utilityBar a:link {
	color: #000000;
}

#utilityBar a:visited {
	color: #000000;
}

#utilityBar a:active {
	color: #000000;
}

#utilityBar a:hover {
	color: #3488A6;
}



/********************** DEPARTMENT BAR (contains search) **********************/

.departmentBar {
	background-color: #727983; /* #737982; */
	/* background-color: #7379a2; */
	/* background: url(/images/deptname_right.gif) repeat;*/
	border-bottom: 1px solid white;
}

#departmentBar a {
	text-decoration: none;
}

/*Search*/

.searchButton {
	background-color: #A93969;
	color: white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.searchText {
	color: black;
	background-color: white;
}

/********************** NAVIGATION BAR & TABS **********************/

.navBar {
	background-color:#E3DDD7; /* #f3ede7; /* #E3DDD7; */
}

/* was #aab7cf e6e6f0 */

/*Use this style to re-postition the tabs when the department bar has a border*/

#tabBar {
	position:absolute;
	top: 84px; 
	right: 10px;
	z-index: 2;
}

.tabsSelected {
	border-color: #638CBC;
}

/*Use this style when unselected tabs have white text.  
It ensures that text changes to a dark colour when 
tab is selected.*/

.tabsSelected a.tabLinks {
	color: #003399;
}

.tabsUnselected {
	background-color: #10316b;
	border-color: #FFFFFF #000000 #10316b #FFFFFF;
}

a.tabLinks {
	color: White;
}

a.tabLinkHover:hover {
	background-color: #5A6374;
	color: #ffffff;
}

/********************** LEFT NAVIGATION BAR (contains links & left utility bar)*/

.leftside {
	background-color: #e3ddd7 /* #f3ede7; /* #e3ddd7; */
}

/* was #aab7cf */

#leftside a:link { 
	color: #10316b; text-decoration: none;
} 

#leftside a:visited { 
	color: #10316b; text-decoration: none;
}

#leftside a:active {
	color: #10316b; text-decoration: none;
}

#leftside a:hover { 
	color: red;  text-decoration: none;
} 


/*Left Utility Bar was #3488a6 - bright turquoise*/

#leftUtilityBar {
	background-color: #737982;
}

/********************** MAIN BODY, RIGHT SITE, FOOTER LINES**********************/

/* Altered by MSJ 10/08/06 to make size similar to the variable width fonts */
pre, code {
        font-size: 140%;	
     	color: blue;
}

.content {
	border-color: #bbb9bb;
}

.rhsTableCell{
	border-color: #bbb9bb;
}

/* This style doesn't work at the moment, you have to use the one above*/

/*.rightside {
	border-color: #7E9FF8;
}*/


.footerContent {
	border-color: #bbb9bb;
}

.headercolor {
	color: #465666;
	font-weight: bold;
}

/************************* NEWS CONTENT *****************************************/
/*.newsheading { font-weight: bold; } 
.newsitem { background-color: rgb(240,243,248); margin: 0em; } */
.newsitem2{
	background-color: rgb(226,242,244); padding: 0% 1.2%;
}

.newsitem2 .newscontent{
        margin-bottom: 4px;
        margin-top: 4px;
}

