﻿body {margin:0px; background-image:url('images/useful/bg.gif')}

/*
This is for the layout (div) sections of the site
*/
#lefthome
{
float: left;
width: 267px;text-align:justify;
margin:10px;
}

#middlehome
{
float:left;
width:267px;
text-align:justify;
margin:10px;
}

#righthome
{
float:left;
width:267px;
text-align:justify;
margin:10px;
}

#floatright
{
    float:right
}

#footer
{
width: 896px;
margin-left:auto;
margin-right:auto;
text-align:center;
font-family:Arial;
font-size:11px;
color:Black;
}

#footer a
{
    text-decoration:none;
    color:Black;
}

#footer a:hover
{
    text-decoration:underline;
}


/*for drop down menu*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color:#ffffff
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:#223e55;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #223e55;color: #ffffff
}

/*This is for the text*/
.maintext {font-family:Arial; font-size:13px}

.bulletpoint {list-style-image:url('images/useful/bullet.gif')}