/* All page content elements are children of 
	and should inherit these styles. Browser realities
	may vary!
*/
body {
	background-color : White;
	color : Black;
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 62.5%;
	font-style: normal
	text-align: left;
	padding-top: 2px;
	padding-bottom: 6%;
	background-color: #ffe;
}

/* Block elements */
H1, H2, H3, H4, H5, H6, FORM, DIV, BLOCKQUOTE, OL, P, PRE, TABLE, UL, DL, DT, DD {
	display : block;
}

/* Inline elements */
A, B, CODE, EM, I, IMG, INPUT, SMALL, SPAN, STRONG, TEXTAREA {
	display : inline;
}

/* List-item element */
LI {
	display : list-item;
}

/* Generic styles for elements */
p {
	margin-top : 1em;
	margin-bottom : 1em;
}

h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
	font-style: normal; 
	line-height: normal; 
}

h1 { font-size : 2em; 
	color: #006666
}

h2 { font-size : 1.5em; 
 	color: #339999
}

h3 {font-size : 1.25em; 
}

h4 {font-size : 1em; 
}

h5 { font-size: 1em;
}

h6 {font-size: 0.8em;
}

i, em { font-style : italic; 
}

small {font-size : 0.8em; 
}

big { font-size : 1.25em; 
}

ol {list-style : decimal; 
}

ul { list-style : disc; }

hr {
align: left;
}

pre, code { 
	font-family : monospace; 
	font-size: small;
}

b, strong { 
	font-weight : bolder; 
}

pre { 
	white-space : pre; 
}

table { 
	display : table; 
	align: left;
}

tr { 
	display : table-row;
}

th, td { 
	display : table-cell;
	vertical-align: top;
	font-size: 0.8em;
	padding: 4px 2px 4px 2px;
}

td.Strong {
	font-weight : bold;
	width: 120px;
}

th {
	font-weight : bold;
	text-align : center;
}

caption {
	text-align: center;
	display : table-caption;
}

li li, li p, td p, blockquote p {font-size:1em}

/* Contextual selectors (Pseudo-classes)
a:link img { border : 2px solid Blue; }
a:visited img { border: 2px solid purple; } */
a:link { 
	color: blue;
	text-decoration : underline;
	}    /* unvisited links */

a:visited { 
	color: #149E79;
	text-decoration : underline;
}   /* visited links */

a:hover   { color: #F16011 } /* user hovers   */
a:active  { color: #3903A7 } /* active links  */

/* Attribute selector */
INPUT[type="hidden"] { display : none; }

/* banner graphics */

#STClogo {
	 float: left; 
	 display: block;
	 margin-top:5px; 
	 width:80px; 
	 height:81px; 
	 z-index:2;
}
#STCUKtext {
	 float: left; 
	 display: block;
	 margin-top:5px; 
	 margin-right: 4px;
	 width:580px; 
	 height:80px;
	 z-index:2;
}

#Layer2 {
	 float:left; 
	 display: block;
	 margin-top:5px; 
	 margin-right: 4px; 
	 width:50px; 
	 height:51px; 
	 z-index:2;
}
#Layer3 {
	float:left; 
	display: block;
	margin-top:5px; 
	margin-right: 4px; 
	width:50px; 
	height:51px; 
	z-index:2;
}

#Layer3 a, #Layer3 img {
	padding-left: 6px;
}

/* main items start */
#main_container {
	display: block;
    height: auto;
	width: 868px;
	vertical-align : top;
	background-color: transparent;
}

.wrapper {
    height: auto;
	width: 100%;
	vertical-align : top;
    padding-top: 10px;
	background-color: transparent;
}

/* constant elements */
   
#Layer1 {
	clear: both;
	position:relative; 
	display : block;
	background-color: #006666; 
    width: 868px;
	height: 92px;
	margin: 0;
	padding: 0;
	z-index:1
}

#breadcrumbs {
	clear:left;
	position: relative;
	display : block;
	height: 32px;
    width: 868px;
	background-color: #99CCCC;
	margin: 0;
	padding: 6px 0px 3px 0px;
	border: 0;
	font-size : 1.5em;
	text-align: left;
	z-index:1;
}
#breadcrumbs a, #breadcrumbs a:link {
	padding: 6px 6px 0px 6px;
}

#footer {
 	float: right;
	clear: right;
    width: 100%;
    padding-top: 2%;
	padding-left: 44px;
 	height: 50px;
    border-top: 1px;
    border-bottom: 3px;
    border-left: 1px;
    border-right: 2px;
	background-color: transparent;
	font-size : 0.75em;
 }

#webmaster {
	clear: left;
	float: left;
	width: 100%;
	height: 32px;
	background-color: #99CCCC;
	padding: 8px 0 0 0;
	margin-top: 20px;
	font-size : xx-small;
	text-align: center;
}


/* Navigation */

#menu_left {
	clear: left;
	float: left;
    width: 200px;
	height: 400px;
    margin-top: 15px;
	padding: 30px 0px 0px 0px;
	font-size : 1.1em;
	background:  #DEE2E3;
}
/* for FF only ensures menu is approx same height as with IE*/
html>body #menu_left {
	height: 370px;
}

#menu_leftTop {
	float: left;
	clear: both;
	display: block;
    width: 200px;
	height: 25px;
    margin-top: 15px;
	background: transparent url(../graphics/200pxtop.gif) no-repeat top center;
}
#menu_leftBtm {
	float: left;
	clear: left;
    width: 200px;
	height: 430px;
	background: transparent url(../graphics/200pxbottom.gif) no-repeat bottom center;
}

#mainnav {
	visibility: hidden;
}
#mainnav, #mainnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainnav a {
	display: block;
	color: #000;
	background-color: transparent;
	width:inherit;
	height: 24px;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}
/* for FF only ensures menu is approx same height as with IE*/
html>body #mainnav a {
	height: 18px;
}

#mainnav a:hover {
	background-color: #eee;
	color: #444;
}

#mainnav li li a {
	display: block;
	color: #000;
	background-color: transparent;
	width: inherit;
	height: 20px;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}
/* Main menu hilite item */
.selectedItem {
	display: block;
	color: #F16011;
	width: inherit;
	height: 20px;
	font-weight: 900;
	text-decoration: none;
	margin-left: 15px;
	padding: 3px 3px 3px 3px;
	background-color: transparent;
	border-bottom: 1px solid #fff;
}

.hiddenImg {
	display: none;
	background-color: #fff;
	width: inherit;
	padding: 3px 3px 3px 3px;
	border: 1px solid #000;
}

.tableHeader {
	font-size: 1.5em;
	font-weight: 900;
	font-family: Arial;
	text-align: left;
	margin-top: 15px;
	padding: 4px 12px 6px 8px;
	color: #669;

)
