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

html {
height: 100%;
}
body {
background-color: #e2007a;
margin: 0px;
height: 100%;
line-height: 18px;
}
h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-weight: bold;
color: #e2007a;
margin: 0px;
}
h2{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
font-weight: normal;
color: #e2007a;
margin: 0px;
}
.blk{
color: #000000;
}
#wrapper{
background-image: url(images/leftshadow.gif);
background-repeat: no-repeat;
background-position: left top;
width: 1034px;
margin-left: auto;
margin-right: auto;
height: 100%;
clear: both;
height: 100%;
}
#rightshadow{
background-image: url(images/rightshadow.gif);
background-repeat: no-repeat;
background-position: right top;
width: 1034px;
clear: both;
float: right;
height: 100%;
}
#insidewrapper{
background-color: #333333;
border-top: solid 10px #000000;
background-position: top;
width: 970px;
height: 100%;
margin-left: auto;
margin-right: auto;
clear: both;
}
#contentwrapper{
background-color: #FFFFFF;
padding: 0 10px 0 10px; 
overflow: auto;
}
#header{
background-image: url(images/header.gif);
background-repeat: no-repeat;
height: 138px;
width: 950px;
}
#navcontainer{
background-image: url(images/navOff.jpg);
background-repeat: repeat-x;
height: 37px;
width: 950px;
margin-top: 0px;
padding-top: 0px;
}
#navcontainer UL{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer LI{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}
#navcontainer A {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #ffffff;
display: block;
width: auto;
text-decoration: none;
text-align: center;
margin: 0;
padding: 10px 41px 7px 41px;
}
#navcontainer A:hover, #navcontainer A:active{
background-image: url(images/navOn.jpg);
background-repeat: repeat-x;
color: #ffffff;
padding: 10px 41px 7px 41px;
}
#navcontainer A.active:link, #navcontainer A.active:visited{
background-image: url(images/navOn.jpg);
background-repeat: repeat-x;
color: #ffffff;
padding: 10px 41px 7px 41px;
}
#navcontainer li a#current{
background-image: url(images/navOn.jpg);
background-repeat: repeat-x;
color: #ffffff;
padding: 10px 41px 7px 41px;
}
#bannerimage{
background-image: url(images/banner.jpg);
background-repeat: no-repeat;
border-top: solid 10px #ffffff;
border-bottom: solid 10px #ffffff;
height: 264px;
}
#contentContainer{
width: 100%;
background-color: #ffffff;
overflow: auto;
}
#leftcolumn{
width: 360px;
float: left;
}
#rightcolumn{
width: 580px;
float: right;
}
.textbox{
background-color: #d9d9d9;
padding: 15px;
font-family: "Georgia", Times New Roman, Times, serif;
font-size: 14px;
color: #000000;
overflow: auto;
}
.textbox a {
color: #000000;
text-decoration: underline;
}
.textbox a:hover {
color: #000000;
text-decoration: underline;
}
.textbox a.subon {
color: #000000;
text-decoration: underline;
}
.textcontent{
padding: 15px;
font-family: "Georgia", Times New Roman, Times, serif;
font-size: 14px;
color: #000000;
}
.bulletlist{
line-height: 24px;
}
#formbg{
background-color: #c4c4c4;
padding: 5px;
}
.formfield{
width: 95%;
padding: 2px;
height: 15px;
}
.formlist{
width: 100%;
}
.formbutton{
width: 100%;
height: 30px;
background-color: #212121;
border: 0px;
color: #e2007a;
font-weight: bold;
font-family: "Georgia", Times New Roman, Times, serif;
}
#copyright{
font-size: 12px;
color: #666666;
}