/* Start of CMSMS style sheet 'AAR Layout V2' */
body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden; 
  }

#header {
  position:absolute; 
  top:0; 
  left:0; 
 width:100%; 
  height:143px; 
/* overflow: hidden; */
  text-align:center;
  z-index:30;
  }
  

#contents {
  position:fixed;   top:143px;
  left:0px;
  bottom:0px; 
  right:0px; 
  overflow-y:scroll; 
  z-index:10;
  
  }
  
#contents ul li{
line-height:180%;
list-style-image: url('uploads/aarimg/bullet2.gif');
}



html, body, p, th, td, li, dd, dt {
  font: 8pt Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
p  {line-height:180%}
h1 { 
   color: #de001d; 
   font-size: 1.8em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #de001d; 
   border-left: 1.1em solid #de001d; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
 text-transform:uppercase;
   font-family:Trebuchet Ms, Arial, Helvetica, sans-serif; 
}


h2 { font-size: 1.5em; color: #2b50b1}
h3 { font-size: 1.2em; color: #de001d; }
h4 { font-size: 1.0em; color: #2b50b1;}
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
.footer {font-size: 8pt; font-family: tahoma, verdana; line-height:110%}
.footer a {font-size: 8pt}
a{color: #2b50b1}
a:hover{
text-decoration:none
}

  /* for internet explorer */

* html body {
  padding:143px 0 0px 0px; 
  }

* html #contents {
  height:100%; 
  width:100%;
  padding:0px 0px 0px 0px; 
  }

.imgborder img{
border:none
}


.left-column {
    width: 220px;
    float: left;
    padding: 10px 10px 10px 0px;
    line-height:180%;
      }

.left-column b{
color: #2b50b1;
font-size:10pt;
      }

.center-column {
    width: 220px;
    float: left;
    padding: 10px 10px 10px 0px;
    line-height:180%;
      }

.center-column b{
color: #2b50b1;
font-size:10pt;
      }


.right-column {
    width: 220px;
    float: left;
    padding: 10px 0px 10px 0px;
    line-height:180%;
      }

.right-column b{
color: #2b50b1;
font-size:10pt;
      }
/* Sample FormBuilder CSS base */
	form {margin-top:0}
	form, td, th, li { font-size: 8pt}
	form div {margin-bottom:0}
	fieldset div {
		margin-bottom:0.5em;
		margin-left:1em;
	}
	fieldset div div {
		margin-top:0.5em;
		margin-left:1em
	}
	fieldset {
		margin-bottom:1em;
		border:1px solid #F60;
		padding:0.5em
	}
	fieldset label {
		width:auto;
	}
	legend {
		color:#FFF;
		background:#F60;
		font-style:italic;
		font-size:1.2em;
		margin-bottom:0.5em;
		padding:0.2em;
		width:auto;
		border:1px solid #CCC
	}
	textarea {
		margin: 0.5em 0;
		width:98%;
		height: 6em
	}

	/* Apply this class to text/select input fields with shorter labels
		to help alignment */
	.short-label label {float:left; width:10em}
	.short-label fieldset div input,
	.short-label fieldset div select {width:16em}

	/* Pretty up your Captcha image output */
	.captcha {
		margin:0.5em 0;
		width:200px;
		text-align:center
	}
	.captcha img {border:1px solid #F60; margin-bottom:0.5em}
	.captcha input {width:196px; margin-top:0.5em}

	/* Just a bit more room for the Submit button */
	.submit {margin-top:0.5em}

/* End of 'AAR Layout V2' */

