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 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: #00ff00;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

display:block{

}

.left_tiles{
	WIDTH: 130px;
	text-align: center;
	vertical-align: top;
}

.bodycontent{
	height: 100%;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
	background-color:#ffffff;
}

/* END page Footer style*/
