
body {
	text-align: center;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #003399;
	background: transparent;
	margin: 0px 0 0 13px;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #003399;
	background: transparent;
	margin: 0;
}

h2 a {
	text-decoration: none; color: #003399;
}

h2 a:visited {
	text-decoration: none; color: #003399;
}

h2 a:hover {
	text-decoration: underline; color: #003399;
}

h2 a:active  {
	text-decoration: none; color: #003399;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #003399;
	background: transparent;
	margin: 0;
}

h3 a {
	text-decoration: none; color: #003399;
}

h3 a:visited {
	text-decoration: none; color: #003399;
}

h3 a:hover {
	text-decoration: underline; color: #003399;
}

h3 a:active  {
	text-decoration: none; color: #003399;
}

p {
	margin-top: 0.5em;
	padding: 0 0.5em;
}

#newsheader {
	font-size: 1.8em;
	font-weight: normal;
	color: #003399;
	background: transparent;
	padding-bottom: 10px;
}

address {
	font-style: normal;
	font-size: 0.9em;
	line-height: 1.2;
	color: #1d4296;
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

.darkblue {
	color: #003399;
}

.darkblue a {
	text-decoration: underline; color: #003399;
}

.lightblue {
	font-size: 0.95em; font-weight: bold; color: #7583c0;
}

.findoutmore {
	font-size: 0.95em; color: #003399;
}

.findoutmore a {
	text-decoration: underline; color: #003399; font-size: 1.05em;
}

.findoutmore a:visited {
	text-decoration: underline; color: #003399;
}

.findoutmore a:hover {
	text-decoration: underline; color: #003399;
}

.findoutmore a:active  {
	text-decoration: underline; color: #003399;
}


/*	**************************************************  */
/*	**  	    BASIC PAGE LAYOUT STYLES  		    **  */
/*	**************************************************  */

/*	--------------------------------------------------  */
/*	Page container 				                        */
/*	--------------------------------------------------  */

#page {
	font: normal 75%/1.33 "Arial", "Helvetica", sans-serif;
	width: 760px;
	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: 0;
}

#sitename {
	float: left;
	width: 350px;
	padding: 20px 5px;
	margin: 0;
}

#searchform {
    width: 210px;
    margin: 0px 0 0 545px;
    padding: 1px 0 0 5px;
}

#searchform fieldset {
    border: none;
    padding: 0.5em 0 0 0;
    margin: 0;
}

#searchform label {
    font-weight: bold;
    color: #fff;
}



/*	--------------------------------------------------  */
/*	Site navigation based on Doug Bowman's 'Sliding	    */
/*	Doors' technique:			            			*/
/*							    						*/
/*	http://www.alistapart.com/articles/slidingdoors2    */
/*	--------------------------------------------------  */

#sitenav {
	float: left;
	width: 100%;
	background: #1d4296;
	margin-top: -2px;
	padding: 0;
}

#sitenav ul {
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
}

#sitenav li {
	float: left;
	background:  url(/images/tab_lightblue.gif) top left no-repeat;
	margin: 0;
	padding: 0 0 0 4px;
}

#sitenav li.home { background:  url(/images/tab_lightblue.gif) 0 -250px no-repeat; }
#sitenav li.home a { background:  url(/images/tab_lightblue.gif) 100% -250px no-repeat; color: #1d4296 }


#sitenav a {
	float: left;
	display: block;
	width: 0.1em;
	background:  url(/images/tab_lightblue.gif) top right no-repeat;
	padding: 3px 16px 3px 12px;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	color: #fff;
}

#sitenav > ul a { width: auto; }

/* Commented backslash hack for IE Win \*/

#sitenav a { float: none; }

/*	--------------------------------  */
/*	Breadcrumb navigation 		      */
/*	--------------------------------  */

#breadcrumbs {
	clear: both;
	color: #1d4296;
	background: #e6e8f5;
	padding: 0.25em;
	border-top: 1px solid #fff;
	font-size: 0.9em;
}

