body {
	font-family		: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size		: 80%;
	color			: #000;
	line-height		: 1.8em;

}


/* Standard suitable amrgins - can change these on test */
h1, h2, h3, h4, h5, h6, p, ul, blockquote {
	margin: 0 0 0.6em 0;		
}

/* to control all headers */
h1, h2, h3, h4, h5, h6 {
}

/* just to control upper level headings */
h1, h2, h3 {
	color: #666;
}

/* just to control low level headers */
h4, h5, h6 {
	color: #666;
	font-weight: normal;
}


h1 {
	font-size: 200%;
}

h2 {
	font-size: 135%;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #cd243c;
	font-weight: normal;
}

.pagesubheading h2 {
	font-size: 155%;
	margin: 0 0 1em 0;	
	padding: 0 0 0.5em 0;
	border-bottom: 2px solid #CC233B;
}

#flashcontent h2,
#flashcontent h3 {
	font-weight: normal !important;
}


h3 {
	font-size: 160%;
}

h4 {
	font-size: 130%;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #cd243c;
}

h5 {
	font-size: 125%;
}

h6 {
	font-size: 120%;
}

p {
	font-size: 100%;
	margin-bottom: 0.7em;
}

h1.site-logo {
	display block;
	width: 400px;
	height: 81px;
	text-indent: -9999px;
	background: #fff url(/images/system_logo.gif) no-repeat left top;
	padding: 0;
	margin: 0;
}

h1.site-logo a:link,
h1.site-logo a:visited {
	display: block;
	width: 100%;
	height: 100%;
}
	
.print-logo {
	display: none;
}

h2.access-header {
	text-indent: -9999px !important;
	position: absolute;
}

img.forward-tag {
	margin-bottom: 30px;
}


/* adjacent sibling selectors to seperate headings and paragraphs */


h2 + p {
	margin-top: 1em;
}

p + h2 {
	margin-top: 1.5em;
}

h4 + p {
	margin-top: 1em;
}

p + h4 {
	margin-top: 1.5em;
}

#flashcontent h2,
#flashcontent h3 {
	border: 0;
}




blockquote {
	background: #fff;
	font-style: italic;
	margin: 1em 20px;
	padding: 10px;
	width: 80%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 1.5em;
}
	
pre {
	font-family: monospace;
	font-size: 1.0em;
}
	
strong, b {
	font-weight: bold;
}
	
em, i {
	font-style:italic;
}
	
code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    white-space: pre;
	color: #cc0000;
	background: #fff;
	line-height: 1.5em;
	padding: 0 20px;
}
	
	
	
	
	
	

/* GENERIC LINK CLASSES
---------------------------------------------------------------*/
a {
	color: #CC233B;
	text-decoration: none;
}

a:link, a:visited {
	color: #CC233B;
}

a:hover, a:focus {
	color: #CC233B;
	text-decoration: underline;
}


/* SPECIFIC LINK CLASSEs
---------------------------------------------------------------*/

.e-navigation-top a:link,
.e-navigation-top a:visited {
	color: #fff;
	text-decoration: none;
}

.e-navigation-top a:hover,
.e-navigation-top a:focus {
	color: #fff;
	text-decoration: underline;
}

.e-foot-post a,
.e-foot-post a.link, 
.e-foot-post a.visited {
	color: #fff !important;
}

.e-foot-post a.hover, 
.e-foot-post a.focus {
	text-decoration: underline;
} 







/* LIST STYLING CLASSES
---------------------------------------------------------------*/

ul {
	list-style: square;
	padding: 0;
	margin: 0 0 0.6em 2em;
}



/* SPECIFIC CLASSES
---------------------------------------------------------------*/

.e-title h1 {
	clear: both;
	font-size: 200%;
	padding: 0.2em 0.5em 0.3em 0;
	margin: 0.3em 0 0.7em 0;
	border-bottom: 2px solid #CC233B;

}

.disclaimer {
	display: block;
	color: red;
	background-color: #ccc;
	padding: 0.5em 0 0.5em 0.5em;
	margin: 2em 0;
	border: 1px solid #000;
}

.oBold {
	margin: 0 0.3em;

}

.regulate {
	margin-top: 2em;
	border: 0;
	border-left: 1px solid #999;
	font-style: normal;
	color: #CC233B;	
}

.regulate a,
.regulate a:link,
.regulate a:visited {
	color: #9E171B;
}




/* FOOTER TYPO
---------------------------------------------------------------*/

.e-foot-post {
	color: #fff;
}

.e-foot-post p {
	margin: 0;
}

.e-foot-post p.foot-bottom {
	font-size: 0.9em;
}
	


/* USEFUL CLASSES
---------------------------------------------------------------*/

.bibs-red {
	color: #CC233B;
}