/*
** Style Sheets for The H Files
**
** Author: Murray Shields
**
*/

/* Defaults! */

H1, H2, H3, H4, H5, H6
{
	margin: 1.0em 0em 0.3em 0em;
	color: #B40357;
}
H1
{
	margin: 0em;
}
H1
{
	font-size: 1.6em;
}
H2
{
	font-size: 1.3em;
}
H3
{
	font-size: 1.2em;
}
H4
{
	font-size: 1.1em;
}
H5
{
	font-size: 1.05em;
}
H6
{
	font-size: 1em;
}
H1 + P, H2 + P, H3 + P, H4 + P, H5 + P, H6 + P
{
	margin-top: 0em;
}

IMG
{
	border: 0px;
}

*
{
	font-family: sans-serif;
}


P EM
{
	color: #0000AA;
	font-weight: bold;
	font-style: normal;
}

DT
{
	font-weight: bold;
}

TABLE, TH, TD
{
	text-align: left;
	vertical-align: top;
	padding: 2px;
	border: none;
}

TH
{
	font-size: 0.9em;
	font-weight: bold;
	background-color: #BBDDFF;
}

TD
{
	font-size: 0.8em;
	background-color: #DDDDDD;
}

TD A:hover, TH A:hover 
{
	color: #0000AA;
}

UL LI
{
	list-style-image: url(images/arrow.gif);
}

BODY
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0.8em;
	background-image: url(images/bct.jpg);
	background-repeat: no-repeat;
}

A:link, A:visited 
{
	color: #B40357;
}
A:hover 
{
	color: #666666;
}

/* unique page areas */

#program_menu
{
	float: left;
	margin-top: 0.5em;
	width: 190px;
}

#program_body
{
	top: 0px;
	margin-left: 200px;
}

#page_header
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 200px;
}

#page_menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 175px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	z-index: 99;
}

#page_content
{
	position: relative;
	left: 0px;
	padding: 10px;
	border-top: 5px solid #0000AA;
}

#page_footer
{
	position: relative;
	border: 1px solid #0000FF;
}

/* repeating page areas */

.POSFieldAB
{
	background-color: #FF99FF;
}

.POSFieldC
{
	background-color: #FFCC88;
}

.POSFieldD
{
	background-color: #FFFF99;
}

.POSFieldE
{
	background-color: #99CCFF;
}

.POSFieldH
{
	background-color: #FFFF99;
}

.POSHeader
{
	background-color: #DD33BB;
}

P.back:before
{
	content: url(images/arrowback.gif);
}

.centre
{
	text-align: center;
}

.right
{
	text-align: right
}

.menu_item
{
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.75em;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	background: #99DDFF;
}
.menu_item A:link, .menu_item A:visited 
{
	text-decoration: none;
	color: #333333;
}
.menu_item A:hover 
{
	color: #B40357;
}

.black_box {
	border: 1px solid black;
	padding: 2px;
	font-weight: bold
}

