/* ################# Revised Style sheet for PSD ##################### */

/* Amendment History  
Created: 31/07/2006 - Phil Parkyn
Amended 08/2006 - Adam Gowland
Amended 13/09/2006 - Deborah Stevenson

 
##########################
*/


#ContentPane {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 75%;
	padding-top: 0em;
	padding-left: 1em;
	padding-right: 1em;
	
	margin-top: 1em;
	margin-left: 0.5em;
	margin-bottom: 1em;	
	border-left: 1px Solid #0082C9;
	border-right: 1px Solid #0082C9;
	
}

/*  ############ Standard Text ############ */

#ContentPane P {
	color : #000000;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}

/* ############ Links ############ */

#ContentPane A:Link, #ContentPane A:Visited  {
	color : #0082C9;
	font-weight: 700;
	text-decoration: underline;
}

#ContentPane A:Visited #ContentPane A:Hover {
	color : #349adc	;
	font-weight: 700;
	text-decoration: underline;
}

/*  ############ Headings ############ */

#ContentPane H1 {
	font-size: 135%;
	color: #00539F;  
	margin-top: 0.6em;
	margin-bottom: 0.8em;
}

#ContentPane H2 {
	font-size: 125%;
	color: #00539F;   
	margin-top: 0.6em;
	margin-bottom: 0.8em;
}

#ContentPane H3 {
	font-size: 115%;
	color: #00539F;   
	margin-top: 0.6em;
	margin-bottom: 0.8em;
}

#ContentPane H4 {
	color : #000000;
	font-size: 105%;
	margin-top: 0.4em;
	margin-bottom: 0.6em;
}

#ContentPane H5 {
	font-size: 100%;
	color: #000000;
	margin-top : 0.4em;
	margin-bottom : 0.6em;
}

#ContentPane H6 {
	font-size: 100%;
	margin-top : 0.4em;
	margin-bottom : 0.6em;
}

/*  ############ Lists ############ */

#ContentPane UL {
	list-style-image: URL(../../_images/hassra/bullet_hassra.gif);	
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#ContentPane UL UL {
	list-style-image: URL(../../_images/hassra/bullet_hassra.gif);	
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

#ContentPane UL UL UL {
	list-style-image: URL(../../_images/hassra/bullet_hassra.gif);	
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

#ContentPane OL {
	list-style-type : decimal;
	margin-left: 2em;
	margin-bottom:1em;
}

#ContentPane LI {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/* ############ Tables ############ */

#ContentPane Table {
	font-size: 100%;
	/*border: 1px Solid #0082C9; */
	border-collapse: collapse;
	margin-bottom: 1.5em;
	width:100%;
}



#ContentPane TD {
	/*border-color: #646CB4;
		border-right: 1px Solid #0082C9;
		border-bottom: 1px Solid #0082C9;*/
	padding: 0.3em;
}

#ContentPane TD H1, #ContentPane TD H2, #ContentPane TD H3, #ContentPane TD H4 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#ContentPane TD P {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

/* ############ Miscellanous ############ */

#ContentPane HR {
	height: 1px;
	color: #0082C9;
	margin-top: 0em;
	margin-bottom: 0em;
	
}

#ContentPane IMG {
	
}
/*
#ContentPane ins {
	color: #FF0000;
}

#ContentPane s {
	color: #0000FF;
}
*/
/* ############ Custom Classes ############ */

#ContentPane .RedText {
	color: #FF3366;
}

#ContentPane IMG.icon {
	margin-left: 0.2em;
	float: none; 
	margin-right: 0em; 
	margin-top: 0em;
	width: auto;
	height: auto;
}

#ContentPane IMG.banner {
	clear: both;
	width: 630px;
	height: 100px;
	margin-bottom: -3em;
}

