/* CSS Document */

body{
margin:0px;
margin-bottom:0px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
background-color:#efecca;
height:100%;
}

.container{
width:1000px;
margin:0px auto;
background-image:url(../images/misc/bgMain.jpg);
background-repeat:repeat-y;
height:100%;
}

.containerInside{
width:948px;
margin:0px auto;
height:100%;
}

img{
behavior:url('pngHack.htc');
}

.topBar{
background-image:url(../images/misc/bgTopBar.jpg);
background-repeat:repeat-x;
height:102px;
font-size:1px;
}

#leftNav{
width:245px;
background-image:url(../images/misc/navBottom.jpg);
background-repeat:repeat-y;
background-color:#a29e7a;
display:inline;
height:100%;
}

#leftNav a{
color:#002f2f;
text-decoration:none;
font-weight:bold;
font-size:11px;
}
#leftNav .button{
display:block;
height:31px;
overflow:hidden;
padding-left:24px;
padding-top:18px;
background-image:url(../images/misc/bgNav.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
}
#leftNav .button:hover{
background-position:0px -49px;
color:#FFFFFF;
}
#leftNav .buttonOn{
display:block;
height:31px;
overflow:hidden;
padding-left:24px;
padding-top:18px;
background-image:url(../images/misc/bgNav.jpg);
background-repeat:no-repeat;
background-position:0px -49px;
color:#FFFFFF;
}

.content{
width:703px;
float:right;
}

.content .window{
background-image:url(../images/misc/shadowWhite.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
background-position:top;
}

.content .main{
background-image:url(../images/misc/shadowBeigeFade.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
background-position:top left;
}

.content .main .text{
padding:20px;
}

h1{
font-family:Helvetica, Tahoma, Arial, sans-serif;
font-weight:normal;
font-size:24px;
margin:0px;
color:#002f2f;
}

h2{
font-family:Helvetica, Tahoma, Arial, sans-serif;
font-weight:bold;
font-size:14px;
margin:0px;
color:#046380;
}


.footer{
height:25px;
background-image:url(../images/misc/shadowWhite.jpg);
background-repeat:repeat-x;
margin-left:26px;
margin-right:26px;
}

.footer .text{
padding:15px;
}

a{
font-weight:bold;
text-decoration:none;
color:#046380;
}

a:hover{
color:#FF6600;
}



