/* COMMON STYLE
--------------------------------------------------------- 
*/
body {
margin: 0;
padding: 0;
color: #333333;
background: #ECECEC;
font-family: Tahoma, Arial, sans-serif;
}

body#bd {
margin: 0;
padding: 0;
background: #EFEFEF;
text-align: center;
}
body.contentpane {
width: auto; 
/* Printable Page */
margin: 10px;
font-size: 12pt;
font-family: serif;
line-height: 140%;
}
body.fs3{
font-size: 69%;
}
/* normal text */
#ja-main {
line-height: 1.5;
}

/* Normal link 
*/
a {
color: #333333;
text-decoration: none;
}
a:hover, a:active, a:focus {
color: #333333;
text-decoration: underline;
}

p {
margin: 15px 0;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}

hr {
border-top: 1px solid #AAAAAA;
border-right: 0;
border-left: 0;
border-bottom: 0;
height: 1px;
}
img {
border: 0;
}
td, div {
font-size: 1em;
}


/* MAIN LAYOUT DIVS
--------------------------------------------------------- 
*/

#ja-header-wrap2,
#ja-sh-wrap2,
#ja-pathway-wrap2,
#ja-main-wrap2,

#ja-footer-wrap2 {
width: 750px;
padding-left: 20px;
margin: auto;
}
#ja-header-wrap3,

#ja-sh-wrap3,
#ja-pathway-wrap3,
#ja-main-wrap3,
#ja-footer-wrap3 {
padding-right: 20px;
}


#ja-main,
#ja-main-full-left,
#ja-main-full-right {
text-align: left;
}


/* WIDE LAYOUT DIVS WIDTH
--------------------------------------------------------- 
*/
.wide #ja-header-wrap2,
.wide #ja-sh-wrap2,
.wide #ja-pathway-wrap2,
.wide #ja-main-wrap2,
.wide 
#ja-footer-wrap2 {
width: 919px;
}
.wide #ja-main {
background: url(../images/main-wide-bg.gif) repeat-y right #FFFFFF;
}
.wide 



/* TOPNAV
--------------------------------------------------------- 
*/
#ja-topnav {
border-top: 1px solid #81ABC6;
border-bottom: 1px solid #81ABC6;
font-size: 10px;
text-transform: UPPERCASE;
}

#ja-topnav a {
color: #D9E7EF;
font-weight: bold;
}




/* CONTENT COLUMN
--------------------------------------------------------- 
*/
#ja-main-wrap2 {
background: url(../images/main-wrap2.gif) top left;
}

#ja-main-wrap3 {
background: url(../images/main-wrap3.gif) top right;
}



/* FOOTER
--------------------------------------------------------- 
*/
#ja-footer-wrap2 {
background: url(../images/footer-wrap2.jpg) repeat-y top left;
}

#ja-footer-wrap3 {
background: url(../images/footer-wrap3.jpg) repeat-y top right;
}

