* { margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

html, body
{
    height: 100%; margin:0;
	background:#336699 url(../Graphics/backgoundTop.jpg) left top repeat-x;
}

#WRAPPER_PAGE
{
    min-height: 100%;
	max-width:85%;
	min-width:980px;
	margin:0 auto;
	background-color:#FFF;
}

#WRAPPER_CONTENT
{
	clear:both;
    overflow:hidden;
	padding-bottom: 70px;
}

#WRAPPER_DATA
{
	margin:10px 20px 0 20px;
}

#FOOTER_PAGE
{
    position: relative;
	margin-top: -50px;
	height: 50px;
	clear:both;
}

#FOOTER_CONTENT
{
	background-color:#071F37;
	max-width:85%;
	min-width:980px;
	height:100%;
	text-align:center;
	margin:0 auto;
}

/*Opera Fix - Sticky footer*/
body:before
{
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;
}

#LOGO { float:left; margin:0px 5px 0 10px; }

#TITLE_WRAP { float:left; margin:20px 0 0 0; }

#USERDETAILS_WRAP { float:right; margin:10px 15px 0 0; }

#NAV { position:relative; z-index:5000; height:22px; background-color:#CCC; margin:0 auto; border-bottom:#999 solid 1px; }

#PAGETITLE { padding:5px 0 5px 0; margin:0 auto; background-color:#F2F2F2; border-bottom:#ccc solid 1px; }

#HEADER { background:#071F37 url(../Graphics/headerTop.jpg) left top repeat-x; min-height:80px; }

#HEADER_INSIDE { min-width:980px; }

#MENU { float:left; width:100%; min-width:980px; background-color:#900; border-bottom:#0C3258 solid 1px; }

#MENU_INSIDE { margin:0 auto; padding:0 20px 0 20px; }

#HEADING { float:left; width:100%; background-color:#F2F2F2; border-bottom:#CCC solid 1px; }

#HEADING_INSIDE
{
    padding:10px 20px 5px 20px;
    font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #336699; text-decoration: none;
	font-style:italic;
}

.LISTNAV { background-color:#FFFFCC; }

.FLOATLEFT { float:left; }

.printlink { text-align: right; margin: 6px 0 0 0; }