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


body {
background-color: #663366;
background-repeat: no-repeat;
}

.frame {
width:820px;
}

.leftCol {background-color:#d6c9e3;
width:220px;
}

.mainCol {
background-color:#ffffff;
width:600px;
}

.bodyCopy{
padding:20px;
}


.stripe {
background-image:url(images/stripe_bg.gif);
height:30px;
}

.miscellaneous{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
color:000000;
font-variant:small-caps
}

.grid{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.grid2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
}

.grid3{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:100;
}


.signature {
color:#663366;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
font-size:14px;
font-weight:bold;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#4b56a6;
text-align:center;
margin:5px;
margin-bottom:15px;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#663366;
}

h3 {
text-align:center;
font-size: 12px;
font-family:Verdana, Arial, Helveetica, sans-serif;
color:#663366;
font-weight:bold;
}


h4 {color:#000000;
font-size:12px;
font: Arial, Helvetica, sans-serif;
font-weight:bold;
}


h5 {color:#006666;
font-size:12px;
font:Arial, Helvetica, sans-serif;
font-weight:bold;
}


h6 {color:#006666;
font-size:14px;
font:Arial, Helvetica, sans-serif;
font-weight:bold;
font-style:italic;
}

h7 {color: #006666;
font-size:12px;
font:Arial, Helvetica, sans-serif;
font-style:bold;
}


.centerCopy  {
 font-weight:bold;
text-align:center;
}


.centerCopynobold{
text-align:center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.purpletext{
color: 663366;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.greentext {color:#009999;
font-style:italic;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: #663366;
	text-align: left;
	
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: #663366;
	text-align: left;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant:  normal;
	text-decoration: underline;
	color: #663366;
	text-align: left;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
	color: #663366;
	text-align: left;
}



/*- Menu Tabs 1--------------------------- */


    #tabs1 {
      float:right;
      width:100%;
      background:#d6c9e3;
      font-size:93%;
      line-height:normal;
          /*border-bottom:1px solid #BCD2E6;*/
      }
    #tabs1 ul {
          margin:0;
          padding:10px 0px 0pc 20px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:right;
      background:url("images/tableft1.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 6px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:right;
      display:block;
      background:url("images/tabright1.jpg") no-repeat right top;
      padding:5px 11px 4px 4px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }

      #tabs1 #current a {
              background-position:0% -42px;
      }
      #tabs1 #current a span {
              background-position:100% -42px;
      }
/* NavList */

#navcontainer {
width:200px;
}

#navcontainer ul
{
width:200px;
margin-left: 0px;
padding-left:20px; 
margin-top: 20px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 200px;
background-color: #d6c9e3;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #4b56a6;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #ffffff;
color: #4b56a6;
}

/* NavList */