/*	--------------------------------  */
/*	Footer navigation & information	  */
/*	--------------------------------  */
#bookmarks {
    float:left;
    margin: 10px 0 10px 0;
}


#footer { clear: both; margin-bottom: -5px; 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; }


/*	--------------------------------  */
/*	Main content section 		  	  */
/*	--------------------------------  */

#pagecontainer { padding-top: 10px; width: 760px;}
#content { width: 540px; float: right; margin-top: 10px;}
#maincontent { width: 325px; float: left; }
#sidebar { width: 175px; float: right; }


/*	--------------------------------  */
/*	Local navigation 		 		  */
/*	--------------------------------  */

#localnav { width: 215px; float: left; margin-top: 10px;}
.localnavimagetop { width: 215px; float: left; padding-bottom: 4px;}
.localnavimage { width: 215px; float: left;}
.localnavbox { width: 215px; float: left; color: #1d4296; background: #e6e8f5; padding-bottom: 6px; margin-bottom: 4px;}
.localnavboxcontent { width: 211px; float: left; padding: 2px;}

#localnav ul  { font-size: 0.96em; color: #1d4296; margin: 0 0 0 0.5em; padding: 0; list-style: none;}
#localnav ul li a  { color: #1d4296; padding-left: 10px; text-decoration: underline ;  background: url(/images/circle.gif) no-repeat left center;}


/*	--------------------------------  */
/*	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; }
.teaserlink a:link { color: #ec008c;}
.teaserlink a:hover { color: #ec008c;}
.teaserlink a:active { color: #ec008c;}
.teaserlink a:visited { color: #ec008c;}

.activity { float: left; width: 100%; margin: 0; border-top: 1px solid #cccccc; margin-top: 5px ; padding-bottom: 15px; padding-top: 20px;}
.activityimage { float: left; width: 62px; padding-left: 5px; }
.activitytext { float: right; width: 250px; }


.calltoaction {
    width: 100%;
    margin: 0;
    padding: 5px 0 ;
    border-top: 1px solid #cccccc;
    background: #ffffff url(/portalm/images/call_to_action_white.gif) right center no-repeat;
}

.calltoaction a {
    display: block;
    text-decoration: none;
}

.calltoaction .calltoactionheading {
    font-size: 1.2em;
    font-weight: bold;
    color: #ec008c;
    background: transparent;
    margin: 0 0 0 5px;
    padding: 0;
}

.calltoaction .calltoactiontext {
    font-size: 1.0em;
    color: #000000;
    background: transparent;
    margin: 0 0 0 5px;
    padding: 0;
}

.calltoaction-white {
    width: 100%;
    margin: 0;
    padding: 5px 0 ;
    border-top: 1px solid #cccccc;
    background: #ffffff url(/portalm/images/call_to_action_white.gif) right center no-repeat;
}

.calltoaction-white a {
    display: block;
    text-decoration: none;
}

.calltoaction-white .calltoactionheading {
    font-size: 1.2em;
    font-weight: bold;
    color: #ec008c;
    background: transparent;
    margin: 0 0 0 5px;
    padding: 0;
}

.calltoaction-white .calltoactiontext {
    font-size: 1.0em;
    color: #000000;
    background: transparent;
    margin: 0 0 0 5px;
    padding: 0;
}

.calltoaction-magenta {
    width: 100%;
    margin: 0;
    padding: 5px 0 ;
    border-top: 1px solid #cccccc;
    background: #ec008c url(/portalm/images/call_to_action_magenta.gif) right center no-repeat;
}

.calltoaction-magenta a {
    display: block;
    text-decoration: none;
}

.calltoaction-magenta .calltoactionheading {
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
    background: transparent;
    margin: 0 0 0 5px;
    padding: 0;
}

.calltoaction-magenta .calltoactiontext {
    font-size: 1.0em;
    color: #ffffff;
    background: transparent;
    margin: 0 0 0 5px;
    padding: 0;
}

.headline { float: left; width: 100%; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc; margin-top: 0px; padding-top: 10px; padding-bottom: 4px; }
.headlinetext { float: right; width: 175px; padding: 16px 0;}
