

body {
  background-color: #E6DEE3;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
}

#container
{
width: 750px;
margin: 10px auto;
background-color: #C7E8DC;
color: #333;
border: 2px solid #133557;
line-height: 130%;
float: center;
}

#top
{
padding: 0;
border-bottom: 5px solid #133557;
background:url(images/header.jpg);
background-repeat: no-repeat;
height: 200px
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 185px;
margin: 0;
padding: 2px;
background-color: #C7E8DC;
text-align: left;
}

#leftnav p {
margin: 0 0 0 0; 
font-family: Verdana;
font-size: 14px;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: #C94E6A;
text-decoration: none
}

#leftnav ul {
 list-style:none;
 padding-top: 5px;
 padding-left: 0px;
 margin-left: 5px;
 padding-bottom: 5px;
 font-weight: bold;
 }

#leftnav li {
 font-size: 11px;
 line-height: 13px;
 margin-left: 8px;
 padding-bottom: 5px;
 font-weight: bold;
 }
 
 #leftnav li ul {
 font-size: 10px;
 line-height: 12px;
 font-weight: normal;
 padding-bottom: 5px;
 }
 
 #leftnav li ul li {
 font-size: 10px;
 line-height: 12px;
 font-weight: normal;
 padding-bottom: 5px;
  }

#leftnav a {
font-family: Verdana;
font-size: 11px;
line-height: 12px;
color: #C94E6A;
text-decoration: none;
}

#leftnav a:hover {
font-family: Verdana;
font-size: 11px;
line-height: 12px;
color: #126435;
text-decoration:underline;
}

#leftnav a:active {
font-family: Verdana;
font-size: 11px;
line-height: 12px;
color: #126435;
}

#content
{
float: right;
width: 535px;
border-left: 2px solid #126435;
padding: 10px;
background-color: #FFFFFF;
text-align: left;
}

#content h2 {
margin: 0 0 1px 0; 
}

#content p {
font-family: Verdana;
font-size: 12px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
text-align: justify;
color: #666666;
text-decoration:none
padding: inherit
margin-right: 10px;
}

#content h1 {
font-family: Verdana;
font-size: 24px;
font-style: normal;
line-height: 28px;
font-weight: bold;
font-variant: normal;
color: #C94E6A;
text-decoration:none
padding: inherit
}

#content h2 {
font-family: Verdana;
font-size: 20px;
font-style: normal;
line-height: 24px;
font-weight: bold;
font-variant: normal;
color: #1F9CCE;
text-decoration:none
padding: inherit
}

#content h3 {
font-family: Verdana;
font-size: 12px;
font-style: italic;
line-height: 14px;
font-weight: bold;
font-variant: normal;
text-align: justify;
color: #C94E6A;
text-decoration:none
padding: inherit
margin-right: 10px;
}

#content ul {
  list-style-image: url(images/chevron.jpg);
  font-family: Verdana;
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  font-weight: normal;
  font-variant: normal;
  text-align: justify;
  color: #666666;
  text-decoration:none
  padding: inherit
  margin-right: 10px;
 } 

#content p.pinkbox {
  background-color: #C7E8DC;
  display: block;
  width: 530px;
  border: 1px solid #126435;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 14px;
  text-align: right;
  padding: 3px;
  margin: 0;
}

#content a.pinkbox {
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
color: #C94E6A;
text-decoration: none
}

#content a.pinkbox:hover {
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
color: #126435;
text-decoration:underline
}

#content a.pinkbox:active {
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
color: #126435;
text-decoration:none
}


#footer
{
clear: both;
margin: 0;
padding: 3px;
background:url(images/footer.jpg);
background-repeat: repeat both; 
border-top: 2px solid #126435;
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 15px;
font-weight: normal;
font-variant: normal;
color: #CBE4EE;
text-decoration:none
}


#footer a {
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
color: #CBE4EE;
text-decoration:none
}

#footer a:hover {
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
color: #C94E6A;
text-decoration:underline
}

#footer a:active {
margin: 0;
padding: 0;
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 14px;
font-weight: normal;
font-variant: normal;
color: #C94E6A;
text-decoration:none
}



