BODY {
margin: 0;
margin-bottom: 20px;
background-image: url('../images/Background.jpg');
background-repeat: repeat-x;
}

BODY, TH, TD {
font-family: arial, sans-serif;
font-size: 12px;
color: #666;
line-height: 1.5em;
}

H1 {
color: #74c04a;
font-size: 1.2em;
font-weight: normal;
}

H2 {
color: #6b9fcf;
font-size: 100%;
font-weight: normal;
}

A {
color: #74c04a;
text-decoration: underline;
font-weight: bold;
}

A:Hover {
font-style: italic;
}

A.BlueLink {
color: #006dae;
}

P.FirstPara {
color: #74c04a;
font-size: 1.2em;
margin-top: 0;
}

p.LightBlue {
color: #6b9fcf;
}

li {

margin-bottom: 1em;
}

blockquote {
color: #6b9fcf;
font-size: 1.2em;
}

#OuterBox {
margin: auto;
width: 980px;
background-image: url('../images/BackgroundCircles.jpg');
background-repeat: no-repeat;
padding-top: 58px;
}

#InnerBox {
width: 741px;
margin: auto;
background-image: url('../images/ContentBackground.jpg');
background-repeat: repeat-y;
}

#Menu {
background-image: url('../images/Menu.jpg');
padding: 8px;
padding-left: 140px;
color: #fff;
}

#Menu A {
color: #fff;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
margin-left: 17px;
}

#Menu A:Hover, #Menu A.Selected {
color: #006dae;
}

#Footer {
margin: auto;
margin-top: 25px;
width: 741px;
padding-left: 25px;
}

#LeftContent {
float: left;
width: 162px;
padding-left: 30px;
padding-right: 10px;
}

#RightContent {
float: left;
width: 490px;
margin-left: 30px;
}

.BlueQuote {
color: #6b9fcf;
font-size: 1.4em;
line-height: 1.6em;
margin-top: 0;
}

.ContactBox {
border-bottom: 1px solid #006ead;
border-top: 1px solid #006ead;
margin-bottom: 1em;
background-color: #efefef;
padding: 6px;
color: #006ead;
}

.ContactBox P {
margin-top: 0;
margin-bottom: 1em;
}