@charset "utf-8";

/* MASTER CSS */

/* IMPORTS */

@import url('resetter.css');
@import url('clearfix.css');
@import url('header.css');
@import url('sidebar.css');
@import url('footer.css');
@import url('forms.css');
@import url('popup.css');
@import url('subpage.css');
@import url('accordion.css');
@import url('japanese.css');

/* BODY */
body.newHome {
background: #17191E;
font-family: Garamond, Times New Roman, Times, serif;
/*
FONT SIZES
9px 	0.563em 	56.3% 	7pt
10px 	0.625em 	62.5% 	8pt
11px 	0.688em 	68.8% 	8pt
12px 	0.75em 		75% 	9pt
14px 	0.875em 	87.5% 	11pt
16px 	1em 		100% 	12pt
*/
font-size:1em;
}


/* LINKS */ 
a {color:#556a9f;}
a:hover { color:#2c59c9;}


a.readMore{
padding-right:14px;
background:url(../images2/newhome/more_arrows_xsmall.png) no-repeat right center;
}

a.backLink{
padding-left:14px;
background:url(../images2/newhome/back_arrows_xsmall.png) no-repeat left center;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 { color:#667d8f; }

/* PARAGRAPHS */

p{
/*text-align:justify;*/
}

/* PAGE STRUCTURE */
#mainWrapper{
background:#FFF;
width:960px;
padding:0;
margin:0 auto;
position:relative;
}

#pageBody{
padding:10px 20px;
}

#pageBody #mainContent{
width:600px;
float:left;
}

#pageBody #sidebar{
width:300px;
float:right;
}

/* ALTERNATING LIST ITEMS */
ul.ABList li:nth-child(odd){
background-color:#F0F0F0;
}

/* IE Fixes */
.ieStyle{
display:none;
}