/***** Main Styles *****/
body
{
background-color: #8E9CB1;
padding: 0px;
margin: 0px;
font-family: arial;
font-size: 12px;
color: #000000;
}
#container
{
width: 797px;
text-align: left;
}

/***** Header Styles *****/
#logo
{
background-color: #ffffff;
background-image: url(images/background.jpg);
background-repeat: no-repeat;
background-position: top right;
height: 111px;
padding: 0px 18px 0px 0px;
margin: 0px 0px 0px 0px;
}
#logotext
{
position: absolute;
left:-2000px;
}
a#logolink
{
width: 226px;
height: 106px;
display: block;
position: relative;
top: 4px;
float: left;
background-image: url('images/logo.jpg');
background-repeat: no-repeat;
}
#subtitle
{
float: right;
font-family: times new roman;
font-size: 17px;
top: 5px;
font-weight: bold;
position: relative;
text-transform: capitalize; 
font-variant: small-caps;
}
#email
{
position: absolute;
top: 84px;
left: 638px;
padding: 0px;
margin: 0px;
}
#line 
{
background-color: #ffffff;
background-image: url('images/line.jpg');
background-repeat: repeat-x;
height: 16px;
padding: 0px;
margin: 0px;
}



/***** Body Styles *****/
#content
{
background-color: #ffffff;
text-align: left;
padding: 0px 0px 20px 0px;
margin: 0px;
position: relative;
top: -5px;
}

#mainimage
{
margin: 0px;
padding: 1px;
}
#maintext
{
position: absolute;
top: 1px;
left: 282px;
diplay: block;
width: 514px;
background-color: #C3CFE1;
height: 200px;
overflow: auto;
}
#maintextcaption
{
padding: 5px 10px 5px 10px;
font-size: 14pt;
color: #ffffff;
text-transform: uppercase; 
background-color: #5E7594;
}
#maintextcontent
{
margin: 0px;
padding: 5px 0px 0px 0px;
font-weight: bold;
}
#maintextcontent ul
{
margin: 0px;
padding: 5px 0px 0px 30px;
}
#maintextcontent li
{
padding: 0px 0px 5px 0px;
}
.bullets
{
diplay: block;
width: 210px;
background-color: #C3CFE1;
height: 200px;
overflow: auto;
margin: 20px 0px 0px 0px;
}
.bulletscaption
{
padding: 5px 10px 5px 10px;
font-size: 12px;
color: #DAE3EF;
background-color: #5E7594;
font-weight: bold;
background-image: url(images/corner.gif);
background-repeat: no-repeat;
background-position: top right;
text-align: center;
}
.bulletscontent
{
margin: 0px;
padding: 15px 30px 0px 30px;
font-size: 12px;
text-align: left;
}

/***** Footer Styles *****/
#footer
{
margin: 0px 0px 2em 0px;
background-color: #C3CFE1;
font-size: 9px; 
color: #000000;
font-family: arial;
padding: 2px 2px 2px 2px;
position: relative;
top: -5px;
}
#footer table
{
width: 100%;
}
