/* CSS Document */



body { 
	font-family: Arial, Helvetica, sans-serif;	font-size: small;	color: black;
	background-image: url('/images/pageGradient.gif'); background-repeat:repeat-x; background-color:#265293;
	margin-top: 15px;
	}
	
#pageContainer { 
	background-color:#FFFFFF; border: 1px solid #000000;
	width:792px; margin:0 auto; 
}

#contentTable { width: inherit; }

#tableLeftColumn,  .articleTable {width: 530px; }

.tableRightColumn { width: 232px; }

#issue {
	background-color:#00a160; background-image: url('/images/y.gif'); background-repeat:no-repeat; background-position: top right; 
	height:19px; width:792px;
	font-size:medium; font-weight: bold; color: #FFFFFF; text-align:left;
	}
#issue div { margin-left: 10px; }

.articleTable {  
	font-weight: bold;
	}

#archiveTitle, #issueContentsTitle, #linksTitle { color: #FFFFFF; font-size: medium; font-weight: bold; text-align: center;}
#archiveTitle { background-color: #EF3E42;}
#issueContentsTitle { background-color: #00529B; }
#linksTitle { background-color: #00A160; }
	
#archiveContainer { background-image: url('/images/archiveGradient.gif'); background-repeat: repeat-x; padding: 10px;}
#archiveContainer .archiveCurrentTable, .archivePageYear { width: 100%; text-align: center; background-color: #FFFFFF; border: 1px solid #000000; }
#archiveContainer img {border: none;}

.archiveYear { width: 100%; color: #000000; }
.archiveYear td a { color: #000000; }

.archiveYear td { 
	height: 40px; border: 1px solid #000000; background-color: #FFFFFF; 
	font-size: medium; font-weight: bold; color: #000000;
	text-align: center; vertical-align: middle;
	}
	
#archivePageTable { width: 100%; }
#archivePageTable img { border: none; }
#archivePageTable .archiveCurrentTable td { border: none; }
	
.issueContents { background-image: url('/images/issueContentsGradient.gif'); background-repeat: repeat-x;  padding: 10px;}
.issueContents ul, .linksBox ul, .archiveMini ul { margin: 0px; padding-left: 15px; list-style: disc; list-style-image: none; color: #16145F; }
.issueContents a, .issueContents a:visited, .linksBox a, .linksBox a:visited, .archiveMini a, .archiveMini a:visited { color: #16145F; }

.linksBox { background-image: url('/images/linksBoxGradient.gif'); background-repeat: repeat-x;  padding: 10px;}
.archiveMini { background-image: url('/images/archiveArticleGradient.gif'); background-repeat: repeat-x;  padding: 10px;}

	
#copyright {
	width: 792px; padding-top: 5px; margin: 0 auto;
	font-size:x-small; color: #FFFFFF; text-align: center;	
	}
	
h1 { font-size: medium; color: #00a160; font-weight: bold; margin-bottom: 7px; }
h2 { font-size: small; color: #00a160; font-weight: bold;  margin-bottom: 7px;}

.hline { border-bottom: 1px solid #00a160; }

img { border: 1px solid #16145F; }

td {  vertical-align: top; }

a, a:visited { color: #00529b; text-decoration: none; }
a:hover { text-decoration: underline; }

ul { list-style-image: url('/images/listBullet.gif'); }