/************ Layout Elements ************/

body {
 background-image:url(../images/bg.jpg);
 background-repeat: repeat-x;
 text-align: center;
 margin: 0;
 padding: 0 0 6px;
 border: 0;
 color: #000;
 font: 11px/18px verdana, arial, "bitstream vera sans", sans-serif;
}

td {
 font: 11px/18px verdana, arial, "bitstream vera sans", sans-serif;
}

/** Primary layout divisions **/

div#wrapper {
 background: #ffffff url(../images/wbg.jpg);
 color: #000;
 width: 922px;
 margin: 0 auto;
 padding: 0;
 text-align: left;
}

div#menu {
 background-color:#eaeaea;
 margin: 0 33px 0 33px;
 padding: 8px;
 text-align: left;
 width: auto;
 color: #000;
}


div#header {
 margin: 0 33px 0 33px;
 padding: 0;
 text-align: left;
 width: auto;
 color: #000;
}


div#leftcontent {
 float:left;
 margin-left:33px;
 padding: 8px;
 text-align: left;
 width: auto;
 color: #000;
 border-top:1px solid #cccccc;
 display: inline;
 float:left;
 width:460px;
}

div#maincontent {
 float:left;
 margin-left:33px;
 padding: 8px;
 text-align: left;
 width: auto;
 color: #000;
 border-top:1px solid #cccccc;
 display: inline;
 float:left;
 width:824px;
}


div#rightcontent {
 float:left;
 margin-left:0;
 padding: 8px;
 text-align: left;
 width: auto;
 color: #000;
 border-top:1px solid #cccccc;
 width:364px;
}

div#footer {
 clear:both;
 background-color:#ffffff;
 margin: 0 33px 0 33px;
 padding: 8px;
 text-align: left;
 width: auto;
 color: #000;
 border-top:1px solid #999999;
 border-bottom:1px solid #999999;
 
}

/** Primary layout divisions _END **/


/** Blue Box Layout **/

.bboxbot{
 background-image:url(../images/bboxbot.gif);
 background-repeat: no-repeat;
 width:460px;
 height:11px;
}

.bboxmid{
 background-image:url(../images/bboxmid.gif);
 background-repeat: repeat-y;
 padding:8px;
 width:460px;
}

html>body .bboxmid {
 width:444px; /* CHILD SELECTOR COMMAND IS IGNORED BY IE6--> IE6 HACK */
}

.bboxtop{
 background-image:url(../images/bboxtop.gif);
 background-repeat: no-repeat;
 padding:8px;
 width:460px;
 height:45px;
 color:#ffffff;
 font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}

html>body .bboxtop {
 height:29px; /* CHILD SELECTOR COMMAND IS IGNORED BY IE6--> IE6 HACK */
}


/** Blue Box Layout _END **/
