body
{
	margin: 0px;
	padding: 0px;
	background-color:#FAFAFA;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
}


/* This div contains all the page content within it.
   Adjusting this can change the contents width, color,
   and background. */

div#sitecontainer
{
	width: 775px;
/*	background-color:#DDD; */
}

/* The titlebar object. Its an empty section on the page
   that has the title bar image as a background object.
   
   If you wish to modify the title bar picture, this is
   the place to do it. */

div#titlebar
{
	background-image: url('../images/titlebar.jpg'); 
	background-repeat: no-repeat; 
	width: 775px;
	height: 90px;
}

/* The sub titlebar is the bar directly below the main
   title image.  You can adjust its appearance by 
   modifying the following ID. */

div#subtitlebar
{
	 background-color:#099;
	 width: 775px;
}

div#issueselect
{
	width: 300px;
	float: left;
	font-family : Arial;
	color: #FFF;
	margin-left: 10px;
}

div#subscribe
{
	width: 300px;
	float: right;
	text-align: right;
	font-family : Arial;
	color: #FFF;
	margin-right: 10px;
}

div#leftpane
{
	width: 190px;
	margin-left: 10px;
	font-size: 10pt;
	font-family: arial,Geneva,Helvetica,sans-serif;
	color:#3E3E3E;
	float: left;
	position: relative;
}

/* Used for left side nav boxes,
   and also for manage news letters
   table in the admin side. */

div.subbox
{
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid #009B9B 2px;
	background-color: #FFF;
	font-size: 10pt;
	font-family: arial,Geneva,Helvetica,sans-serif;
	color:#3E3E3E;
}

li
{
	padding-left: 0px;
}

div#articlepane
{
	width: 570px;
	float: right;
	position: relative;
	text-align: center;
}

div#documentmain
{
	width: 95%;
	text-align: left;
}

/* Used for the system name */

H2 {
	border-bottom : thin;
	margin-bottom : 0px;
	font-size : 32pt;
	font-family : Arial;
	font-style : italic;
	color: #009B9B;
	text-align: center;
}

/* Used for the article title */
H3 {
	border-bottom : thin;
	margin-bottom : 0px;
	font-size : 20pt;
	font-family : Arial;
}


/* Used for the left side menus */
H4 {
	border: thin;
	margin: 0px;
	font-size: 120%;
	font-weight : 900;
	font-stretch : ultra-expanded;
	font-family: times New Roman;
	font-family: arial,Geneva,Helvetica,sans-serif;
	color:#3E3E3E;
}

div#articletitlebar
{
	 background-color:#009999;
	 width: 90%;
	 position: relative;
}

div#issueinfo
{
	width: 49%;
	float: left;
	text-align: left;
	font-family : Arial;
	color: #000;
}

div#dateinfo
{
	width: 49%;
	float: right;
	text-align: right;
	font-family : Arial;
	color: #000;
}

div#footer
{
	text-align: center;
	font-size: 8pt;
	margin-bottom: 10px;
}

td#sidebox
{
	font-size: 12pt;
}

td.data1
{
	font-size: 10pt;
	background-color: #CCC;
}

td.data2
{
	font-size: 10pt;
}

span#selart
{
	font-size : 75%;
	color: #323232;
	font-family: arial,Geneva,Helvetica,sans-serif;
}

span#article
{
	font-size : 75%;
	color: #323232;
	font-family: arial,Geneva,Helvetica,sans-serif;
}

a:visited 
{ 
	color: Blue; 
	background: transparent /* 98fb98 */ 
}

a:active 
{ 
	color: Blue; 
	border-color: #7B2427; 
	background: transparent 
}

/* div a:active { color: Blue; border-color: #7B2427; background: transparent } */

a:hover 
{
	text-decoration:underline;  
	color: #7B2427; 
	border-color: #f80; 
}

a.link:hover 
{
	text-decoration:underline;  
	color: #7B2427; 
	border-color: #f80; 
}