body {
	font-family: Arial, "Myraid Pro", Helvetica, Garamond;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background:#fff7e5;
	background-image:url(images/iaap_main_background.gif);
	background-repeat:repeat-x;
}
a:link { 

	color: #99cbe5;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

a:visited {

	color: #333333;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}

a:hover {

	color: #333333;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

a:active {
	color: #99cbe5;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

h1 {

	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;

}
div#wrapper {

    position:relative;
    margin-left:auto;
    margin-right:auto;
    top: 0px;
    width:950px;
    background-color: #CCCCCC;
}
div#head {
	left:0px;
	width:950px;
	height:240px;
	top: 0px;
	position: absolute;
	background-image:url(images/iaaptop_background.gif);
	background-repeat:repeat-x;
}
div#pix	{
	width: 950px;
	position: relative;
	height: 110px;
	top: 240px;
	background-image:url(images/iaap_pix_background.gif);
	background-repeat: repeat-x;
	}
div#columns {
	width: 950px;
	position: relative;
	top: 240px;
	background-color: #fff7e5;
}
div#subpage	{
	position: relative;
	left: 0px;
	width: 950px;
	background-color:#fff7e5;
	top: 240px;
	} 
div#subpagecontent	{
	position: relative;
	left: 0px;
	width: 800px;
	background-color:#f9f9f3;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
	border: 0px solid #000;
	padding: 5px;
	} 
div#side1 {
	position:absolute;
	left:0px;
	width:350px;
	background-color: #fff7e5;
	top: 0px;
}
div#content {
	background-color: #fff7e5;
	width: 600px;
	position: relative;
	top: 0px;
	left: 350px;
}

.contentquote	{

	font-size: 18px;

	font-style: italic;

	color: #333333;

	}

	



#contentmain	{

	width: 500px;
	height: auto;
	background-color: #f9f9f3;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
	border: 0px solid #000;
	padding: 5px;
	font-size: 12px;
	font-style: normal;	
	color: #333333;
	}
	
	#newsitem	{

	width: 100%;

	border-top: 2px solid #99cbe5;

	padding: 0px 0px 30px 0px;

	}

.news	{

	width: 320px;

	height: auto;

	background-color: #f9f9f3;

	-moz-border-radius: 5px;

  	-webkit-border-radius: 5px;

	border: 0px solid #000;

	padding: 5px;



	}

.newshead {

	font-size: 18px;

	font-style: italic;

	color: #333333;

	font-weight: bold;

}



div#foot {
	background-color: #fff7e5;
	width: 950px;
	clear: both;
	position: relative;
	margin-top: 240px;
}
.clear {
	clear:both;
}

