/* CSS Document */

#body{
background-color: #4c1264;
}
#topEdge{
background-image: url(images/topedge.gif);
background-repeat: no-repeat;
background-position: top;
width: 807px;
height: 27px;
margin-left:auto;
margin-right:auto;
}
#header{
background-image: url(images/header.gif);
background-repeat: no-repeat;
height: 128px;
width: 801px;
margin-left:auto;
margin-right:auto;
border-left: solid 3px #ffffff;
border-right: solid 3px #ffffff;
}
#navBg{
background-image: url(images/nav.gif);
background-repeat: repeat;
height: 28px;
width: 801px;
margin-left:auto;
margin-right:auto;
border-left: solid 3px #ffffff;
border-right: solid 3px #ffffff;
}
#navcontainer
{
margin: 0;
padding: 0 0 0 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: 11px;
font-weight: bold;
color: #fff;
display: block;
width: auto;
text-decoration: none;
text-align: center;
margin: 0;
padding-top: 6px;
padding-left: 30px;
padding-right: 29px;
padding-bottom: 5px;
}
#navcontainer A:hover, #navcontainer A:active { 
color: #c0baac;
}
#navcontainer A.active:link, #navcontainer A.active:visited
{
color: #fff;
}
#navcontainer li a#current{
color: #fff;
}
#contentBg_withRightColumn{
width: 801px;
margin-left:auto;
margin-right:auto;
border-left: solid 3px #ffffff;
border-right: solid 3px #ffffff;
background-color: #222222;
}
#leftColumn{
background-image: url(images/contentCurveLeft.gif);
background-repeat: no-repeat;
background-position: top;
width: 568px;
height: 345px;
float: left;
padding-top: 45px;
padding-left: 20px;
padding-right: 20px;
background-color: #222222;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
color: #ffffff;
}
#leftColumn a {
color: #ffffff;
text-decoration: underline;
}
#leftColumn a:hover {
color: #ffffff;
text-decoration: underline;
}
#leftColumn a.subon {
color: #ffffff;
text-decoration: underline;
}
#rightColumn{
border-left: solid 9px #6a0148;
background-color: #000000;
width: 164px;
padding-left: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
vertical-align: top;
}
#rightColumn a {
color: #ffffff;
text-decoration: underline;
}
#rightColumn a:hover {
color: #ffffff;
text-decoration: underline;
}
#rightColumn a.subon {
color: #ffffff;
text-decoration: underline;
}
#rightColumn2{
background-image: url(images/contentCurveRight.gif);
background-repeat: no-repeat;
background-position: top;
background-color: #000000;
padding-top: 114px;
margin-left: 608px;
vertical-align: top;
}
/* Height of right column, and which must also change content height with it */
.rightColumnHeight_home{
height: 450px;
}
.rightColumnHeight_about{
height: 1150px;
}
.rightColumnHeight_contact{
height: 540px;
}
#content_withoutColumn{
background-image: url(images/contentTopShim.gif);
background-repeat: repeat-x;
background-position: top;
width: 761px;
float: left;
padding-top: 45px;
padding-left: 20px;
padding-right: 20px;
background-color: #222222;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #cccccc;
}
#content_withoutColumn a {
color: #cccccc;
text-decoration: underline;
}
#content_withoutColumn a:hover {
color: #cccccc;
text-decoration: underline;
}
#content_withoutColumn a.subon {
color: #cccccc;
text-decoration: underline;
}
.p_lineheight{
line-height: 10px; 
}
#contentBox{
background-color: #393939;
padding: 10px;
vertical-align:top;
border: solid 1px #666;
}
/* Height of content, and must also change right column height with it */
.pageHeight_home{
height: 550px;
}
.pageHeight_about{
height: 1250px;
}
.pageHeight_contact{
height: 650px;
}
#pageheaders{
background-image: url(images/headerUnderline.gif);
background-position: bottom left;
background-repeat: no-repeat;
padding-bottom: 15px;
}
#h1{
font-size: 16px;
font-weight: bold;
color: #F33AB7;
}
.pageDevides{
border-bottom: solid 1px #393939;
padding-bottom: 20px;
}
#bottomEdge{
background-image: url(images/bottomedge.gif);
background-repeat: no-repeat;
background-position: top;
border-top: solid 1px #fff;
width: 807px;
height: 35px;
margin-left:auto;
margin-right:auto;
clear: both;
}
#contactBox{
background-color: #393939;
padding: 10px;
vertical-align:top;
}
#contactBox a {
color: #cccccc;
text-decoration: underline;
}
#contactBox a:hover {
color: #cccccc;
text-decoration: underline;
}
#contactBox a.subon {
color: #cccccc;
text-decoration: underline;
}
.curvedCorner{
background-image: url(images/curvedCorner.gif);
background-position: top right;
background-repeat: no-repeat;
}