/* CSS Document */

/* BODY */

body, html {
background-color: #003366;
text-align: center;
margin: 0 auto;
padding: 0;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
p {
font: 12px Arial, Helvetica, sans-serif;
}

/* MAIN CONTAINER DIV */

#container {
margin: 0 auto;
background-color: #FFF;
width: 700px;
border: 1px solid #0161AB;
min-height: 110%;
overflow: hidden;
padding: 0 20px 20px 20px;
}

/* HEADER DIV */

#header {
margin: 0 auto;
width: 740px;
height: 140px;
background-image: url(../images/AL-2ad.jpg);
background-color:#FFFFFF;
background-position: center;
background-repeat: no-repeat;
text-align: center;
vertical-align: bottom;
}
#header2 {
margin: 0 auto;
width: 740px;
height: 140px;
background-image: url(../images/AL-2adsml.jpg);
background-color:#FFFFFF;
background-position: center;
background-repeat: no-repeat;
text-align: center;
vertical-align: bottom;
}

/* CONTENT DIV */

#content {
padding: 0 15px 15px 15px;
margin-bottom: 15px;
text-align: left;
}

#content p {
line-height: 110%;
margin-bottom: 12px;
}

#content a {
color:#000099;
}

#content a:visited, a:hover {
color:#000099;
}


/* TESTIMONIAL DIV */

#testimonial {
border: 1px dotted #000;
background-color: #FFF;
width: 450px;
min-height: 100%;
padding: 5px;
}

/* PICTURE DIV */

#picright {
float: right;
background-color: #FFF;
width: 250px;
min-height: 100%;
overflow: hidden;
padding: 20px;

}

#picright2 {
float: right;
background-color: #FFF;
min-height: 100%;
width: 130px;
overflow: hidden;
padding: 10px;

}

/* FOOTER DIV */

#footer {
font: 9px Arial, sans-serif;
text-align: center;
color: #105474;
padding-top: 5px;
padding-bottom: 5px;
}


/* HEADINGS */

h1 {
font: 28px Times New Roman, Times, serif;
font-weight: bold;
color: #FF6600;
margin-top: 10px;
margin-bottom: 10px;
}

h2 {
font: 24px Times New Roman, Times, serif;
font-weight: bold;
color: #000;
margin-top: 10px;
margin-bottom: 10px;
}

h3 {
font: 20px Times New Roman, Times, serif;
color: #000;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
}

h4 {
font: 20px Arial, Helvetica, sans-serif;
font-weight: bold;
color: #000;
margin-top: 10px;
margin-bottom: 10px;
}

h5 {
font: 16px Arial, Helvetica, sans-serif;
color: #000;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
}

h6 {
font: 16px Arial, Helvetica, sans-serif;
color: #000;
margin-top: 10px;
margin-bottom: 10px;
}


/* COLORED TEXT */

.boldunderline {
font-weight: bold;
text-decoration: underline;
}

.orangetxt {
color: ##FF6600;
}

.greentxt {
color: #008000;
}

.greentxtbold {
color: #008000;
font-weight: bold;
}

.greenheading {
font: 16px Arial, Helvetica, sans-serif;
color: #008000;
font-weight: bold;
margin-top: 10px;
}

.redtxt {
color: #CC0000;
}

.highlight {
background-color: #FFFF66;
}
.highlightgrey {
background-color: #CCCCCC
}


.todos {
background-color: #66FFFF
}

.bluetxt {
color:#000099;
}

.blueboldunderline {
color:#000099;
font-weight: bold;
text-decoration: underline;
}

.darkredtxt {
color:#880000;
}
.header {
font: 16px Arial, Helvetica, sans-serif;
}

.caption {
font: 10px Arial, Helvetica, sans-serif;
}
.arial {
font: Arial, Helvetica, sans-serif;
}

/* IMAGES */

.imgfltrt {
float: right;
padding: 15px;
}

.imgfltlft {
float: left;
padding: 15px;
}

/* LISTS */

ul {
list-style:square;
list-style-image:url(../images/0093_bullet.png);
margin: 25px 0 0 25px;
font-size: 12px;
}

ul li {
padding: 2px;
margin-bottom: 10px
}

ol {
list-style: decimal;
margin: 25px 0 0 25px;
font-size: 12px;
}

ol li {
padding: 5px;
margin-bottom: 10px
font: 12px Arial, Helvetica, sans-serif;
}

/* BOXES */

/* blue-bordered box */

.box1 {
border: 1px solid #0161AB;
width: 450px;
padding: 10px 10px 10px 10px;
text-align: left;
margin-top: 35px;
}

/* no-border box */

.box2 {
width: 633px;
padding: 10px 10px 10px 10px;
text-align: justify;
}

/* dashed-border box */

.box3 {
border: 2px dashed #000066;
width: 650px;
padding: 0 10px 10px 10px;
text-align: left;
margin-top: 35px;
}
.box4 {
border: 2px dashed #000066;
width: 350px;
padding: 10px 10px 10px 10px;
text-align: left;
margin-top: 35px;
}



/* TABLE */

.tabl1	 {
}

.tabl1 td#row {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: #FFFFCC;
}
						 
.tabl1 td#row1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: #CCCCFF;
}

.tabl1 td#row2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: #9999CC;
}


/* LINKS */

A:link {text-decoration: underline; color: #0000FF;}
A:visited {text-decoration: underline; color: #0000FF;}
A:active {text-decoration: underline; color: #CC0000;}
A:hover {text-decoration: underline; color: #CC0000;}
