﻿body {margin:0px;background-image:url('images/useful/bg.gif')}

/*
This is for the layout (div) sections of the site
*/
#maincontent
{
float: right;
width: 550px;text-align:justify;
margin-right: 10px;

}

#othercontent
{
float:left;
width:231px;
}

#minutescontent
{
float: left;
width: 100%;text-align:justify; padding:5px
}

/* 
This is the style for the text of the site
*/

.maintext {font-family:Arial; font-size:12px}
.footer {font-family:Arial; color:#ffffff; font-size:11px; text-align:center}
.headerone {font-family:Arial; font-size:15px; font-weight:bold; color:#a5a3a3}
.headertwo {font-family:Arial; font-size:18px; color:#12476a; font-weight:bold}
.sheaderone {font-family:Arial; font-size:15px; font-weight:bold}
.sheadertwo {font-family:Arial; font-size:15px; color:#e29012; font-weight:bold}
.footertext {font-family:Arial; font-size:12px}

.importantlink:link {font-family:Arial;font-size:12px; color:#172f45;}
.importantlink:active {font-family:Arial;font-size:12px; color:#172f45; }
.importantlink:visited {font-family:Arial;font-size:12px; color:#172f45; }
.importantlink:hover {font-family:Arial;font-size:12px; color:#ffffff; background-color:#172f45}


.bulletpoint {list-style-image:url('images/useful/bullet.gif'); padding:3px}

cfinput, input, textarea, select, submit  {
    background: #ffffff; 
    filter:alpha(opacity="67");
    COLOR: #000000;font-weight: bold; 
    font-size:10PT;
    letter-spacing:0pt;
    line-height: 17px;
    font-family: arial, verdana;
    border: 1PT SOLID #12476a;
}

/*This is the styling for the scroller*/
/*Example CSS for the two demo scrollers*/



#pscroller2{
width: 215px;
height: 110px;
padding:3px

}

#pscroller2 a{
text-decoration: none;
}


/*styling for rollover menus*/
#dropmenudiv{
position:absolute;
background-color: #ffffff;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:#172f45

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #172f45;color:#ffffff
}

