﻿html { 
  padding:0px;
  margin:0px;
}

body
{
    background-color: #94836d;
    font-size: 13px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

p,pre, h1 {
margin:0px 10px 10px 10px;
}

h1 {
font-size:20px;
padding-top:10px;
color: #000000;
background-color: transparent;
	}

a
{
    color: #cc6600;
    font-size: 13px;
    text-decoration: none;
}

.classR a
{
    color: #000000;
    font-size: 13px;
    text-decoration: none;
}


a:hover
{
    color: #ff9933;
}

pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}


/*  boxes layout */

#box
{
    width: 760px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    background-position-x: center;
    background-image: url(images/Background.jpg);
    background-repeat: repeat-y;
}

#left
{
    width: 440px;
    float: left;
    position: static;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}

#right
{
    width: 230px;
    float: left;
    overflow: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    padding-top: 30px;
}

#leftbottom
{
    width: 440px;
    float: left;
    position: static;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}

#rightbottom
{
    width: 230px;
    float: left;
    overflow: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
    padding-top: 30px;
}

#head
{
    background-color: transparent;
    background-position-x: center;
    background-image: url(images/Banner.jpg);
    background-repeat: no-repeat;
    width: 760px;
    height: 260px;
}

#head h1 {
font-size: 11px;
text-align: right;
color: #564b47;
background-color: #90897a;
padding:5px 15px;
margin:0px
}

#left h2
{
    color: #cc6600;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
}

h2
{
    color: #cc6600;
    font-size: 14px;
    font-weight: bold;
padding:5px 15px;
margin:0px
}

#head p
{
    padding: 10px;
    margin: 0px;
}

#topright
{
    background-color: transparent;
    background-image: url(images/YouDeserveAnim.gif);
    background-position: right top;
    background-repeat: no-repeat;
    width: 204px;
    height: 145px;
    top: 50px;
    position: relative;
    left: 525px;
}
h3
{
    font-weight: bold;
    font-size: 14px;
    background-image: url(images/LinkOrnament.gif);
    color: #cc6600;
    background-repeat: no-repeat;
    padding-left: 52px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-top: 4px;
    margin-bottom: 2px;
}
h4
{
    background-image: url(images/buttonSmall.jpg);
    background-repeat: no-repeat;
    width: 180px;
    height: 83px;
    font-size: 13px;
    color: #000000;
    padding-top: 27px;
    padding-right: 5px;
    padding-left: 40px;
    padding-bottom: 0px;
}
h5
{
    background-image: url(images/buttonLarge.jpg);
    background-repeat: no-repeat;
    width: 165px;
    height: 110px;
    font-size: 13px;
    color: #000000;
    padding-top: 27px;
    padding-right: 20px;
    padding-left: 40px;
    padding-bottom: 0px;
}

h6
{
    font-weight: bold;
    font-size: 14px;
    color: #cc6600;
    padding-left: 10px;
}

.floatimgleft {
float:left;
margin-top:10px;
margin-right:10px;
margin-left:10px;
margin-bottom:10px;
}

#footer
{
    color: #000000;
    vertical-align: bottom;
}

table.tableapply
{
    font-size: 10px;
}

p.adminmain a
{
    color: #8b4513;
}

p.adminmain a:hover
{
    color: #ff9933;
}