﻿body {margin:0px;background-image:url('images/useful/bg.gif'); font-family:Arial; font-size:12px}

/*
This is for the layout (div) sections of the site
*/
#maincontent
{
float: left;
width: 495px;text-align:justify;
margin-right:2px;

}

#othercontent
{
float:right;
width:190px;text-align:left;
margin-right:2px
}

#left
{
float: left;
width: 200px;text-align:justify;
margin-right:20px; margin-left:150px

}
#right
{
float: left;
width: 200px;text-align:justify;
margin-right:2px;

}

/* 
This is the style for the text and links of the site
*/

h2{font-family:Arial; font-size:20px; color:#100f40; font-weight:bold}

.maintext {font-family:Arial; font-size:14px}
.footer {font-family:Arial; color:#ffffff; font-size:11px; text-align:center}
.headerone {font-family:Arial; font-size:16px; font-weight:bold;color:#a3a3a1}
.headertwo {font-family:Arial; font-size:20px; color:#100f40; font-weight:bold}

.footer {font-family:Arial; font-size:10px; color:#ffffff;}
.menu {font-family:Arial; font-size:16px; color:#ffffff;}

.menulink:link {font-family:Arial;font-size:16px; color:#ffffff; text-decoration:none; margin-right:30px}
.menulink:active {font-family:Arial;font-size:16px; color:#ffffff; text-decoration:none; margin-right:30px}
.menulink:visited {font-family:Arial;font-size:16px; color:#ffffff; text-decoration:none; margin-right:30px}
.menulink:hover {font-family:Arial;font-size:16px; color:#100f40; background-color:#ffffff; border-color:#e3ca23; text-decoration:none; margin-right:30px}


.bulletpoint {list-style-image:url('images/useful/bullet.gif')}

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 #100f40;
}