/*	**************************************************	*/
/*	**  			BASIC PAGE LAYOUT STYLES  		**  */
/*	**************************************************  */

/*	--------------------------------------------------  */
/*	Page container 										*/
/*	--------------------------------------------------  */

body {
	font: normal 75%/1.33 "Arial", "Helvetica", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

#page {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/*	--------------------------------------------------  */
/*	Cross-site masthead 				                */
/*	--------------------------------------------------  */

#globalmasthead {
	height: 5.4em;
	overflow: hidden;
	color: #1d4296;
	background: #e6e8f5; 
}

#cruklogo {
	float: left;
	width: 200px;
}

#globalnav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#globalnav li {
	float: left;
	width: 84px;
	height: 3em;
	line-height: 1.3;
	font-weight: bold;
	padding: 18px 0 0 6px;
	margin: 0;
	border-left: 1px solid #aaf;
}

#globalnav li a {
	color: #1d4296;
	background: #e6e8f5;
	text-decoration: none;
}

#globalnav li a:hover {
	text-decoration: none;
}

/*	--------------------------------------------------  */
/*	Site masthead 										*/
/*	--------------------------------------------------  */

#sitemasthead {
	color: #fff;
	background: #1d4296;
	margin: 0; 
	padding-bottom: 10px;
}

#sitename {
	float: left;
	width: 200px;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0.95em 0 0 0.3em;
}

#searchform {
	margin: 0;
	padding: 0 5px;
	text-align: right;
}

#searchform fieldset {
	border: none;
	padding: 1.0em 0 0 0;
	margin: 0;
}

#searchform label { 
    font-weight: bold; 
    color: #fff; 
}


/*	--------------------------------  */
/*	Footer navigation & information	  */
/*	--------------------------------  */


#footer { clear: both; margin-top: 8px; padding-top: 8px; border-top: 1px solid #cccccc; }

#footer a { color: #1d4296; text-decoration: underline; }

#footer .utilities {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 2px;
	color: #1d4296;
	font-size: 0.9em;
	text-align: center;
}

#footer .utilities li {
	display: inline;
}

#footer .utilities li.first-child { border-left: none; }

address {
	font-style: normal;
	font-size: 0.9em;
	line-height: 1.2;
	color: #1d4296;
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

/*	--------------------------------  */
/*	Main content section 		  	  */
/*	--------------------------------  */

#pagecontainer { padding-top: 10px; width: 760px;}
#sitemapcontent { width: 760px; float: left; padding-top: 10px; padding-left: 10px; padding-right: 20px; }

/*	--------------------------------  */
/*	Miscellaneous styles 		  	  */
/*	--------------------------------  */

#welcomepage .welcomepage a { color: #ec008c; font-size: 1.1em; }
#supportus .supportus a { color: #ec008c; font-size: 1.1em; }
#grant .grant a { color: #ec008c; font-size: 1.1em; }
#news .news a { color: #ec008c; font-size: 1.1em; }
#aboutus .aboutus a { color: #ec008c; font-size: 1.1em; }

.contentTextBoldBlue {
	font-size: 1.0em; font-weight: bold; color: #003399; text-align: left;
}
a.contentTextBoldBlue:link   {
	color: #003399; text-decoration: none;
}
a.contentTextBoldBlue:visited {
	color: #003399; text-decoration: none;
}
a.contentTextBoldBlue:hover {
	color: #003399; text-decoration: underline;
}
a.contentTextBoldBlue:active {
	color: #003399; text-decoration: none;
}

/*	--------------------------------  */
/*	Local navigation 		 		  */
/*	--------------------------------  */

#localnavbox { width: 134px; float: left; }
#localnav {width: 130px; margin-right: 2px; margin-left: 2px; }
#localnav ul  { font-size: 0.96em; color: #1d4296; margin: 0 0 0 0.5em; padding-left: 15px;}
#localnav ul li a  { color: #1d4296; padding: 0; text-decoration: none ; }
#localnav ul li a:visited  { color: #1d4296; padding: 0; text-decoration: none ; }
#localnav ul li a:hover { color: #1d4296; padding: 0; text-decoration: underline ; }
#localnav ul li a:active { color: #1d4296; padding: 0; text-decoration: none ; }

