﻿body {
    margin:0px;
    padding:0px;
    
}
td, div, span, body, p 
{
    font-family: helvetica, verdana, "sans serif"; 
	font-size: 12px; 
	color: #333333;
    } 
#divContainer 
{
    
    /*width:720px; 
    margin:15px auto;
    border: 1px solid #244b8d;
    background-color: White;*/
}
#divHeader 
{
    display: none;
}
#divMain 
{
padding:3px 5px;    
}

#divFooter 
{
    text-align: center;
    color: White;
    font-size: 8pt;
    background-color: #026194;
    border-top: 1px solid #244b8d;
}
#divFooter p 
{
    margin: 0px;
    color: White;
}

/***************Left Panel********************/

#divLeftPanel 
{
    float:left;
    width:206px;
    border: 1px solid #b1c2cd;
    padding:1px;
}

#divWelcomeHeader /*, .LeftHeader */
{
    height: 19px;
    background-color: #026194;
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 17px;
    color: #ffffff;
}

.LeftHeader img 
{
 padding: 0px 2px;   
}




.searchFormControl 
{
    width:200px;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;    
    padding:0px;
}
.boxfix 
{
    width:196px;
}

#divSubmitSearch 
{
    text-align:right;
    margin-bottom:5px;
}

.issueName 
{
    background-color: #d0edff;
}
.issueName, .sectionName 
{
        width:202px;
        font-weight: bold;
        padding:2px;
        margin:0px;
}
.dots 
{
    height:1px;
    background:url(images/dots.gif) repeat-x;
    margin: 0px;
}


/***************RIGHT PANEL***********************/

#divRightPanel 
{
    float: left;
    width:493px;
    margin-left: 6px;
}

#divPicture 
{
    width:124px;
}
#divPicture, #divWelcomeMessage 
{
    height:158px;
    border: 1px solid #b1c2cd;
    float: left;   
}
#divWelcomeMessage 
{
    margin-left: 1px;
    width:362px;
    background-color: #ffffff;
}
#divWelcomeHeader 
{
    text-align: left;
    padding-left: 5px;
    margin: 1px;
}
#divWelcomeMessage p 
{
    margin: 3px 5px;
}
.morebutton 
{
 clear:both;
 text-align:right;
 margin: 3px;
}



/**************Abstracts**********************/

.articleSectionHeader 
{
    font-weight: bold;
    font-family: Times New Roman, Times New Roman, "serif";
    font-size: 17px;
    padding: 3px 5px;
    clear:both;
    margin-top: 15px;
    width:479px;
    background-color: #026194;
    border: 1px solid #b1c2cd;  
}

a.section 
{
    font-family: "Times New Roman", Times, serif;
	font-size: 17px; 
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a.section: hover {
	font-size: 14px; 
	font-weight: bold;
	text-decoration: none;
	color: #ffcc00;
}

.byline {
	font-size: 11px; 
	color: #333333;
	font-weight: normal;
	text-decoration: italics;
}

.title {
	font-size: 12px; 
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin: 2px;
	line-height: 1.5;
}	

a.title: hover {
	font-size: 12px; 
	color: #cc9900;
	font-weight: bold;
	text-decoration: none;
}

.abstract 
{
    padding: 5px 0px;
 margin-bottom: 15px;   
}

