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

body{
background-color: #0c1018;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

#mainContainer{
width:925px;
margin:auto;
}
#header{
width:925px;
height:173px;
}
#shadow{
height:9px;
background-image:url(images/images/shadow_03.jpg);
}
#mainContent{
background-image:url(images/bgr.jpg);
background-repeat:repeat-y;

}
#footer{
background-image:url(images/bottom.jpg);
height:22px;
color:#FFFFFF;
font-size:10px;
}
#footer a{
color:#FFFFFF;
text-decoration:underline;
}
#footer a:hover{
color:#FFFFFF;
text-decoration:none;
}
h1{
font-size:14px;
letter-spacing:.2em;
color:#000099;
border-bottom:dotted #666666 1px;
margin-top:0;
}
h2{
font-size:12px;
color:#000033;
}
p{
line-height:1.7em;
}
tr{
border-bottom: solid 1px #666666;
}
/*--------------Middle Container -------------*/

#middleContainer{
width: 871px;
margin:auto;
}
#centertop{
background-image:url(images/centertop.gif);
height:15px;
}
#centermiddle{
background-image:url(images/centermiddle.gif);
padding-left:13px;
padding-right:13px;
}
#centerbottom{
background-image:url(images/centerbottom.gif);
height:17px;
clear:both;
}
#clear{
clear:both;
}

/*-------------------------left sidebar------------------*/
#leftSidebar{
width:204px;
float:left;
}
#ltop{
background-image: url(images/images/buttons_01.gif);
height:8px;
}
#lcent{
background-image: url(images/images/buttons_11.gif);

}
#lbot{
background-image: url(images/images/buttons_13.gif);
height:8px;
}

/*-------------------------right sidebar------------------*/
#rightSide{
width:636px;
float: right;
}
#bodyTop{
background-image:url(images/images/body_01.gif);
height:7px;
}
#bodyMiddle{
background-image:url(images/images/body_03.gif);
}
#bodyBottom{
background-image:url(images/images/body_05.gif);
height:9px;
}
#textScript{
padding:15px;
}
#textScript a{
color:#000033;
text-decoration:none;
}
#textScript a:hover{
color:#000099;
text-decoration:underline;
}
.style3 {color: #FFFFFF; font-weight: bold; }
.style4 {
	color: #000000;
	font-weight: bold;
}
#boxes {
color:#FFFFFF
}
#homeTable{
font-size:11px;
color: #000000;
}
#homeTable p{
line-height:1em;
}
#homeTable td{
border:dotted #000099 1px;
padding:5px;
background-color:#CCCCCC;
}

