.required{color:red}
/* CSS Document */
div#associations {
height:145px;
width:240px;
overflow:auto;
border:1px solid #aaa;
font-size:12px;
margin-left:auto;
margin-right:auto;
}
div#associations a,
div#associations a:link,
div#associations a:active {
color:#648C8C;
}
div#associations a:visited{
color:#888;
}
div#associations ul { 
list-style-type:none;
margin:0;
padding:0;
background:#FFFFEB; 
}
div#associations li {
border-bottom:1px solid #555;
padding:0.25em;
margin:0;
}
div#associations li:hover {
background:#648C8C;
}
div#associations li:hover a {
color:#FFF;
text-decoration:underline;
}
div#associations li a {
display:inline;
/* width:100%; */
font-weight:bold;
height:1em;
background:transparent;
color:#FFF;
}

div#associations li a:hover {
 color:#FFF;
}
body { 
background:#BFD3D2;
margin:0;
}
.borders {
border:1px solid red;
}
#footer a{
	color:#597F7F;
	text-decoration:none;
}
#footer a:hover{
	color:#93D3D3;
	text-decoration:underline;
	background:transparent;
}
.form-label{
font-weight:bold;
}
#header {

}
#inner-frame{
background:white;
border-left:62px solid #97B7B4;
border-right:62px solid #97B7B4;
border-bottom:35px solid #97B7B4;
border-top:35px solid #97B7B4;
padding:10px;
}
.italics {
  font-style:italic;
}
.legal{
  color:#777;
  font-size:90%;
}
#logo{
background:url(../images/aon-logo.jpg) transparent no-repeat 0% 50%;
height:80px;
padding-left:120px;
vertical-align:middle;
}
#masthead{
background:url(../images/header.jpg) #FEFFED no-repeat top right;
height:85px;
}
#outer-frame{
background:#97B7B4;
margin-left:auto;
margin-right:auto;
padding:0;
width:800px;
}
.parent { position:relative; }
#sub-heading{
text-align:center;
font-weight:bold;
line-height:130%;
}
#survey-box {
margin-left:auto;
margin-right:auto;
}
#survey-box td{
background:url(../images/survey-box-slice.jpg) transparent repeat-y top left;
width:550px;
padding:8px;
}
#survey-box th#header {
background:url(../images/survey-box-header.jpg) transparent no-repeat top left;
width:550px;
height:35px;
margin:0;
}
#survey-box th#footer{
background:url(../images/survey-box-footer.jpg) transparent no-repeat top left;
width:550px;
height:35px;
}
#survey-box #left-column {
width:46%;
padding:5px;
float:left;
}
#survey-box #right-column {
border-left:1px solid #AAA;
width:48%;
padding:10px;
float:left;
}
#title{
position:relative;
font-size:16pt;
padding-top:35px;
padding-bottom:20px;
font-weight:bold;
}
#top-nav{ /* extra */
background:#72A0A0;
}
.question-number { 
  margin:0px;
  padding:0px;
 }
.question-number th { 
  width:20px;  
}
.question-text{  
  margin:0;
  padding:0;
  margin-left:20px;
  padding-top:5px;
}
#phpsurvey p,#phpsurvey table,#phpsurvey form,#phpsurvey body, #phpsurvey input{
   font-size:12px;
   font-weight : normal;
   line-height:18px;
}