/* default document body settings */

* {
   padding:0;
   margin:0;
}


body {
font-family: Arial;
font-size: 80%;
font-style: normal;
font-weight: normal;

text-align:left;

color: #000000;
background-color: #FFFFFF;
}

p.presaward {font-size:70%;}
/*  centre all elements with this ID */

#page_wrapper {
	position:relative;
	width: 800px;
/*	height:600px; */ 
	background-color:#FFFFFF;
/*	margin-left: auto;
	margin-right: auto; */
	padding: 0px;
	border: none;
	

}

.header {
position:relative;
background-color:  #FFFFFF;
width: 800px;
/* height:100px; 
padding: 10px; */
left: 10px;
top: 10px;
}

div.menu {
	position:absolute;
	right:5px;
	width: 482px;
	height: 20px;
	padding:5px;
	top: 102px;
	text-align:right;
	font-size:95%;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 1;
		}
		
		div.leftheadmenu {
	position:absolute;
	left:5px;
	width: 310px;
	height: 20px;
	padding:5px;
	top: 102px;
	text-align:left;
	font-size:95%;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 2;
		}
/*Settign for breadcrumb location links*/
		

/*use same id as for main pages but change settings to optimise for print.*/
.centrecol {
	position:relative;
	left: 0px;
	background-color:  #FFFFFF;
	width: 800px;
/*	height: 445px; 
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	top: 125px;  
	overflow:auto; */ 
	line-height:140%;
}
/* as above*/
.centrecolad {
	position:absolute;
	left: 170px;
	background-color:  #FFFFFF;
	width: 428px;
/*	height: 445px; 
	padding:5px;
	top: 125px;
	overflow:auto; */
	line-height:140%;
}

.centrecollocal {
	position:absolute;
	left: 170px;
	background-color:  #FFFFFF;
	width: 452px;
/*	height: 445px; 
	padding:5px;
	top: 125px;
	overflow:auto; */
	line-height:140%;
}


.footer {
position:relative;
background-color: #FFFFFF;
width: 800px;
height:40px;
left: 0px;
/*top:580px; */
text-align: center;

}


/* default heading settings */

h1 {
	font-size: 130%;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	padding:5px;
}
h2 {
	font-size: 115%;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	padding:5px;
}
h3 {
	font-size: 100%;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	padding:5px;
}
h4 {
	font-size: 95%;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	padding:5px;
}
h5 {font-size: 90% ;
padding:5px;}
h6 {font-size: 85% ;
padding:5px;}

/* default div settings  */

div {padding:2px;white-space: normal}
div.LeftMenuHeader {padding:0px;white-space: normal}
div.LHSMenuLinks {padding:5px;white-space: normal}


/* default p settings  */

p {padding:5px;white-space: normal}

/* default li settings  */

li.none { list-style:none;
margin:5px; } 

li.bullets { list-style:inside;
padding:5px;}


/*Image replacement (Main page headers)  */

div.image_header  {width:800px;height:150px;position:relative;border:1px solid #000000;background-color:#66FF66 }
div.image_header span  {background:url(http://www.aiaworldwide.com/images/GIFsJPEGs/Banner.gif) no-repeat 0 0;
 width:800px;height:150px;position:absolute;top:0;left:0;}


/* default hyperlink settings */

a:link {
	text-decoration: none;
	color: #000000;
	}
a:visited {
	text-decoration: none;
	color:#000000;
	}
a:active {
	text-decoration:none;
	color: #000000;
		}
a:hover {
	text-decoration: none;
	color: #0000000;
		
}


/* default table settings */

table	{
	border-collapse:collapse;
	border:1px solid #000000;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}

th {
	color:#FFFFFF;
	background-color:#000000;
	padding:10px;
	vertical-align:top;
	text-align:justify;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;

}


td	{
	color:#000000;
	background-color:#FFFFFF;
	padding:10px;
	vertical-align:top;
	text-align:left;
	font-family: Arial;
	font-size: 12px;
}

/*style for submit button */
input.no_button {
background-color:#99CCFF; 
font-size: 100%; 
    padding: 0px; 
	font-weight: bold;
	border:none }
	
	input.no_button2 {
background-color: #FFFFFF; 
font-size: 100%; 
    padding: 0px; 
	font-weight: bold;
	text-align:left;
	border:none }
	
.redfont
{ color:#FF0000  }
