
/* CSS Document */


body
{
    border: 0;
    margin: 0;
    font-family: Arial, 'Trebuchet MS' , Tahoma;
  }

 li
 {
 list-style-image: url(../images/coredesign/bullet.gif); 
 list-style-type:none;
 padding-left:0px; 
 margin:0px;	 /*Needed for IE 6*/
 }

#logoImage
{
 display:none; 
 visibility: hidden;
 }


#searchBox
{
display:none;
}


.boldtext
{
   font-weight:bold;  
}

.italictext
{
   font-style:italic;  
}

.centretext
{
    text-align:center; 
}

.smalltext
{
font-size:smaller; 
}




.pageHeader
{
    display:none;
    visibility: hidden;
}

.pageBody
{ 
    margin-left:auto;
    margin-right:auto;
    padding-top:0px;
    width:770px;
    background-color:white;     
    border-style:none; 
 }


.pageBodyInner
{ 
    margin-left:auto;
    margin-right:auto;
    /*width:766px;   */
    width:720px;
    border-color:#D0CECE;
    background-color:white;     
    border-style:none;
    font-size:100%;
    text-align:justify;
    font-size:small; 
    }

.pageFooter
{
    margin-left:auto;
    margin-right:auto;
    width:770px;   
    height:10px; 
    font-size:x-small; 
    text-align:center; 
    border-style:none;     
}
 
 .Footer /*The final text at the bttom of the page*/
 {
    text-align:center;
    font-size:xx-small;  
    height:50px;  
    margin-top:10px; 
    width:700px;
    margin-right:auto;
    margin-left:auto; 
 }


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight: normal;
	margin-top:0px;
	text-align:center;  
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	margin-right:0;
	font-weight: normal;
	margin:0px;
}

h3
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	 
}

h4
{
    font-size: small;
    font-weight: bold;
    margin: 0px; 
    padding: 0px;
    display:inline; 
}
 
h4+p
{
    margin: 0px; 
    padding: 0px;
}

hr
{
padding-bottom:15px;
}

img.alignedRight
{
    position:relative;
    float:right; 
    margin-left:10px; 
    margin-top:0px;
    margin-right:0px;
    margin-bottom:0px; 
    padding:4px;  
    border-style:none;
	border-width:1px;
	border-color:#BDBDBD;
    }


img.alignedLeft
{
    position:relative;
    float:left; 
    margin-right:10px; 
    margin-top:2px;
    margin-left:0px;
    margin-bottom:2px;   
    border-width:thin;
    padding:4px;
    border-color:#D2D2D2;    
    border-style:none;  
}

table.backissues
{
    margin-left:auto; 
    margin-right:auto;
    width:90%; 
}

 /* ######### Style for Drop Down Menu ######### */

 
.menu
{
   display:none;
   visibility: hidden;
 }

 

.dropmenudiv{
  display:none;
 visibility: hidden;
}

 