@charset "utf-8";
/* CSS Document */

#body{
background-image: url(images/bg.gif);
background-repeat: repeat-x;
background-position: top;
border-top: solid 1px #a427a5;
background-color: #edebd6;
margin: 0px;
}
#header{
background-image: url(images/header.gif);
background-repeat: no-repeat;
height: 103px;
width: 798px;
margin-left: auto;
margin-right: auto;
}
#containerTop{
background-image: url(images/containerTop.gif);
background-repeat: no-repeat;
background-position: top;
height: 7px;
width: 798px;
margin-left: auto;
margin-right: auto;
}
#container{
background-image: url(images/containerBgShim.gif);
background-repeat: repeat-x;
background-position: top;
width: 784px;
padding-left: 7px;
padding-right: 7px;
margin-left: auto;
margin-right: auto;
}
#navLeft{
background-image: url(images/navendLeft.gif);
background-repeat: no-repeat;
width: 8px;
height: 33px;
}
#navRight{
background-image: url(images/navendRight.gif);
background-repeat: no-repeat;
width: 8px;
height: 33px;
}
#navBg{
background-image: url(images/navShim.gif);
background-repeat: repeat-x;
}
#nav
{
margin: 0;
padding: 0 0 0 0px;
}
#nav UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#nav LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}
#nav A {
font-family: "Times New Roman", Times, serif;
font-size: 13px;
font-weight: bold;
color: #edebd6;
display: block;
width: auto;
text-decoration: none;
text-align: center;
margin: 0;
padding-top: 10px;
padding-left: 21px;
padding-right: 20px;
padding-bottom: 8px;
}
#nav A:hover, #navcontainer A:active { 
color: #edebd6;
padding-top: 10px;
background-image: url(images/navOn.gif);
background-repeat: repeat-x;
padding-bottom: 8px;
}

#nav A.active:link, #navcontainer A.active:visited
{
color: #edebd6;
padding-top: 10px;
padding-bottom: 8px;
}
#nav li a#current{
color: #edebd6;
padding-top: 10px;
padding-bottom: 8px;
}
.navDevide{
background-image: url(images/navDevide.gif);
background-repeat: no-repeat;
background-position: right;
}
#contentTop{
background-image: url(images/contenttop.gif);
background-repeat: no-repeat;
width: 784px;
height: 6px;
margin-top: 7px;
margin-left: auto;
margin-right: auto;
}
#contentContainer_leftBorder{
background-image: url(images/contentside.gif);
background-repeat: no-repeat;
background-position: top left;
width: 784px;
}
#contentContainer_rightBorder{
background-image: url(images/contentside.gif);
background-repeat: no-repeat;
background-position: top right;
width: 784px;
}
#contentContainer{
background-color: #edebd6;
padding-left: 20px; 
padding-right: 20px;
padding-top: 15px;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color: #441345;
line-height: 16px;
margin-left: auto;
margin-right: auto;
overflow: auto;
width: 742px;
}
#contentContainer a {
color: #a427a5;
text-decoration: underline;
}
#contentContainer a:hover {
color: #a427a5;
text-decoration: underline;
}
#contentContainer a.subon {
color: #a427a5;
text-decoration: underline;
}
#content_col1{
width: 430px;
float: left;
margin-right: 20px;
}
#content_col2{
float: right;
}
#content_fullwidth{
width: 100%;
float: left;
}
#content_col2_placeholder{
float: right;
background-image: url(images/imagePlaceholder.gif);
background-repeat: no-repeat;
width: 252px;
height: 457px;
padding: 20px;
}
#hr{
border-top: dotted 1px #c5c3b2;
border-bottom: dotted 0px #c5c3b2;
margin-top: 5px;
margin-bottom: 15px;
height: 1px;
}
#copyright{
font-family: "Times New Roman", Times, serif;
font-size: 10px;
line-height: 12px;
color: #af9ba1;
}
#copyright a {
color: #af9ba1;
text-decoration: underline;
}
#copyright a:hover {
color: #af9ba1;
text-decoration: underline;
}
#copyright a.subon {
color: #af9ba1;
text-decoration: underline;
}
.imagePlaceholder{
background-image:url(images/imagePlaceholder.gif);
background-repeat: no-repeat;
width: 292px;
height: 427px;
}
.form_fields{
border: solid 1px #a0988d;
padding: 3px;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color: #441345;
width: 96%;
}
.form_buttons{
background-color: #601c61;
background-image: url(images/submit.gif);
background-repeat: no-repeat;
background-position: center;
border: solid 1px #a427a5;
padding: 3px;
width: 100%;
height: 28px;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
color: #ffffff;
}