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

*{padding:0; margin:0;}

body{background:#eaeaea url(../App_Images/pageBackground.gif) center repeat-y; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:0.75em;}

#wrap{margin:0 auto; width:886px; padding:137px 35px 0 27px; background:url(../App_Images/logo.gif) no-repeat top center}

h1,h2{display:none;}
h3{ padding:15px 10px 5px 10px; border-bottom:1px solid #eaeaea; color:#304999; font-weight:normal; font-size:120%;}

#nav{background:#eaeaea; list-style:none;padding-left:25px;}
#nav li{float:left;}
#nav li a{display:block; padding:17px 5px; border-left:1px solid #ffffff; color:#000000; text-decoration:none;}

#nav li a:hover{background-color:#2b64b1; color:#ffffff;}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */


#contentArea{ margin-right:50px;margin-left:20px;}
#issueColumn{width:383px; float:left; background:url(../App_Images/articles_middle.gif) repeat-y; }

#issueColumn h4{ padding:5px 15px 0px 15px; font-size:130%; font-weight:bold; }
#issueColumn h4 a{color:#000000; text-decoration:none;}
#issueColumn h4 a:hover{color:#999999;}
#issueColumn h4 span{ border-bottom:1px solid #eaeaea; display:block; padding:0px 5px 10px 5px; text-align:center;}
#issueColumn h4.first{ background:url(../App_Images/articlesTopColumn.gif) no-repeat top left;padding-top:25px;}
#issueColumn p{padding:15px;}
#issueColumn p.last{ background:url(../App_Images/articles_bottom.gif) no-repeat bottom left; }

#issueColumn h3{font-size:100%; font-style:italic; border:none; color:#000000;}


#editorsColumn{ float:right; width:410px;padding:20px 0;}
#editorsColumn h3{line-height:130%; font-size:180%; border-top:15px solid #eaeaea; border-bottom:4px solid #eaeaea; color:#000000;
font-weight:bold; padding:15px 0 25px 0;}
#editorsColumn h3 em{font-size:65%; font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:-1px;  font-weight:normal;}
.editorspic{float:left; padding-right:10px; display:inline; background-color:#ffffff;}

#editorsColumn p{padding:5px 0; line-height:150%; font-size:95%; text-align:justify;}
#editorsColumn ul{line-height:150%; font-size:95%; }
#editorsColumn ul li{margin-left:10px;}


#footer{background:url(../App_Images/footer.gif) no-repeat top left; width:787px; height:71px; margin:0 auto; clear:both; font-size:90%;
padding:25px;}

