html{
font-size: 100%;
}

#pagewrap {
margin: 1.6em auto 0;
max-width: 98%;
width: 960px;

background-color: white;

}

body {

/*background: white url('../../../../../idc/groups/public/documents/webgraphics/nulook_bg_greyfade.jpg') repeat-x; */
background: white url('https://secure.jcu.edu.au/css/webgraphics/nulook_bg_greyfade.jpg') repeat-x;
color: #000000;
font-family: verdana, tahoma, sans-serif;
font-size: 1em;
line-height: 120%;
margin: 0;
margin-bottom: 15px;
padding: 0;
}
#logo {
margin-top: 5px;
margin-bottom: 5px;
}

a img {
border: none;
}
a:link, a:visited {
color: #006699;
text-decoration: none;
}
a:hover {
color: #006699;
text-decoration: underline;
}
a:active{
color: #0066FF;
text-decoration: none;
}

.clear {
clear: both;
height: 0;
line-height: 0;
margin: 0;
padding: 0;
}

#wrapper
{

clear: both;
height: 100%;
margin: 0 auto;
padding: 0;
width: 925px;
max-width: 98%;

}

/* Skip nav styles from W3C site */
.skipnav {position: absolute; display: none; text-align: left; margin: 0; padding: 0} /*For all, including Opera. Display:none used to switch off the skip links for Opera users (it's redundant, Opera has excellent keyboard navigation)*/
* html .skipnav {display: block} /*Switch on for IE6 and below*/
*+html .skipnav {display: block} /*Switch on for IE7*/
:root .skipnav {display: block} /*Switch on for Moz, FF and Safari*/
.skipnav p {margin: 5px 0 0 0; padding: 0; position: absolute; font-size: 2em}
.skipnav a {width: 26em; display:block; color: #fff; background: #333; text-decoration: none; padding: 5px; position: absolute; left: -1000em; top: 0; font-weight: bold}
.skipnav a:visited {color: #fff}
.skipnav a:focus, .skipnav a:active {z-index: 99; top: 0em; left: 0em; border: solid #777 2px; color: #fff; background: #333 !important} /*Note IE bug that requires use of :active to mimic effect of :focus*/

.skipnav a:hover {cursor: default}


