/* CSS Document */

/* BODY */

body, html {
background-color: #CCCCFF;
text-align: center;
margin: 0 auto;
padding: 0;
font: 14px Arial, Helvetica, sans-serif;
color: #000;
}

/* MAIN CONTAINER DIV */

#container {
margin: 0 auto;
background-color: #FFF;
width: 700px;
border: 1px solid #000;
min-height: 110%;
overflow: hidden;
padding: 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;
border-bottom: 1px solid #000;
}

/* CONTENT DIV */

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

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

/* 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-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color: #800000;
margin-top: 30px;
margin-bottom: 30px;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #000;
margin-top: 15px;
margin-bottom: 15px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000;
font-weight: bold;
margin-top: 15px;
margin-bottom: 15px;
}

h4 {
font: 18px New Roman, Times, serif;
font-weight: bold;
color: #000;
margin-top: 15px;
margin-bottom: 15px;
}

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

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


/* COLORED TEXT */

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

.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:##3333CC;
}

.darkredtxt {
color:#880000;
}


.caption {
font: 12px 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: disc;
list-style-image:url(../images/0093_bullet.png);
margin: 25px 0 0 25px;
}

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

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

ol li {
padding: 5px;
margin-bottom: 10px
}

/* BOXES */

/* blue-bordered box */

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

/* red dashed-border box */

.box2 {
border: 3px dashed #FF0000;
width: 500px;
padding: 0 10px 10px 10px;
text-align: left;
margin-top: 35px;
}

/* dashed-border box */

.box3 {
border: 1px dashed #000066;
background: #FFFFCC;
width: 450px;
padding: 0 10px 10px 10px;
text-align: center;
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: #0000FF;}
A:hover {text-decoration: underline; color: #0000FF;}