html, body{
	height: 100%;
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	color: #000033;
	background-color: #EBF4DA;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*START Accessibility choice in header*/
a.accSmall{
	font-family: Arial;
	font-style: normal;
	font-weight: 800;
	font-size: small;
	text-decoration: none;
}

a.accMedium{
	font-family: Arial;
	font-style: normal;
	font-weight: 400;
	font-size: medium;
	text-decoration: none;
}

a.accLarge{
	font-family: Arial;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	text-decoration: none;
}
/*END Accessibility choice in header*/
small{
	font-size: 0.9em;
	font-weight: 600;
}

medium{
	font-size: 1.0em;
	font-weight: 600;
}

large{
	font-size: 3.4em;
	font-weight: 600;
}



/*START Div Wrapper that forms the page*/
#wrapper{
	width: 900px;
	height: 100%;
	min-height: 100%;
	clear: right;
	margin-left: auto;
	margin-right: auto;
	position: relative; /*allows you to position everything inside it using position:absolute rather than floats, which makes life easier and accurate. This also solves the problem of content being cut off horizontally. 
*/
	text-align: center;
	padding-left: 0px; 
	padding-top:  0px;
	padding-right: 0px;
	padding-bottom: 0px; 
}
/*END Div Wrapper that forms the page*/

/*START table that forms the page*/
#page{
	width: 100%;
	height: 100%;
	padding-left: 0px; 
	padding-top:  0px;
	padding-right: 0px;
	padding-bottom: 0px; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-collapse: collapse; 
	border-spacing: 0px ;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}
/*END table that forms the page*/

/*Used to place the access keys outside of the browser window*/
#accessibility_keys{
	position:absolute;
    width:30em;
    left:-200em
}

/* START accessibility Links*/
A.accskip1:link	{
	font-size: xx-small;
	color: #190564 ;
	background-color: transparent;
}

A.accskip1:visited	{
	font-size: xx-small;
	color: #190564;
	background-color: transparent;
}

A.accskip1:active	{
	font-size: xx-small;
	color: #190564;
	background-color: transparent;
}

A.accskip1:hover {
	font-size: xx-small;
	color: #ffffff;
	background-color: transparent;
}



A.accskip2:link	{
	font-size: xx-small;
	color: #ffffff;
	background-color: transparent;
}

A.accskip2:visited	{
	font-size: xx-small;
	color: #ffffff;
	background-color: transparent;
}

A.accskip2:active	{
	font-size: xx-small;
	color: #ffffff;
	background-color: transparent;
}

A.accskip2:hover {
	font-size: xx-small;
	color: #ffffff;
	background-color: transparent;
}
/* END accessibility Links*/

td.page_header{
	background: url ("skin/header_image/header_bg.png");
	background-color: #ffffff;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}


.header_logo{
	width: 270px;
	height: 108px;
	text-align: left;
	vertical-align: top;
}

headerMontage{
	width:100%;
}

td.headerStrapline{
	background-color: #0b1560;
	padding-bottom: 5px;
}

.header_tiles{
	WIDTH: 100%;
	height: 80px;
	vertical-align: top;
}

#tiles{
	width:172px;
}

.imagetype2{
padding-left: 0px;

}

td.leftNav{
	background-color: #ffffff;
	height: 100%; 
	width: 180px;
	text-align: left;
	vertical-align: top;
}


td.bodycontent{
	height: 100%;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color:#ffffff;
}

#iswllogo{
	font-family: Arial;
	font-size: x-small;
	color: #ffffff;
	float: left;
}

img.middle {
	vertical-align:middle;
	border: 0px;

}

/* START shared footer navigation */

A.footernav:link
{
	font-family: Arial;
	font-style: normal;
	font-weight: 800;
	font-size: x-small;
	color: #ffffff; 
	text-decoration: none;
}


A.footernav:visited {
	font-family: Arial;
	font-style: normal;
	font-weight: 800;
	font-size: x-small;
	color: #ffffff; 
	text-decoration: none;
}

A.footernav:active {
	font-family: Arial;
	font-style: normal;
	font-weight: 800;
	font-size: x-small;
	color: #ffffff;
	text-decoration: none;
}

A.footernav:hover{
	font-family: Arial;
	font-style: normal;
	font-weight: 800;
	font-size: x-small;
	color: #00aace;
}

/* END page Footer style*/