body 
{ 
background-color:#000000;
}


/**************** wrapper **********************/
#wrap
{
margin: 0 auto;
padding: 0 1px;
min-width:1025px;
max-width:1025px;
}

.home-size-font { font-size:12px;}
.success-size-font { font-size:14px;}
.contact-size-font {font-size:16px;}
.contact-size-color {font-size:16px; color:#a2cade}
/**************** boxes ******************************/
.boxtop
{
margin-right: 0px;
margin-left: 0px;
margin-top: 30px;
}


/**************** middle ******************************/
#middle 
{
background-color:#deeaff;
font-size: 16px;
font-weight: bold; 
color: #2e60b5;
font-family:"Century Gothic";
min-width:1025px;
max-width:1025px;
min-height: 525px;
}



/**************** footer ******************************/
#foot 
{
font-size: 12px;
color: #9F0303;
text-align:	center;
border: 1px  solid  #000000;
min-width:1025px;
max-width:1025px;
}



/**************** nav bar 1 menu******************************/

ul#navbar
{
text-align:center;
margin-left: 0;
padding-left: 0;
margin-top: -31px;
white-space:nowrap;
font-family:"Century Gothic"; 
font-size:14px;
font-weight:700;
}

#navbar li 
{
display: inline;
list-style-type: none;
padding-right: 0px;
}

#navbar li a
{
padding: 2px 15px;
text-decoration:none;
background-color:#a2cade;
color:#2e60b5;
border-color: #deeaff;
border-style: outset;
}

#navbar li a:link
{
}

#navbar li a:visited 
{
}


#navbar li a:hover 
{
background-color:#deeaff;
color: #2e60b5;
border-color: #000000;
border-style: double;
}

#navbar li a:active 
{
background-color:#2e60b5;
color: #deeaff;
border-color: #00000;
border-style: outlet;
}

.drawtd {
padding: 10px  10px  10px  10px;
border: 2px  solid  #deeaff;
background: #2e60b5;
color: #deeaff;
font-family:"Century Gothic";
font-size:14px;
}


.drawtd2 {
padding: 5px  5px  5px  5px;
border: 1px  solid  #deeaff;
background: #2e60b5;
color: #deeaff;
}


.drawtd3 {
padding: 5x  5px  5px  5px;
border: 3px  solid  #2e60b5;
}


