/* CSS Document */

body, html{
background: url(../images/bkg_repeat.jpg) top left repeat;
margin: 0px;
padding: 0px;
border: none;
}

/** Containers
********************************/

#siteContainer{
margin: 0px;
padding: 0px;
background: url(../images/bkg_repeat_x.jpg) top left repeat-x;
}

.frontPagePad{
padding: 0px;
margin: 0px;
width: 565px;
}

#contentContainer{
padding: 7px;
width: 550px;
}

/**********************header text/links*******************************/

.header{
margin: 12px 20px 0px 12px;
}

.header div{
font-size: 8pt;
}

.header a:link, .header a:visited{
color: #56544e;
text-decoration: none;
}

.header a:hover{
color: #56544e;
text-decoration: underline;
}



/****************************** Background Images ********************************/

.bdrLeft{
background: url(../images/bdr_left_repeat_y.png) top right repeat-y;
width: 40px;
}

.bdrRight{
background: url(../images/bdr_right_repeat_y.png) top left repeat-y;
width: 21px;
}

.bdrMiddle{
background: url(../images/bdr_middle_repeat_y.jpg) bottom left repeat-y;
width: 19px;
}

.navBkgNoRepeat{
background: url(../images/nav_bkg.jpg) top left no-repeat;
width: 190px;
height: 382px;
}

.navBkg{
background: url(../images/nav_bkg_repeat.jpg) top left repeat;
}

.contentBkg{
background: url(../images/nav_bkg_repeat.jpg) top left repeat;
}

