@charset "utf-8";
/* CSS Document */

BODY {
font-family: arial;
margin: 0px 0px 0px 0px;
background: #2d5187 url(./images/back.jpg) repeat-x;
color: white;
}

DIV.header{
background: #2d5187 url(./images/header.jpg) no-repeat;
width: 960px;
height: 219px;
margin-left: auto;
margin-right: auto;
}

div.topLinks{
float: left;
padding-left: 590px;
font-size: 16px;
color: white;
padding-top: 40px;
}

DIV.sloganWording{
padding-top: 50px;
padding-left: 540px;
font-size: 18px; 
font-weight: bold;
color: #ffa200;
}

DIV.menuButtons{
padding-top: 22px;
padding-left: 42px;
}

div.midFront{
background: url(./images/midBack1.png) repeat-y;
width: 960px;
min-height: 600px;
margin-left: auto;
margin-right: auto;
}

div.leftFront{
float: left;
width: 340px;
color: white;
padding-left: 65px; 
padding-top: 20px;
font-size: 14px;
}

div.rightFront{
float: left;
width: 473px;
height: 369px;
color: white;
padding-left: 15px; 
padding-top: 20px;
}

div.footerBack{
background:  url(./images/footerBack.jpg) no-repeat;
width: 960px;
height: 128px;
margin-left: auto;
margin-right: auto;
}

div.clear{
DISPLAY: block;
CLEAR:both;
}

A.headLink:link{
color: white;
font-size: 16px;
font-family: arial;
text-decoration: none;
}

A.headLink:visited {
color: white;
font-size: 16px;
font-family: arial;
text-decoration: none;
}

A.headLink:hover {
color: #ffac00;
font-size: 16px;
font-family: arial;
text-decoration: none;
}

A.headLink:active {
color: #ffac00;
font-size: 16px;
font-family: arial;
text-decoration: none;
}

A.footLink:link{
color: white;
font-size: 14px;
font-family: arial;
text-decoration: none;
}

A.footLink:visited {
color: white;
font-size: 14px;
font-family: arial;
text-decoration: none;
}

A.footLink:hover {
color: #ffac00;
font-size: 14px;
font-family: arial;
text-decoration: none;
}

A.footLink:active {
color: #ffac00;
font-size: 14px;
font-family: arial;
text-decoration: none;
}
