/*General link formatting*/

body a	{
		color:#13828e; 
		text-decoration: none;
}

body a:hover {
			color:#333333; 
			text-decoration: underline;
}



/* Search box */
form#cse-search-box {
float: right;
margin: 0;
padding: 0;
margin-right: 1em;
margin-top: 5px;
width:18em;
}  

form#cse-search-box #sa {
margin-top: 4px;
}

#searchBox
{
	position: absolute;
	margin-top: 10px;
	margin-bottom: 0em;
	margin-right: 0em;
	margin-left: 20px;
	width: 204px;
	left: 33px;

}


.immSearchTerms {
	padding: 2px;
	font: normal 11px/14px arial, helvetica, sans-serif;
	color: black;
	width: 130px;
	background-color: #F8F8F3;
}


/*Link formatting for main content*/
#maincontentcell * a 
{text-decoration:underline;}

#maincontentcell * a:visited 
{color:purple;}

#maincontentcell * a:active 
{color:purple;}


/*list formatting*/
body ul								
{
padding:0px; margin:0px 5px 5px 15px;
}

body ul li								
{
margin: 5px 0px 5px 0px;
}

body ul * ul								
{/*list-style:none;*/ margin:0px; padding:0px; /*float:left;*/}
 
body ul * li								
{
margin:0px; padding:0px;
}



/* Selectable Styles */


P, .Normal			{}


h1,h2,h3,h4,h5,h6
{
	color: #241C55;
	line-height: 1.1em;
}



/* Content center div*/

#centre  p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}


#centre  h1
{
	font-size: 1.6em;
}

#maincontent h1
{
	font-size: 1.6em;
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}


#centre  h2
{
	font-size: 1.5em;
}

#maincontent h2
{
	font-size: 1.5em;
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#centre  h3
{
	font-size: 1.1em;
}

#centre  h4
{
	font-size: 0.9em;
}

#centre  h1,h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#centre ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}


#centre blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#centre blockquote p
{
	display: inline;
}

#centre table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#centre table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#centre table td
{
	padding: 0.5em;
}

#centre table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#centre table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}


#footerCopyright
{
background: none;
color:#fff; 
text-decoration: none;
font-size:85%; 
padding-left: 3px; padding-right:3px; padding-top:8px;


}

