/* Stylesheet that does general pages with writing on (i.e. not the
home page, which has it's own set of crazy styles, but still depends
on nasc_general.css)*/

@import url(nasc_general.css);


body {
background-color: #ffffff;
color: #000000; /*text colour black*/
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
border-left-width:15px;
border-right-width:15px;
border-color: #CCCCCC;
border-left-style:solid;
border-right-style:solid;
margin:0;
padding: 0;
min-width:800px;
height:1000px;
font-size:12px;
}


img.AI_header_logo {
	float:left;
	padding:6px;
}
/*descendent selector used to customise text in the banner*/
#bannertext p {
color: #999999;
font-size: 0.6em;
text-align: left
}


/* End of Left hand navigation menu */


/*section/box that contains the banner text in the banner*/
#bannertext {
background-color: #ffffcc;
min-width: 300px;
left: 12%;
position: absolute;
top: 0px;
margin-left:10px;
margin-right:10px;
padding:0;
overflow:hidden;
}

/*section/box that contains the left hand navigation bar*/
#navbar {
background-color: #ffffff;
height: auto;
left: 0px;
text-align: center;
width: 160px;
margin-right:10px;
}

#mainbody {
left:180px;
position:absolute;
height:auto;
}


#topbanner {
height:50px;
min-width:800px;
background-color: #ffffcc;
}

#middleslice {
position:relative;
}

