/* CSS Document */

.rightbox {background-image: url(images/images/right.jpg); background-repeat:repeat-y; }
.leftbox {background:url(images/images/left.jpg); background-repeat:repeat-y}
.mainbox {background-color:#EAEAEA; background: url(images/mainbg.jpg); background-position: top right; background-repeat:no-repeat}
.mainbox2 {background-color:#EAEAEA; background: url(images/bg2.gif); background-position: top right; background-repeat:no-repeat}
.heading {font-family:Georgia, "Times New Roman", Times, serif; font-size:22px; color:#333333; font-weight:bold; margin-left:10px; }
.bodytext {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#333333; margin-left:10px; }
.tinybodytext {font-family:Georgia, "Times New Roman", Times, serif; font-size:10px; color:#333333; }


.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 15px Arial;
width: 834px;
background: black url(media/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color:#336688;
background: transparent url(media/blockdefault.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:834px; /*width of 2nd level sub menus*/
height:24px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
padding-top:7px;
background-color:#CCCCCC;
}

.tabcontainertext {font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#333333; margin-left:10px; vertical-align:bottom;}



.tabcontent{
display:none;
}

a.submenu:link {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#336688; text-decoration:none; font-weight:bold; text-align:left; }
a.submenu:visited {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#336688; text-decoration:none; font-weight:bold; text-align:left; }
a.submenu:hover {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#336688; text-decoration:none; font-weight:bold; text-align:left; }
a.submenu:active {font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#336688; text-decoration:none; font-weight:bold; text-align:left; }

a.body:link {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; line-height:20px; color:#336688; text-decoration:none; font-weight:bold; text-align:left; }
a.body:visited {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; line-height:20px; color:#336688; text-decoration:none; font-weight:bold; text-align:left; }
a.body:hover {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; line-height:20px; color:#336688; text-decoration:underline; font-weight:bold; text-align:left; }
a.body:active {font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; line-height:20px; color:#336688; text-decoration:underline; font-weight:bold; text-align:left; }